#include "AbstractController.h"
#include "../View/TransitionTab.h"
#include "../Util/WheelEventFilter.h"
#include <QListWidget>
#include <QMetaType>
#include <QVariant>
#include <QDoubleValidator>
Go to the source code of this file.
|
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...
|
|