|
|
#include <map>#include <memory>#include <string>#include <QList>#include <QObject>#include <QPointF>#include <QSizeF>#include <QString>#include "../model/SignalType.h"#include "../model/State.h"#include "../model/Transition.h"#include "../model/stateinstance/StateInstance.h"#include "GraphvizConverter.h"#include "Layout.h"#include "StateModelLayoutMediator.h"
Include dependency graph for StateModelLayoutMediator.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | StateModelLayoutMediator |
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
| using | EdgeList = QList<statechartmodel::TransitionCPtr> |
| using | NodeMap = std::map<statechartmodel::StateInstancePtr, std::string> |