|
|
#include <RobotAPI/libraries/skills_gui/aron_tree_widget/widgets/IntEnumWidget.h>
Inheritance diagram for IntEnumWidget:Public Member Functions | |
| QString | getText () |
| bool | hasParseErrors () |
| IntEnumWidget (const aron::type::IntEnumPtr &, QTreeWidgetItem *currentItem) | |
| std::pair< bool, aron::data::IntPtr > | parseToAron () |
| void | postCtorCall () |
| void | setText (const QString &text) |
Public Member Functions inherited from CustomWidget | |
| CustomWidget (QTreeWidgetItem *overlayingItem) | |
| virtual void | setSupressSignals (bool doSupress) |
Static Public Member Functions | |
| static IntEnumWidget * | DynamicCast (QWidget *) |
| static IntEnumWidget * | 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 16 of file IntEnumWidget.h.
| IntEnumWidget | ( | const aron::type::IntEnumPtr & | enumPtr, |
| QTreeWidgetItem * | currentItem | ||
| ) |
|
static |
|
static |
Definition at line 45 of file IntEnumWidget.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| QString getText | ( | ) |
| bool hasParseErrors | ( | ) |
| std::pair< bool, aron::data::IntPtr > parseToAron | ( | ) |
Definition at line 76 of file IntEnumWidget.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void postCtorCall | ( | ) |
| void setText | ( | const QString & | text | ) |
Definition at line 63 of file IntEnumWidget.cpp.