Version: 8.3.0
commandsProc.hxx File Reference
#include "HMIExport.hxx"
#include "commands.hxx"
#include <list>
#include <stack>
#include <string>
#include <map>
Include dependency graph for commandsProc.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  YACS::HMI::ProcInvoc
 
class  YACS::HMI::CommandAddNodeFromCatalog
 
class  YACS::HMI::CommandReparentNode
 
class  YACS::HMI::CommandPutInComposedNode
 
class  YACS::HMI::CommandCopyNode
 
class  YACS::HMI::CommandRenameNode
 
class  YACS::HMI::CommandRenameContainer
 
class  YACS::HMI::CommandRenameInDataPort
 
class  YACS::HMI::CommandRenameOutDataPort
 
class  YACS::HMI::CommandAddDataTypeFromCatalog
 
class  YACS::HMI::CommandAddInputPortFromCatalog
 
class  YACS::HMI::CommandAddOutputPortFromCatalog
 
class  YACS::HMI::CommandAddIDSPortFromCatalog
 
class  YACS::HMI::CommandAddODSPortFromCatalog
 
class  YACS::HMI::CommandOrderInputPorts
 
class  YACS::HMI::CommandOrderOutputPorts
 
class  YACS::HMI::CommandSetInPortValue
 
class  YACS::HMI::CommandSetOutPortValue
 
class  YACS::HMI::CommandSetSwitchSelect
 
class  YACS::HMI::CommandSetSwitchCase
 
class  YACS::HMI::CommandSetForLoopSteps
 
class  YACS::HMI::CommandSetWhileCondition
 
class  YACS::HMI::CommandSetForEachBranch
 
class  YACS::HMI::CommandSetAlgo
 
class  YACS::HMI::CommandAddLink
 
class  YACS::HMI::CommandAddControlLink
 
class  YACS::HMI::CommandAddContainerBase
 
class  YACS::HMI::CommandAddContainer
 
class  YACS::HMI::CommandAddHPContainer
 
class  YACS::HMI::CommandSetContainerProperties
 
class  YACS::HMI::CommandSetNodeProperties
 
class  YACS::HMI::CommandSetComponentInstanceProperties
 
class  YACS::HMI::CommandSetDSPortProperties
 
class  YACS::HMI::CommandSetLinkProperties
 
class  YACS::HMI::CommandSetFuncNodeFunctionName
 
class  YACS::HMI::CommandSetInlineNodeScript
 
class  YACS::HMI::CommandAddComponentInstance
 
class  YACS::HMI::CommandSetExecutionMode
 
class  YACS::HMI::CommandSetContainer
 
class  YACS::HMI::CommandAssociateComponentToContainer
 
class  YACS::HMI::CommandAssociateServiceToComponent
 
class  YACS::HMI::CommandAddComponentFromCatalog
 
class  YACS::HMI::CommandDestroy
 

Namespaces

namespace  YACS
 
namespace  YACS::ENGINE
 
namespace  YACS::HMI
 

Enumerations

enum  YACS::HMI::TypeOfElem {
  YACS::HMI::SALOMEPROC, YACS::HMI::BLOC, YACS::HMI::FOREACHLOOP, YACS::HMI::OPTIMIZERLOOP,
  YACS::HMI::FORLOOP, YACS::HMI::WHILELOOP, YACS::HMI::SWITCH, YACS::HMI::PYTHONNODE,
  YACS::HMI::PYFUNCNODE, YACS::HMI::CORBANODE, YACS::HMI::SALOMENODE, YACS::HMI::CPPNODE,
  YACS::HMI::SALOMEPYTHONNODE, YACS::HMI::XMLNODE, YACS::HMI::SPLITTERNODE, YACS::HMI::DFTODSFORLOOPNODE,
  YACS::HMI::DSTODFFORLOOPNODE, YACS::HMI::PRESETNODE, YACS::HMI::OUTNODE, YACS::HMI::STUDYINNODE,
  YACS::HMI::STUDYOUTNODE, YACS::HMI::INPUTPORT, YACS::HMI::OUTPUTPORT, YACS::HMI::INPUTDATASTREAMPORT,
  YACS::HMI::OUTPUTDATASTREAMPORT, YACS::HMI::DATALINK, YACS::HMI::CONTROLLINK, YACS::HMI::CONTAINER,
  YACS::HMI::COMPONENT, YACS::HMI::REFERENCE, YACS::HMI::DATATYPE, YACS::HMI::UNKNOWN
}