|
Public Member Functions | |
QColor | calculatedBackgroundColor (QtBrowserItem *item) const |
QWidget * | createEditor (QtProperty *property, QWidget *parent) const |
QtBrowserItem * | currentItem () const |
void | disableItem (QTreeWidgetItem *item) const |
QTreeWidgetItem * | editedItem () const |
void | editItem (QtBrowserItem *browserItem) |
void | enableItem (QTreeWidgetItem *item) const |
bool | hasValue (QTreeWidgetItem *item) const |
QtBrowserItem * | indexToBrowserItem (const QModelIndex &index) const |
QTreeWidgetItem * | indexToItem (const QModelIndex &index) const |
QtProperty * | indexToProperty (const QModelIndex &index) const |
void | init (QWidget *parent) |
bool | lastColumn (int column) const |
bool | markPropertiesWithoutValue () const |
void | propertyChanged (QtBrowserItem *index) |
void | propertyInserted (QtBrowserItem *index, QtBrowserItem *afterIndex) |
void | propertyRemoved (QtBrowserItem *index) |
QtTreePropertyBrowserPrivate () | |
void | setCurrentItem (QtBrowserItem *browserItem, bool block) |
void | slotCollapsed (const QModelIndex &index) |
void | slotCurrentBrowserItemChanged (QtBrowserItem *item) |
void | slotCurrentTreeItemChanged (QTreeWidgetItem *newItem, QTreeWidgetItem *) |
void | slotExpanded (const QModelIndex &index) |
QtPropertyEditorView * | treeWidget () const |
Definition at line 59 of file qttreepropertybrowser.cpp.
Definition at line 532 of file qttreepropertybrowser.cpp.
QColor calculatedBackgroundColor | ( | QtBrowserItem * | item | ) | const |
Definition at line 823 of file qttreepropertybrowser.cpp.
|
inline |
Definition at line 71 of file qttreepropertybrowser.cpp.
QtBrowserItem * currentItem | ( | ) | const |
Definition at line 602 of file qttreepropertybrowser.cpp.
void disableItem | ( | QTreeWidgetItem * | item | ) | const |
QTreeWidgetItem * editedItem | ( | ) | const |
Definition at line 881 of file qttreepropertybrowser.cpp.
void editItem | ( | QtBrowserItem * | browserItem | ) |
Definition at line 886 of file qttreepropertybrowser.cpp.
void enableItem | ( | QTreeWidgetItem * | item | ) | const |
Definition at line 679 of file qttreepropertybrowser.cpp.
bool hasValue | ( | QTreeWidgetItem * | item | ) | const |
Definition at line 698 of file qttreepropertybrowser.cpp.
QtBrowserItem * indexToBrowserItem | ( | const QModelIndex & | index | ) | const |
Definition at line 644 of file qttreepropertybrowser.cpp.
QTreeWidgetItem * indexToItem | ( | const QModelIndex & | index | ) | const |
Definition at line 650 of file qttreepropertybrowser.cpp.
QtProperty * indexToProperty | ( | const QModelIndex & | index | ) | const |
Definition at line 631 of file qttreepropertybrowser.cpp.
void init | ( | QWidget * | parent | ) |
Definition at line 572 of file qttreepropertybrowser.cpp.
bool lastColumn | ( | int | column | ) | const |
Definition at line 655 of file qttreepropertybrowser.cpp.
|
inline |
Definition at line 92 of file qttreepropertybrowser.cpp.
void propertyChanged | ( | QtBrowserItem * | index | ) |
Definition at line 751 of file qttreepropertybrowser.cpp.
void propertyInserted | ( | QtBrowserItem * | index, |
QtBrowserItem * | afterIndex | ||
) |
Definition at line 710 of file qttreepropertybrowser.cpp.
void propertyRemoved | ( | QtBrowserItem * | index | ) |
Definition at line 735 of file qttreepropertybrowser.cpp.
void setCurrentItem | ( | QtBrowserItem * | browserItem, |
bool | block | ||
) |
Definition at line 612 of file qttreepropertybrowser.cpp.
void slotCollapsed | ( | const QModelIndex & | index | ) |
void slotCurrentBrowserItemChanged | ( | QtBrowserItem * | item | ) |
void slotCurrentTreeItemChanged | ( | QTreeWidgetItem * | newItem, |
QTreeWidgetItem * | |||
) |
void slotExpanded | ( | const QModelIndex & | index | ) |
|
inline |
Definition at line 88 of file qttreepropertybrowser.cpp.