svgui
1.9
|
#include <ShowLayerCommand.h>
Public Member Functions | |
ShowLayerCommand (View *view, Layer *layer, bool show, QString commandName) | |
void | execute () override |
void | unexecute () override |
QString | getName () const override |
Protected Attributes | |
View * | m_view |
Layer * | m_layer |
bool | m_show |
QString | m_name |
Detailed Description
Definition at line 21 of file ShowLayerCommand.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 24 of file ShowLayerCommand.h.
Member Function Documentation
|
inlineoverride |
Definition at line 26 of file ShowLayerCommand.h.
References m_layer, m_show, m_view, and Layer::showLayer().
|
inlineoverride |
Definition at line 29 of file ShowLayerCommand.h.
References m_layer, m_show, m_view, and Layer::showLayer().
|
inlineoverride |
Definition at line 32 of file ShowLayerCommand.h.
References m_name.
Member Data Documentation
|
protected |
Definition at line 36 of file ShowLayerCommand.h.
Referenced by execute(), and unexecute().
|
protected |
Definition at line 37 of file ShowLayerCommand.h.
Referenced by execute(), and unexecute().
|
protected |
Definition at line 38 of file ShowLayerCommand.h.
Referenced by execute(), and unexecute().
|
protected |
Definition at line 39 of file ShowLayerCommand.h.
Referenced by getName().
The documentation for this class was generated from the following file:
Generated by 1.8.11