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

Public Types |
|
| enum | StyleOptionVersion { Version = 2 } |
| enum | FrameFeature { None = 0x00, Flat = 0x01 } |
Public Member Functions |
|
| QStyleOptionFrameV2 () | |
| QStyleOptionFrameV2 (const QStyleOptionFrameV2 &other) | |
| QStyleOptionFrameV2 (const QStyleOptionFrame &other) | |
| QStyleOptionFrameV2 & | operator= (const QStyleOptionFrame &other) |
Public Attributes |
|
| FrameFeatures | features |
Protected Member Functions |
|
| QStyleOptionFrameV2 (int version) | |
| enum StyleOptionVersion |
Reimplemented from QStyleOptionFrame.
Reimplemented in QStyleOptionFrameV3.
Definition at line 137 of file qstyleoption.h.
{ Version = 2 };
| enum FrameFeature |
Definition at line 138 of file qstyleoption.h.
| QStyleOptionFrameV2 | ( | const QStyleOptionFrameV2 & | other | ) | [inline] |
Definition at line 146 of file qstyleoption.h.
: QStyleOptionFrame(Version) { *this = other; }
| QStyleOptionFrameV2 | ( | const QStyleOptionFrame & | other | ) |
| QStyleOptionFrameV2 | ( | int | version | ) | [protected] |
| QStyleOptionFrameV2& operator= | ( | const QStyleOptionFrame & | other | ) |
Reimplemented in QStyleOptionFrameV3.
| FrameFeatures features |
Definition at line 143 of file qstyleoption.h.