#include <QDoubleValidator>
#include <QListWidget>
#include <QMetaType>
#include <QVariant>
#include "../Util/WheelEventFilter.h"
#include "../View/WaypointTab.h"
#include "AbstractController.h"
Go to the source code of this file.
|
| struct | GuiWaypoint |
| | Struct which allows storing relevant data to display within a list widget item as QVariant. More...
|
| |
| class | WaypointController |
| | Subcontroller which handles all user interaction with the waypoint tab in the GUI, communicates with other controllers via signals and slots. More...
|
| |