"CmdAddPropertySet" is used to assign one or more EXISTING Property to a PropertySet.
More...
|
| | CmdAddPropertySet ()=default |
| |
| | CmdAddPropertySet (const std::string &propertySetName, const std::string &propertyName) |
| |
| | CmdAddPropertySet (const std::string &propertySetName, const std::string &propertyName, std::shared_ptr< OpenLxApp::Element > aElement) |
| |
| | CmdAddPropertySet (const std::string &propertySetName, const std::string &propertyName, std::vector< std::shared_ptr< OpenLxApp::Element >> &aElements) |
| |
| | CmdAddPropertySet (const std::string &propertySetName, const std::vector< std::string > &propertyNames) |
| |
| | CmdAddPropertySet (const std::string &propertySetName, const std::vector< std::string > &propertyNames, std::shared_ptr< OpenLxApp::Element > aElement) |
| |
| | CmdAddPropertySet (const std::string &propertySetName, const std::vector< std::string > &propertyNames, std::vector< std::shared_ptr< OpenLxApp::Element >> &aElements) |
| |
| | ~CmdAddPropertySet ()=default |
| |
| bool | redo () override |
| |
| bool | undo () override |
| |
Public Member Functions inherited from Core::Command |
| | 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 |
| |
"CmdAddPropertySet" is used to assign one or more EXISTING Property to a PropertySet.