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

Public Types |
|
| enum | StyleOptionType { Type = SO_DockWidget } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionDockWidget () | |
| QStyleOptionDockWidget (const QStyleOptionDockWidget &other) | |
Public Attributes |
|
| QString | title |
| bool | closable |
| bool | movable |
| bool | floatable |
Protected Member Functions |
|
| QStyleOptionDockWidget (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOption.
Definition at line 507 of file qstyleoption.h.
{ Type = SO_DockWidget };
| enum StyleOptionVersion |
Reimplemented from QStyleOption.
Reimplemented in QStyleOptionDockWidgetV2.
Definition at line 508 of file qstyleoption.h.
{ Version = 1 };
| QStyleOptionDockWidget | ( | const QStyleOptionDockWidget & | other | ) | [inline] |
Definition at line 516 of file qstyleoption.h.
: QStyleOption(Version, Type) { *this = other; }
| QStyleOptionDockWidget | ( | int | version | ) | [protected] |
Definition at line 510 of file qstyleoption.h.
| bool closable |
Definition at line 511 of file qstyleoption.h.
| bool movable |
Definition at line 512 of file qstyleoption.h.
| bool floatable |
Definition at line 513 of file qstyleoption.h.