|
#include <memory>
#include <ArmarXCore/core/rapidxml/wrapper/RapidXmlReader.h>
#include <ArmarXCore/core/rapidxml/wrapper/RapidXmlWriter.h>
#include <QString>
#include <QMap>
#include <ArmarXGui/gui-plugins/StatechartEditorPlugin/model/StatechartGroup.h>
#include <ArmarXGui/gui-plugins/StatechartEditorPlugin/model/StateTreeNode.h>
#include <ArmarXGui/gui-plugins/StatechartEditorPlugin/model/StateTreeModel.h>
#include <ArmarXGui/gui-plugins/StatechartEditorPlugin/io/GroupXmlReader.h>
#include <ArmarXGui/gui-plugins/StatechartEditorPlugin/io/GroupXmlWriter.h>
#include <ArmarXCore/core/system/cmake/ArmarXPackageToolInterface.h>
#include "StatechartGroupMapping.h"
Go to the source code of this file.
Classes | |
class | GroupCloner |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
using | GroupClonerPtr = std::shared_ptr< GroupCloner > |