|
|
#include <QList>#include <QString>#include <ArmarXCore/core/rapidxml/rapidxml.hpp>#include <ArmarXCore/observers/variant/VariantInfo.h>#include "../../StatechartViewerPlugin/model/State.h"#include "../../StatechartViewerPlugin/model/StateParameter.h"#include "../../StatechartViewerPlugin/model/stateinstance/Visitor.h"#include "../model/StateTreeNode.h"
Include dependency graph for XmlWriter.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | XmlWriter |
| XML writer class used to build XML representations of State objects. More... | |
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| namespace | armarx::statechartio |
| namespace | armarx::statechartmodel |
Typedefs | |
| using | EndStateCPtr = std::shared_ptr<const EndState> |
| using | EventList = QList<EventPtr> |
| using | EventPtr = std::shared_ptr<Event> |
| using | LocalStateCPtr = std::shared_ptr<const LocalState> |
| using | ParameterMappingList = QList<ParameterMappingPtr> |
| using | ParameterMappingPtr = std::shared_ptr<ParameterMapping> |
| using | RemoteStateCPtr = std::shared_ptr<const RemoteState> |
| using | StateCPtr = std::shared_ptr<const State> |