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

Public Types |
|
| enum | StyleOptionType { Type = SO_TitleBar } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionTitleBar () | |
| QStyleOptionTitleBar (const QStyleOptionTitleBar &other) | |
Public Attributes |
|
| QString | text |
| QIcon | icon |
| int | titleBarState |
| Qt::WindowFlags | titleBarFlags |
Protected Member Functions |
|
| QStyleOptionTitleBar (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOptionComplex.
Definition at line 819 of file qstyleoption.h.
{ Type = SO_TitleBar };
| enum StyleOptionVersion |
Reimplemented from QStyleOptionComplex.
Definition at line 820 of file qstyleoption.h.
{ Version = 1 };
| QStyleOptionTitleBar | ( | const QStyleOptionTitleBar & | other | ) | [inline] |
Definition at line 828 of file qstyleoption.h.
: QStyleOptionComplex(Version, Type) { *this = other; }
| QStyleOptionTitleBar | ( | int | version | ) | [protected] |
Definition at line 822 of file qstyleoption.h.
Definition at line 823 of file qstyleoption.h.
| int titleBarState |
Definition at line 824 of file qstyleoption.h.
| Qt::WindowFlags titleBarFlags |
Definition at line 825 of file qstyleoption.h.