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

Public Types |
|
| enum | StyleOptionVersion { Version = 2 } |
| enum |
ViewItemFeature { None = 0x00, WrapText = 0x01, Alternate = 0x02, HasCheckIndicator = 0x04, HasDisplay = 0x08, HasDecoration = 0x10 } |
Public Member Functions |
|
| QStyleOptionViewItemV2 () | |
| QStyleOptionViewItemV2 (const QStyleOptionViewItemV2 &other) | |
| QStyleOptionViewItemV2 (const QStyleOptionViewItem &other) | |
| QStyleOptionViewItemV2 & | operator= (const QStyleOptionViewItem &other) |
Public Attributes |
|
| ViewItemFeatures | features |
Protected Member Functions |
|
| QStyleOptionViewItemV2 (int version) | |
| enum StyleOptionVersion |
Reimplemented from QStyleOptionViewItem.
Reimplemented in QStyleOptionViewItemV3, and QStyleOptionViewItemV4.
Definition at line 565 of file qstyleoption.h.
{ Version = 2 };
| enum ViewItemFeature |
Definition at line 567 of file qstyleoption.h.
{
None = 0x00,
WrapText = 0x01,
Alternate = 0x02,
HasCheckIndicator = 0x04,
HasDisplay = 0x08,
HasDecoration = 0x10
};
| QStyleOptionViewItemV2 | ( | const QStyleOptionViewItemV2 & | other | ) | [inline] |
Definition at line 580 of file qstyleoption.h.
: QStyleOptionViewItem(Version) { *this = other; }
| QStyleOptionViewItemV2 | ( | const QStyleOptionViewItem & | other | ) |
| QStyleOptionViewItemV2 | ( | int | version | ) | [protected] |
| QStyleOptionViewItemV2& operator= | ( | const QStyleOptionViewItem & | other | ) |
Reimplemented in QStyleOptionViewItemV3, and QStyleOptionViewItemV4.
| ViewItemFeatures features |
Definition at line 577 of file qstyleoption.h.