Inheritance diagram for QtPropertyEditorView:
Collaboration diagram for QtPropertyEditorView:Public Member Functions | |
| QTreeWidgetItem * | indexToItem (const QModelIndex &index) const |
| QtPropertyEditorView (QWidget *parent=nullptr) | |
| void | setEditorPrivate (QtTreePropertyBrowserPrivate *editorPrivate) |
Protected Member Functions | |
| void | drawRow (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
| void | keyPressEvent (QKeyEvent *event) override |
| void | mousePressEvent (QMouseEvent *event) override |
Private Attributes | |
| QtTreePropertyBrowserPrivate * | m_editorPrivate {nullptr} |
| QtPropertyEditorView::QtPropertyEditorView | ( | QWidget * | parent = nullptr | ) |
|
overrideprotected |
References QtTreePropertyBrowserPrivate::calculatedBackgroundColor(), QtProperty::hasValue(), QtTreePropertyBrowserPrivate::indexToBrowserItem(), QtTreePropertyBrowserPrivate::indexToProperty(), m_editorPrivate, and QtTreePropertyBrowserPrivate::markPropertiesWithoutValue().
Here is the call graph for this function:
|
inline |
Referenced by QtTreePropertyBrowserPrivate::indexToBrowserItem(), QtTreePropertyBrowserPrivate::indexToItem(), and QtTreePropertyBrowserPrivate::indexToProperty().
Here is the caller graph for this function:
|
overrideprotected |
References QtTreePropertyBrowserPrivate::editedItem(), camitk::keyPressEvent(), and m_editorPrivate.
Here is the call graph for this function:
|
overrideprotected |
References QtTreePropertyBrowserPrivate::editedItem(), QtTreePropertyBrowserPrivate::hasValue(), m_editorPrivate, QtTreePropertyBrowserPrivate::markPropertiesWithoutValue(), and camitk::mousePressEvent().
Here is the call graph for this function:
|
inline |
References m_editorPrivate.
Referenced by QtTreePropertyBrowserPrivate::init().
Here is the caller graph for this function:
|
private |
Referenced by drawRow(), keyPressEvent(), mousePressEvent(), and setEditorPrivate().