GuiWaypoint Struct Reference

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
 

Detailed Description

Struct which allows storing relevant data to display within a list widget item as QVariant.

Definition at line 43 of file WaypointController.h.

Member Data Documentation

◆ cartesianSelection

int cartesianSelection

Definition at line 46 of file WaypointController.h.

◆ isBreakpoint

bool isBreakpoint

Definition at line 47 of file WaypointController.h.

◆ values

std::vector<double> values

Definition at line 45 of file WaypointController.h.


The documentation for this struct was generated from the following file: