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

Public Types |
|
| enum | StyleOptionVersion { Version = 3 } |
Public Member Functions |
|
| QStyleOptionFrameV3 () | |
| QStyleOptionFrameV3 (const QStyleOptionFrameV3 &other) | |
| QStyleOptionFrameV3 (const QStyleOptionFrame &other) | |
| QStyleOptionFrameV3 & | operator= (const QStyleOptionFrame &other) |
Public Attributes |
|
| QFrame::Shape | frameShape: 4 |
| uint | unused: 28 |
Protected Member Functions |
|
| QStyleOptionFrameV3 (int version) | |
| enum StyleOptionVersion |
Reimplemented from QStyleOptionFrameV2.
Definition at line 160 of file qstyleoption.h.
{ Version = 3 };
| QStyleOptionFrameV3 | ( | const QStyleOptionFrameV3 & | other | ) | [inline] |
Definition at line 165 of file qstyleoption.h.
: QStyleOptionFrameV2(Version) { *this = other; }
| QStyleOptionFrameV3 | ( | const QStyleOptionFrame & | other | ) |
| QStyleOptionFrameV3 | ( | int | version | ) | [protected] |
| QStyleOptionFrameV3& operator= | ( | const QStyleOptionFrame & | other | ) |
Reimplemented from QStyleOptionFrameV2.
Definition at line 161 of file qstyleoption.h.
| uint unused |
Definition at line 162 of file qstyleoption.h.