OpenLexocad
27.1
|
Creates a "generic" command given its name (if it exists) More...
#include <CmdCreateGenericCommand.h>
Public Member Functions | |
CmdCreateGenericCommand ()=default | |
CmdCreateGenericCommand (const std::string &commandName) | |
~CmdCreateGenericCommand ()=default | |
bool | created () const |
bool | redo () override |
bool | undo () override |
![]() | |
Command () | |
virtual | ~Command () |
virtual void | serialize (std::ostream &, const unsigned int) |
Base::String | getDescription () const |
void | setDescription (const Base::String &s) |
void | setParameter (const std::string &key, const Core::Variant &value) |
bool | getParameter (const std::string &key, Core::Variant &value) const |
void | setSilentMode (bool on) |
bool | isInSilentMode () const |
void | setDoRecomputeInRedo (bool on) |
void | setDoRecomputeInUndo (bool on) |
bool | getDoRecomputeInRedo () const |
bool | getDoRecomputeInUndo () const |
void | setDone (bool yes) |
bool | isDone () const |
Creates a "generic" command given its name (if it exists)
|
default |
|
explicit |
|
default |
bool OpenLxCmd::CmdCreateGenericCommand::created | ( | ) | const |
|
overridevirtual |
Reimplemented from Core::Command.
|
overridevirtual |
Reimplemented from Core::Command.