|
|
#include <RobotAPI/libraries/skills_gui/aron_tree_widget/widgets/CustomWidget.h>
Inheritance diagram for CustomWidget:Signals | |
| void | elemChanged (QTreeWidgetItem *elem, int col) |
Public Member Functions | |
| CustomWidget (QTreeWidgetItem *overlayingItem) | |
| virtual void | setSupressSignals (bool doSupress) |
Static Public Member Functions | |
| static CustomWidget * | DynamicCast (QWidget *) |
| static CustomWidget * | DynamicCastAndCheck (QWidget *) |
Protected Attributes | |
| QTreeWidgetItem * | overlayingItem |
Definition at line 9 of file CustomWidget.h.
| CustomWidget | ( | QTreeWidgetItem * | overlayingItem | ) |
Definition at line 7 of file CustomWidget.cpp.
|
static |
|
static |
|
signal |
Here is the caller graph for this function:
|
virtual |
Definition at line 36 of file CustomWidget.cpp.
|
protected |
Definition at line 21 of file CustomWidget.h.