Transition.h File Reference
#include <memory>
#include <QList>
#include <QMetaType>
#include <QPointF>
#include <QString>
#include "ParameterMapping.h"
#include "stateinstance/StateInstance.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

namespace  armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
namespace  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>