|
|
#include <RobotAPI/libraries/skills_gui/aron_tree_widget/AronTreeWidgetItem.h>
Inheritance diagram for AronTreeWidgetItem:Public Member Functions | |
| AronTreeWidgetItem (bool editKey, bool editVal, QString key, aron::type::VariantPtr type) | |
| void | checkKeyValidityOfChildren () |
| bool | isValueErrorneous () |
| void | onUserChange (int changedColumn) |
| void | resetError () |
| void | setKeyErrorState (bool hasError) |
| void | setValueErrorState (bool isErrorSource, bool isTransitiveError) |
Static Public Member Functions | |
| static AronTreeWidgetItem * | DynamicCast (QTreeWidgetItem *) |
| static AronTreeWidgetItem * | DynamicCastAndCheck (QTreeWidgetItem *) |
Public Attributes | |
| aron::type::VariantPtr | aronType |
| const bool | col0Editable = false |
| const bool | col1Editable = false |
Definition at line 19 of file AronTreeWidgetItem.h.
| AronTreeWidgetItem | ( | bool | editKey, |
| bool | editVal, | ||
| QString | key, | ||
| aron::type::VariantPtr | type | ||
| ) |
Definition at line 187 of file AronTreeWidgetItem.cpp.
| void checkKeyValidityOfChildren | ( | ) |
Definition at line 90 of file AronTreeWidgetItem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 21 of file AronTreeWidgetItem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool isValueErrorneous | ( | ) |
Definition at line 33 of file AronTreeWidgetItem.cpp.
| void onUserChange | ( | int | changedColumn | ) |
| void resetError | ( | ) |
| void setKeyErrorState | ( | bool | hasError | ) |
| void setValueErrorState | ( | bool | isErrorSource, |
| bool | isTransitiveError | ||
| ) |
| aron::type::VariantPtr aronType |
Definition at line 30 of file AronTreeWidgetItem.h.
| const bool col0Editable = false |
Definition at line 32 of file AronTreeWidgetItem.h.
| const bool col1Editable = false |
Definition at line 34 of file AronTreeWidgetItem.h.