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

Public Types |
|
| enum | StyleOptionVersion { Version = 2 } |
Public Member Functions |
|
| QStyleOptionTabBarBaseV2 () | |
| QStyleOptionTabBarBaseV2 (const QStyleOptionTabBarBaseV2 &other) | |
| QStyleOptionTabBarBaseV2 (const QStyleOptionTabBarBase &other) | |
| QStyleOptionTabBarBaseV2 & | operator= (const QStyleOptionTabBarBase &other) |
Public Attributes |
|
| bool | documentMode |
Protected Member Functions |
|
| QStyleOptionTabBarBaseV2 (int version) | |
| enum StyleOptionVersion |
Reimplemented from QStyleOptionTabBarBase.
Definition at line 238 of file qstyleoption.h.
{ Version = 2 };
| QStyleOptionTabBarBaseV2 | ( | const QStyleOptionTabBarBaseV2 & | other | ) | [inline] |
Definition at line 241 of file qstyleoption.h.
: QStyleOptionTabBarBase(Version) { *this = other; }
| QStyleOptionTabBarBaseV2 | ( | const QStyleOptionTabBarBase & | other | ) |
| QStyleOptionTabBarBaseV2 | ( | int | version | ) | [protected] |
| QStyleOptionTabBarBaseV2& operator= | ( | const QStyleOptionTabBarBase & | other | ) |
| bool documentMode |
Definition at line 239 of file qstyleoption.h.