svapp
1.9
|
#include <Document.h>
Public Member Functions | |
RemoveLayerCommand (Document *d, View *view, Layer *layer) | |
virtual | ~RemoveLayerCommand () |
virtual void | execute () |
virtual void | unexecute () |
virtual QString | getName () const |
Protected Attributes | |
Document * | m_d |
View * | m_view |
Layer * | m_layer |
bool | m_wasDormant |
QString | m_name |
bool | m_added |
Definition at line 381 of file Document.h.
Document::RemoveLayerCommand::RemoveLayerCommand | ( | Document * | d, |
View * | view, | ||
Layer * | layer | ||
) |
Definition at line 1227 of file Document.cpp.
Document::RemoveLayerCommand::~RemoveLayerCommand | ( | ) | [virtual] |
Definition at line 1239 of file Document.cpp.
void Document::RemoveLayerCommand::execute | ( | ) | [virtual] |
Definition at line 1260 of file Document.cpp.
void Document::RemoveLayerCommand::unexecute | ( | ) | [virtual] |
Definition at line 1284 of file Document.cpp.
QString Document::RemoveLayerCommand::getName | ( | ) | const [virtual] |
Definition at line 1250 of file Document.cpp.
Document* Document::RemoveLayerCommand::m_d [protected] |
Definition at line 392 of file Document.h.
View* Document::RemoveLayerCommand::m_view [protected] |
Definition at line 393 of file Document.h.
Layer* Document::RemoveLayerCommand::m_layer [protected] |
Definition at line 394 of file Document.h.
bool Document::RemoveLayerCommand::m_wasDormant [protected] |
Definition at line 395 of file Document.h.
QString Document::RemoveLayerCommand::m_name [protected] |
Definition at line 396 of file Document.h.
bool Document::RemoveLayerCommand::m_added [protected] |
Definition at line 397 of file Document.h.