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

Public Types |
|
| enum | StyleOptionType { Type = SO_Q3ListViewItem } |
| enum | StyleOptionVersion { Version = 1 } |
| enum |
Q3ListViewItemFeature { None = 0x00, Expandable = 0x01, MultiLine = 0x02, Visible = 0x04, ParentControl = 0x08 } |
Public Member Functions |
|
| QStyleOptionQ3ListViewItem () | |
| QStyleOptionQ3ListViewItem (const QStyleOptionQ3ListViewItem &other) | |
Public Attributes |
|
| Q3ListViewItemFeatures | features |
| int | height |
| int | totalHeight |
| int | itemY |
| int | childCount |
Protected Member Functions |
|
| QStyleOptionQ3ListViewItem (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOption.
Definition at line 466 of file qstyleoption.h.
{ Type = SO_Q3ListViewItem };
| enum StyleOptionVersion |
Definition at line 469 of file qstyleoption.h.
{ None = 0x00, Expandable = 0x01, MultiLine = 0x02, Visible = 0x04,
ParentControl = 0x08 };
| QStyleOptionQ3ListViewItem | ( | const QStyleOptionQ3ListViewItem & | other | ) | [inline] |
Definition at line 480 of file qstyleoption.h.
: QStyleOption(Version, Type) { *this = other; }
| QStyleOptionQ3ListViewItem | ( | int | version | ) | [protected] |
| Q3ListViewItemFeatures features |
Definition at line 473 of file qstyleoption.h.
| int height |
Definition at line 474 of file qstyleoption.h.
| int totalHeight |
Definition at line 475 of file qstyleoption.h.
| int itemY |
Definition at line 476 of file qstyleoption.h.
| int childCount |
Definition at line 477 of file qstyleoption.h.