TransitionController.h File Reference
#include "AbstractController.h"
#include "../View/TransitionTab.h"
#include "../Util/WheelEventFilter.h"
#include <QListWidget>
#include <QMetaType>
#include <QVariant>
#include <QDoubleValidator>
+ Include dependency graph for TransitionController.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GuiTransition
 Struct defining a transition which can be stored as QVariant in a QListWidgetItem. More...
 
class  TransitionController
 Subcontroller which handles all user interaction with the transition tab in the GUI, communicates with other controllers via signals and slots. More...
 

Namespaces

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

Typedefs

typedef struct armarx::GuiTransition GuiTransition
 Struct defining a transition which can be stored as QVariant in a QListWidgetItem. More...
 
using TransitionControllerPtr = std::shared_ptr< TransitionController >