|
|
#include <ArmarXCore/statechart/xmlstates/profiles/StatechartProfiles.h>
Inheritance diagram for StatechartProfile:Public Member Functions | |
| StatechartProfilePtr | findByNameRecursive (std::string name) const |
| std::string | getAdditionalProperties () const |
| std::vector< std::string > | getAllPackages () const |
| StatechartProfilePtr | getChildByName (std::string name) const |
| const std::vector< StatechartProfilePtr > & | getChildren () const |
| std::string | getFullName () const |
| Returns name of profile with all parents in the form of Root::Armar3Base::Armar3Simualation if Armar3Simulation is the current profile. More... | |
| std::string | getName () const |
| int | getNesting () const |
| StatechartProfilePtr | getParent () const |
| std::string | getStatechartGroupPrefix () const |
| bool | isLeaf () const |
| bool | isRoot () const |
| void | readFromXml (RapidXmlReaderNode node) |
| StatechartProfile (const std::string &name, StatechartProfilePtr parent) | |
Friends | |
| class | StatechartProfiles |
Definition at line 42 of file StatechartProfiles.h.
| StatechartProfile | ( | const std::string & | name, |
| StatechartProfilePtr | parent | ||
| ) |
| StatechartProfilePtr findByNameRecursive | ( | std::string | name | ) | const |
Definition at line 238 of file StatechartProfiles.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::string getAdditionalProperties | ( | ) | const |
Definition at line 297 of file StatechartProfiles.cpp.
| std::vector< std::string > getAllPackages | ( | ) | const |
| StatechartProfilePtr getChildByName | ( | std::string | name | ) | const |
| const std::vector< StatechartProfilePtr > & getChildren | ( | ) | const |
Definition at line 259 of file StatechartProfiles.cpp.
| std::string getFullName | ( | ) | const |
Returns name of profile with all parents in the form of Root::Armar3Base::Armar3Simualation if Armar3Simulation is the current profile.
Definition at line 220 of file StatechartProfiles.cpp.
| std::string getName | ( | ) | const |
| int getNesting | ( | ) | const |
| StatechartProfilePtr getParent | ( | ) | const |
| std::string getStatechartGroupPrefix | ( | ) | const |
| bool isLeaf | ( | ) | const |
Definition at line 180 of file StatechartProfiles.cpp.
| bool isRoot | ( | ) | const |
| void readFromXml | ( | RapidXmlReaderNode | node | ) |
|
friend |
Definition at line 44 of file StatechartProfiles.h.