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

Public Types |
|
| enum | StyleOptionType { Type = SO_ToolBar } |
| enum | StyleOptionVersion { Version = 1 } |
| enum | ToolBarPosition { Beginning, Middle, End, OnlyOne } |
| enum | ToolBarFeature { None = 0x0, Movable = 0x1 } |
Public Member Functions |
|
| QStyleOptionToolBar () | |
| QStyleOptionToolBar (const QStyleOptionToolBar &other) | |
Public Attributes |
|
| ToolBarPosition | positionOfLine |
| ToolBarPosition | positionWithinLine |
| Qt::ToolBarArea | toolBarArea |
| ToolBarFeatures | features |
| int | lineWidth |
| int | midLineWidth |
Protected Member Functions |
|
| QStyleOptionToolBar (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOption.
Definition at line 372 of file qstyleoption.h.
{ Type = SO_ToolBar };
| enum StyleOptionVersion |
| enum ToolBarPosition |
Definition at line 374 of file qstyleoption.h.
| enum ToolBarFeature |
Definition at line 375 of file qstyleoption.h.
| QStyleOptionToolBar | ( | const QStyleOptionToolBar & | other | ) | [inline] |
Definition at line 384 of file qstyleoption.h.
: QStyleOption(Version, Type) { *this = other; }
| QStyleOptionToolBar | ( | int | version | ) | [protected] |
Definition at line 377 of file qstyleoption.h.
Definition at line 378 of file qstyleoption.h.
Definition at line 379 of file qstyleoption.h.
| ToolBarFeatures features |
Definition at line 380 of file qstyleoption.h.
| int lineWidth |
Definition at line 381 of file qstyleoption.h.
| int midLineWidth |
Definition at line 382 of file qstyleoption.h.