|
Struct which allows storing relevant data to display within a list widget item as QVariant. More...
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/Controller/WaypointController.h>
Public Attributes | |
int | cartesianSelection |
bool | isBreakpoint |
std::vector< double > | values |
Struct which allows storing relevant data to display within a list widget item as QVariant.
Definition at line 43 of file WaypointController.h.
int cartesianSelection |
Definition at line 46 of file WaypointController.h.
bool isBreakpoint |
Definition at line 47 of file WaypointController.h.
std::vector<double> values |
Definition at line 45 of file WaypointController.h.