#include <commandsProc.hxx>
Public Member Functions | |
CommandSetLinkProperties (std::string startnode, std::string startport, std::string endnode, std::string endport, std::map< std::string, std::string > properties) | |
Public Member Functions inherited from YACS::HMI::Command | |
Command () | |
virtual bool | execute () |
the command is executed a first time after its registration for undo redo, then on redo More... | |
virtual bool | reverse (bool isNormal=true) |
Reverse action: undo. More... | |
virtual bool | executeSubOnly () |
execute only sub commands in a reverse action More... | |
std::string | recursiveDump (int level=0) |
void | addSubCommand (Command *command) |
bool | isNormalReverse () |
Protected Member Functions | |
virtual bool | localExecute () |
virtual bool | localReverse () |
virtual std::string | dump () |
Protected Attributes | |
std::string | _startNodeName |
std::string | _startPortName |
std::string | _endNodeName |
std::string | _endPortName |
std::map< std::string, std::string > | _properties |
std::map< std::string, std::string > | _oldProp |
Protected Attributes inherited from YACS::HMI::Command | |
std::vector< Command * > | _subCommands |
bool | _normalReverse |
Definition at line 622 of file commandsProc.hxx.
CommandSetLinkProperties::CommandSetLinkProperties | ( | std::string | startnode, |
std::string | startport, | ||
std::string | endnode, | ||
std::string | endport, | ||
std::map< std::string, std::string > | properties | ||
) |
|
protectedvirtual |
Reimplemented from YACS::HMI::Command.
Definition at line 3511 of file commandsProc.cxx.
References _endNodeName, _endPortName, _startNodeName, _startPortName, and PMMLBasicsTestLauncher::ret.
|
protectedvirtual |
Implements YACS::HMI::Command.
Definition at line 3517 of file commandsProc.cxx.
References _endNodeName, _endPortName, YACS::HMI::GuiContext::_mapOfSubjectLink, _oldProp, _properties, _startNodeName, _startPortName, DEBTRACE, YACS::ENGINE::ComposedNode::getChildByName(), YACS::HMI::GuiContext::getCurrent(), YACS::ENGINE::Node::getInputDataStreamPort(), YACS::ENGINE::Node::getOutputDataStreamPort(), YACS::HMI::GuiContext::getProc(), YACS::ENGINE::DataStreamPort::getProperties(), setErrorMsg(), YACS::ENGINE::DataStreamPort::setProperties(), YACS::HMI::SETVALUE, and YACS::Exception::what().
|
protectedvirtual |
Implements YACS::HMI::Command.
Definition at line 3549 of file commandsProc.cxx.
References _endNodeName, _endPortName, YACS::HMI::GuiContext::_mapOfSubjectLink, _oldProp, _properties, _startNodeName, _startPortName, DEBTRACE, YACS::ENGINE::ComposedNode::getChildByName(), YACS::HMI::GuiContext::getCurrent(), YACS::ENGINE::Node::getInputDataStreamPort(), YACS::ENGINE::Node::getOutputDataStreamPort(), YACS::HMI::GuiContext::getProc(), setErrorMsg(), YACS::ENGINE::DataStreamPort::setProperties(), YACS::HMI::SETVALUE, and YACS::Exception::what().
|
protected |
Definition at line 634 of file commandsProc.hxx.
Referenced by dump(), localExecute(), and localReverse().
|
protected |
Definition at line 635 of file commandsProc.hxx.
Referenced by dump(), localExecute(), and localReverse().
|
protected |
Definition at line 637 of file commandsProc.hxx.
Referenced by CommandSetLinkProperties(), localExecute(), and localReverse().
|
protected |
Definition at line 636 of file commandsProc.hxx.
Referenced by localExecute(), and localReverse().
|
protected |
Definition at line 632 of file commandsProc.hxx.
Referenced by dump(), localExecute(), and localReverse().
|
protected |
Definition at line 633 of file commandsProc.hxx.
Referenced by dump(), localExecute(), and localReverse().