svcore
1.9
|
#include <Command.h>
Public Member Functions | |
MacroCommand (QString name) | |
virtual | ~MacroCommand () |
virtual void | addCommand (Command *command) |
virtual void | deleteCommand (Command *command) |
virtual bool | haveCommands () const |
void | execute () override |
void | unexecute () override |
QString | getName () const override |
virtual void | setName (QString name) |
Protected Attributes | |
QString | m_name |
std::vector< Command * > | m_commands |
Detailed Description
Constructor & Destructor Documentation
MacroCommand::MacroCommand | ( | QString | name | ) |
Definition at line 19 of file Command.cpp.
|
virtual |
Definition at line 24 of file Command.cpp.
References m_commands.
Member Function Documentation
|
virtual |
Reimplemented in ChangeEventsCommand.
Definition at line 32 of file Command.cpp.
References m_commands.
Referenced by ChangeEventsCommand::addCommand().
|
virtual |
Definition at line 38 of file Command.cpp.
References m_commands.
|
virtual |
Definition at line 52 of file Command.cpp.
References m_commands.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Implements Command.
Reimplemented in BundleCommand.
Definition at line 74 of file Command.cpp.
References m_name.
|
virtual |
Definition at line 80 of file Command.cpp.
References m_name.
Member Data Documentation
|
protected |
Definition at line 103 of file Command.h.
Referenced by getName(), BundleCommand::getName(), and setName().
|
protected |
Definition at line 104 of file Command.h.
Referenced by addCommand(), deleteCommand(), execute(), BundleCommand::getName(), haveCommands(), unexecute(), and ~MacroCommand().
The documentation for this class was generated from the following files:
Generated by 1.8.11