Transition.h File Reference
#include <memory>
#include <QString>
#include <QPointF>
#include <QList>
#include <QMetaType>
#include "stateinstance/StateInstance.h"
#include "ParameterMapping.h"
+ Include dependency graph for Transition.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Transition
 
struct  SupportPoints
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::statechartmodel
 

Typedefs

using FloatPtr = std::shared_ptr< float >
 
using QPointList = QList< QPointF >
 
using QPointPtr = std::shared_ptr< QPointF >
 
using TransitionCPtr = std::shared_ptr< const Transition >
 
using TransitionPtr = std::shared_ptr< Transition >