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

Go to the source code of this file.

Classes

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...
 

Namespaces

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

Typedefs

typedef struct armarx::GuiWaypoint GuiWaypoint
 Struct which allows storing relevant data to display within a list widget item as QVariant. More...
 
using WaypointControllerPtr = std::shared_ptr< WaypointController >