#include <commandsProc.hxx>


Public Member Functions | |
| CommandSetDSPortProperties (std::string node, std::string port, bool isInport, 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 | _nodeName | 
| std::string | _portName | 
| bool | _isInport | 
| 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 606 of file commandsProc.hxx.
| CommandSetDSPortProperties::CommandSetDSPortProperties | ( | std::string | node, | 
| std::string | port, | ||
| bool | isInport, | ||
| std::map< std::string, std::string > | properties | ||
| ) | 
Definition at line 3435 of file commandsProc.cxx.
      
  | 
  protectedvirtual | 
Reimplemented from YACS::HMI::Command.
Definition at line 3443 of file commandsProc.cxx.
References _isInport, _nodeName, _portName, and PMMLBasicsTestLauncher::ret.
      
  | 
  protectedvirtual | 
Implements YACS::HMI::Command.
Definition at line 3451 of file commandsProc.cxx.
References _isInport, _nodeName, _oldProp, _portName, _properties, 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(), and YACS::Exception::what().
      
  | 
  protectedvirtual | 
Implements YACS::HMI::Command.
Definition at line 3475 of file commandsProc.cxx.
References _isInport, _nodeName, _oldProp, _portName, 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(), and YACS::Exception::what().
      
  | 
  protected | 
Definition at line 617 of file commandsProc.hxx.
Referenced by dump(), localExecute(), and localReverse().
      
  | 
  protected | 
Definition at line 615 of file commandsProc.hxx.
Referenced by dump(), localExecute(), and localReverse().
      
  | 
  protected | 
Definition at line 619 of file commandsProc.hxx.
Referenced by CommandSetDSPortProperties(), localExecute(), and localReverse().
      
  | 
  protected | 
Definition at line 616 of file commandsProc.hxx.
Referenced by dump(), localExecute(), and localReverse().
      
  | 
  protected | 
Definition at line 618 of file commandsProc.hxx.
Referenced by localExecute().