#include "AbstractController.h"
#include "../View/WaypointTab.h"
#include "../Util/WheelEventFilter.h"
#include <QListWidget>
#include <QMetaType>
#include <QVariant>
#include <QDoubleValidator>
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...
|
|