|
Struct defining a transition which can be stored as QVariant in a QListWidgetItem. More...
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/Controller/TransitionController.h>
Public Member Functions | |
bool | isValid () |
Checks whether all values of a transition are greater than or equal to zero. More... | |
bool | operator== (GuiTransition transition) |
Overload '==' operator for GuiTransition struct. More... | |
Public Attributes | |
double | duration |
int | it |
double | start |
Struct defining a transition which can be stored as QVariant in a QListWidgetItem.
Definition at line 40 of file TransitionController.h.
|
inline |
Checks whether all values of a transition are greater than or equal to zero.
Definition at line 63 of file TransitionController.h.
|
inline |
Overload '==' operator for GuiTransition struct.
transition | GuiTransition to compare with |
Definition at line 51 of file TransitionController.h.
double duration |
Definition at line 42 of file TransitionController.h.
int it |
Definition at line 44 of file TransitionController.h.
double start |
Definition at line 43 of file TransitionController.h.