![]() |
MAK RTIspy API Documentation for HLA Evolved
|
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 * | , |
| const DtProperty * | |||
| ) |
| DtPropertyListViewItem::DtPropertyListViewItem | ( | QTreeWidgetItem * | , |
| const DtProperty * | |||
| ) |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
virtual |
|
virtual |
|
virtual |
| DtProperty* DtPropertyListViewItem::property | ( | ) |
| const DtProperty* DtPropertyListViewItem::property | ( | ) | const |
| void DtPropertyListViewItem::setChanged | ( | bool | ) |
|
inlinevirtual |
| void DtPropertyListViewItem::setShowCheckBox | ( | bool | ) |
| bool DtPropertyListViewItem::showCheckBox | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |