|
#include <RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/AronTreeWidgetItem.h>
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 91 of file AronTreeWidgetItem.cpp.
|
static |
|
static |
Definition at line 21 of file AronTreeWidgetItem.cpp.
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.