![]() |
MAK RTIspy API Documentation for HLA Evolved
|
A class to display a list (properties) alternating the colors of the rows. More...
Inheritance diagram for DtPropertyListView:
Collaboration diagram for DtPropertyListView:Public Member Functions | |
| DtPropertyListView (QWidget *parent=0) | |
| DtPropertyListView (QColor, QColor, bool drawBorder=true, QWidget *parent=0) | |
| DtPropertyListView (const DtPropertyListView &orig) | |
| virtual | ~DtPropertyListView () |
| virtual void | expandAll () |
| virtual void | collapseAll () |
| virtual DtPropertyListViewItem * | addProperty (const DtProperty &, QTreeWidgetItem *parentTree=0) |
| virtual DtPropertyListViewItem * | addToProperty (const DtProperty &) |
| virtual bool | setProperty (QString prop, QVariant value) |
| virtual bool | setProperty (QString prop, QString sub, QVariant value) |
| virtual bool | setProperty (QString prop, QString sub, QString sub2, QVariant value) |
| virtual DtProperty * | property (QString prop) |
| virtual DtProperty * | property (QString prop, QString sub) |
| virtual DtProperty * | property (QString prop, QString sub, QString sub2) |
| virtual QColor | backgroundColor1 () const |
| virtual QColor | backgroundColor2 () const |
| virtual QColor | groupForegroundColor () const |
| virtual void | setGroupForegroundColor (const QColor &color) |
| virtual DtPropertyListViewStyle | backgroundStyle () const |
| virtual void | setBackgroundStyle (const DtPropertyListViewStyle &style) |
| virtual bool | drawCellBorder () |
| virtual QColor | cellBorderColor () const |
| virtual void | setCellBorderColor (const QColor &color) |
| virtual QWidget * | editorBox () |
| virtual bool | alphaSorted () const |
| int | attributeNameColumn () const |
| int | attributeValueColumn () const |
Protected Slots | |
| virtual void | headerClicked (int column) |
| virtual void | headerSizeChanged () |
Protected Member Functions | |
| virtual void | init () |
| virtual void | resizeEvent (QResizeEvent *) |
| virtual void | resizeValueColumn (QSize size) |
Protected Attributes | |
| QColor | myBackColor1 |
| QColor | myBackColor2 |
| QColor | myCellBorder |
| QColor | myGroupForeColor |
| bool | myAlphaSorted |
| bool | myDrawCellBorder |
| bool | myEditable |
| QWidget * | myEditorBox |
| const QString | myAttributeName |
| const QString | myValueName |
| DtProperty | myRoot |
| DtPropertyListViewItem * | mySelected |
| DtPropertyListViewStyle | myBackStyle |
Properties | |
| QColor | cellBorderColor |
| QColor | backgroundColor1 |
| QColor | backgroundColor2 |
| QColor | groupForegroundColor |
A class to display a list (properties) alternating the colors of the rows.
A class that displays a list (properties) alternating the colors of the rows. The information displayed is query-able, settable, and sortable. NOTE that the property sheet UI pattern only allows for top-level properties and one level of sub-property children (see the Qt 3.X Designer for an example) and the API to this class reflects that.
| DtPropertyListView::DtPropertyListView | ( | QWidget * | parent = 0 | ) |
| DtPropertyListView::DtPropertyListView | ( | QColor | , |
| QColor | , | ||
| bool | drawBorder = true, |
||
| QWidget * | parent = 0 |
||
| ) |
| DtPropertyListView::DtPropertyListView | ( | const DtPropertyListView & | orig | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| int DtPropertyListView::attributeNameColumn | ( | ) | const |
| int DtPropertyListView::attributeValueColumn | ( | ) | const |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
|
virtual |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtual |
Reimplemented in DtPropertyEditView, and DtConfigurablePropertyEditView.
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by DtPropertyEditView::editable().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
read |
|
read |
|
readwrite |
|
readwrite |