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

Public Types |
|
| enum | StyleOptionType { Type = SO_TabBarBase } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionTabBarBase () | |
| QStyleOptionTabBarBase (const QStyleOptionTabBarBase &other) | |
Public Attributes |
|
| QTabBar::Shape | shape |
| QRect | tabBarRect |
| QRect | selectedTabRect |
Protected Member Functions |
|
| QStyleOptionTabBarBase (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOption.
Definition at line 221 of file qstyleoption.h.
{ Type = SO_TabBarBase };
| enum StyleOptionVersion |
Reimplemented from QStyleOption.
Reimplemented in QStyleOptionTabBarBaseV2.
Definition at line 222 of file qstyleoption.h.
{ Version = 1 };
| QStyleOptionTabBarBase | ( | const QStyleOptionTabBarBase & | other | ) | [inline] |
Definition at line 229 of file qstyleoption.h.
: QStyleOption(Version, Type) { *this = other; }
| QStyleOptionTabBarBase | ( | int | version | ) | [protected] |
Definition at line 224 of file qstyleoption.h.
Definition at line 225 of file qstyleoption.h.
Definition at line 226 of file qstyleoption.h.