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 |
QtTreePropertyBrowserPrivate::QtTreePropertyBrowserPrivate | ( | ) |
QColor QtTreePropertyBrowserPrivate::calculatedBackgroundColor | ( | QtBrowserItem * | item | ) | const |
References QtBrowserItem::parent().
Referenced by QtTreePropertyBrowser::calculatedBackgroundColor(), QtPropertyEditorView::drawRow(), and QtPropertyEditorDelegate::paint().
|
inline |
References QtAbstractPropertyBrowser::createEditor().
Referenced by QtPropertyEditorDelegate::createEditor().
QtBrowserItem * QtTreePropertyBrowserPrivate::currentItem | ( | ) | const |
void QtTreePropertyBrowserPrivate::disableItem | ( | QTreeWidgetItem * | item | ) | const |
QTreeWidgetItem * QtTreePropertyBrowserPrivate::editedItem | ( | ) | const |
References QtPropertyEditorDelegate::editedItem().
Referenced by QtPropertyEditorView::keyPressEvent(), and QtPropertyEditorView::mousePressEvent().
void QtTreePropertyBrowserPrivate::editItem | ( | QtBrowserItem * | browserItem | ) |
void QtTreePropertyBrowserPrivate::enableItem | ( | QTreeWidgetItem * | item | ) | const |
bool QtTreePropertyBrowserPrivate::hasValue | ( | QTreeWidgetItem * | item | ) | const |
References QtProperty::hasValue(), and QtBrowserItem::property().
Referenced by QtPropertyEditorView::mousePressEvent().
QtBrowserItem * QtTreePropertyBrowserPrivate::indexToBrowserItem | ( | const QModelIndex & | index | ) | const |
References QtPropertyEditorView::indexToItem().
Referenced by QtPropertyEditorView::drawRow(), and QtPropertyEditorDelegate::paint().
QTreeWidgetItem * QtTreePropertyBrowserPrivate::indexToItem | ( | const QModelIndex & | index | ) | const |
References QtPropertyEditorView::indexToItem().
Referenced by QtPropertyEditorDelegate::createEditor(), slotCollapsed(), and slotExpanded().
QtProperty * QtTreePropertyBrowserPrivate::indexToProperty | ( | const QModelIndex & | index | ) | const |
References QtPropertyEditorView::indexToItem(), and QtBrowserItem::property().
Referenced by QtPropertyEditorDelegate::createEditor(), QtPropertyEditorView::drawRow(), and QtPropertyEditorDelegate::paint().
void QtTreePropertyBrowserPrivate::init | ( | QWidget * | parent | ) |
References drawIndicatorIcon(), QtPropertyEditorView::setEditorPrivate(), QtPropertyEditorDelegate::setEditorPrivate(), slotCollapsed(), slotCurrentTreeItemChanged(), and slotExpanded().
Referenced by QtTreePropertyBrowser::QtTreePropertyBrowser().
bool QtTreePropertyBrowserPrivate::lastColumn | ( | int | column | ) | const |
|
inline |
Referenced by QtPropertyEditorView::drawRow(), QtPropertyEditorView::mousePressEvent(), and QtPropertyEditorDelegate::paint().
void QtTreePropertyBrowserPrivate::propertyChanged | ( | QtBrowserItem * | index | ) |
void QtTreePropertyBrowserPrivate::propertyInserted | ( | QtBrowserItem * | index, |
QtBrowserItem * | afterIndex | ||
) |
References QtBrowserItem::parent().
Referenced by QtTreePropertyBrowser::itemInserted().
void QtTreePropertyBrowserPrivate::propertyRemoved | ( | QtBrowserItem * | index | ) |
void QtTreePropertyBrowserPrivate::setCurrentItem | ( | QtBrowserItem * | browserItem, |
bool | block | ||
) |
void QtTreePropertyBrowserPrivate::slotCollapsed | ( | const QModelIndex & | index | ) |
References QtTreePropertyBrowser::collapsed(), and indexToItem().
Referenced by init().
void QtTreePropertyBrowserPrivate::slotCurrentBrowserItemChanged | ( | QtBrowserItem * | item | ) |
void QtTreePropertyBrowserPrivate::slotCurrentTreeItemChanged | ( | QTreeWidgetItem * | newItem, |
QTreeWidgetItem * | |||
) |
References QtAbstractPropertyBrowser::setCurrentItem().
Referenced by init().
void QtTreePropertyBrowserPrivate::slotExpanded | ( | const QModelIndex & | index | ) |
References QtTreePropertyBrowser::expanded(), and indexToItem().
Referenced by init().
|
inline |