Definition at line 747 of file qstyleoption.h.
#include <qstyleoption.h>

Public Types |
|
| enum | StyleOptionType { Type = SO_Q3ListView } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionQ3ListView () | |
| QStyleOptionQ3ListView (const QStyleOptionQ3ListView &other) | |
Public Attributes |
|
| QList< QStyleOptionQ3ListViewItem > | items |
| QPalette | viewportPalette |
| QPalette::ColorRole | viewportBGRole |
| int | sortColumn |
| int | itemMargin |
| int | treeStepSize |
| bool | rootIsDecorated |
Protected Member Functions |
|
| QStyleOptionQ3ListView (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOptionComplex.
Definition at line 750 of file qstyleoption.h.
{ Type = SO_Q3ListView };
| enum StyleOptionVersion |
Reimplemented from QStyleOptionComplex.
Definition at line 751 of file qstyleoption.h.
{ Version = 1 };
| QStyleOptionQ3ListView | ( | const QStyleOptionQ3ListView & | other | ) | [inline] |
Definition at line 762 of file qstyleoption.h.
: QStyleOptionComplex(Version, Type) { *this = other; }
| QStyleOptionQ3ListView | ( | int | version | ) | [protected] |
Definition at line 753 of file qstyleoption.h.
Definition at line 754 of file qstyleoption.h.
Definition at line 755 of file qstyleoption.h.
| int sortColumn |
Definition at line 756 of file qstyleoption.h.
| int itemMargin |
Definition at line 757 of file qstyleoption.h.
| int treeStepSize |
Definition at line 758 of file qstyleoption.h.
| bool rootIsDecorated |
Definition at line 759 of file qstyleoption.h.