|
|
#include <RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/widgets/QuaternionWidget.h>
Inheritance diagram for QuaternionWidget:Public Types | |
| enum | QuaternionComponents { X = 0, Y, Z, W } |
Public Member Functions | |
| std::string | getText (QuaternionComponents col) |
| bool | hasParseErrors () |
| std::vector< unsigned char > | parseAllToNDArray () |
| QuaternionWidget (aron::type::quaternion::ElementType type, QTreeWidgetItem *currentItem) | |
| void | setText (QuaternionComponents col, const std::string &str) |
Public Member Functions inherited from CustomWidget | |
| CustomWidget (QTreeWidgetItem *overlayingItem) | |
| virtual void | setSupressSignals (bool doSupress) |
Static Public Member Functions | |
| static QuaternionWidget * | DynamicCast (QWidget *) |
| static QuaternionWidget * | DynamicCastAndCheck (QWidget *) |
Static Public Member Functions inherited from CustomWidget | |
| static CustomWidget * | DynamicCast (QWidget *) |
| static CustomWidget * | DynamicCastAndCheck (QWidget *) |
Additional Inherited Members | |
Signals inherited from CustomWidget | |
| void | elemChanged (QTreeWidgetItem *elem, int col) |
Protected Attributes inherited from CustomWidget | |
| QTreeWidgetItem * | overlayingItem |
Definition at line 21 of file QuaternionWidget.h.
|
strong |
| Enumerator | |
|---|---|
| X | |
| Y | |
| Z | |
| W | |
Definition at line 30 of file QuaternionWidget.h.
| QuaternionWidget | ( | aron::type::quaternion::ElementType | type, |
| QTreeWidgetItem * | currentItem | ||
| ) |
Definition at line 49 of file QuaternionWidget.cpp.
|
static |
|
static |
Definition at line 24 of file QuaternionWidget.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::string getText | ( | QuaternionComponents | col | ) |
| bool hasParseErrors | ( | ) |
Definition at line 44 of file QuaternionWidget.cpp.
| std::vector< unsigned char > parseAllToNDArray | ( | ) |
Definition at line 128 of file QuaternionWidget.cpp.
| void setText | ( | QuaternionComponents | col, |
| const std::string & | str | ||
| ) |
Definition at line 36 of file QuaternionWidget.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: