svapp
1.9
|
#include <Document.h>
Public Member Functions | |
AddLayerCommand (Document *d, View *view, Layer *layer) | |
virtual | ~AddLayerCommand () |
virtual void | execute () |
virtual void | unexecute () |
virtual QString | getName () const |
Protected Attributes | |
Document * | m_d |
View * | m_view |
Layer * | m_layer |
QString | m_name |
bool | m_added |
Definition at line 363 of file Document.h.
Document::AddLayerCommand::AddLayerCommand | ( | Document * | d, |
View * | view, | ||
Layer * | layer | ||
) |
Definition at line 1167 of file Document.cpp.
Document::AddLayerCommand::~AddLayerCommand | ( | ) | [virtual] |
Definition at line 1178 of file Document.cpp.
void Document::AddLayerCommand::execute | ( | ) | [virtual] |
Definition at line 1199 of file Document.cpp.
void Document::AddLayerCommand::unexecute | ( | ) | [virtual] |
Definition at line 1218 of file Document.cpp.
QString Document::AddLayerCommand::getName | ( | ) | const [virtual] |
Definition at line 1189 of file Document.cpp.
Document* Document::AddLayerCommand::m_d [protected] |
Definition at line 374 of file Document.h.
View* Document::AddLayerCommand::m_view [protected] |
Definition at line 375 of file Document.h.
Layer* Document::AddLayerCommand::m_layer [protected] |
Definition at line 376 of file Document.h.
QString Document::AddLayerCommand::m_name [protected] |
Definition at line 377 of file Document.h.
bool Document::AddLayerCommand::m_added [protected] |
Definition at line 378 of file Document.h.