![]() |
MAK RTIspy API Documentation for HLA 1.3
|
A class to draw items in a DtPropertyListView. More...
Inheritance diagram for DtPropertyListViewItem:
Collaboration diagram for DtPropertyListViewItem:Public Member Functions | |
| DtPropertyListViewItem (DtPropertyListView *, const DtProperty *) | |
| DtPropertyListViewItem (QTreeWidgetItem *, const DtProperty *) | |
| virtual | ~DtPropertyListViewItem () |
| virtual void | expandAll () |
| virtual void | collapseAll () |
| virtual DtPropertyEditorWidget * | editor () |
| virtual void | setEditorText (const QString &) |
| virtual QString | editorText () |
| virtual bool | operator< (const QTreeWidgetItem &) const |
| virtual bool | operator< (const DtPropertyListViewItem &) const |
| DtProperty * | property () |
| const DtProperty * | property () const |
| void | setChanged (bool) |
| void | setShowCheckBox (bool) |
| bool | showCheckBox () const |
Protected Attributes | |
| DtPropertyEditorWidget * | myEditor |
| DtProperty * | myProperty |
| bool | myIsChanged |
| bool | myShowCheckBox |
A class to draw items in a DtPropertyListView.
A class that draws the items, in rows of alternating colors, in a DtPropertySheet. This is the base class for the property-specific items that contain editors. Items that don't require any kind of editor can just use this class. Subclasses need to implement methods to return an editor specific to the type of property being displayed.
| DtPropertyListViewItem::DtPropertyListViewItem | ( | DtPropertyListView * | view, |
| const DtProperty * | prop | ||
| ) |
References myProperty.
| DtPropertyListViewItem::DtPropertyListViewItem | ( | QTreeWidgetItem * | after, |
| const DtProperty * | prop | ||
| ) |
References myProperty.
|
virtual |
References myEditor, and myProperty.
|
virtual |
References collapseAll().
Referenced by collapseAll(), and DtPropertyListView::collapseAll().
|
virtual |
|
inlinevirtual |
|
virtual |
References expandAll().
Referenced by expandAll(), and DtPropertyListView::expandAll().
|
virtual |
|
virtual |
References property().
| DtProperty * DtPropertyListViewItem::property | ( | ) |
| const DtProperty * DtPropertyListViewItem::property | ( | ) | const |
References myProperty.
| void DtPropertyListViewItem::setChanged | ( | bool | value | ) |
References myIsChanged.
Referenced by DtPropertyEditView::slotItemEdited().
|
inlinevirtual |
| void DtPropertyListViewItem::setShowCheckBox | ( | bool | value | ) |
References myShowCheckBox.
| bool DtPropertyListViewItem::showCheckBox | ( | ) | const |
References myShowCheckBox.
|
protected |
Referenced by editor(), and ~DtPropertyListViewItem().
|
protected |
Referenced by setChanged().
|
protected |
Referenced by DtPropertyListViewItem(), editor(), property(), and ~DtPropertyListViewItem().
|
protected |
Referenced by setShowCheckBox(), and showCheckBox().