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

Public Types |
|
| enum | StyleOptionType { Type = SO_Header } |
| enum | StyleOptionVersion { Version = 1 } |
| enum | SectionPosition { Beginning, Middle, End, OnlyOneSection } |
| enum | SelectedPosition { NotAdjacent, NextIsSelected, PreviousIsSelected, NextAndPreviousAreSelected } |
| enum | SortIndicator { None, SortUp, SortDown } |
Public Member Functions |
|
| QStyleOptionHeader () | |
| QStyleOptionHeader (const QStyleOptionHeader &other) | |
Public Attributes |
|
| int | section |
| QString | text |
| Qt::Alignment | textAlignment |
| QIcon | icon |
| Qt::Alignment | iconAlignment |
| SectionPosition | position |
| SelectedPosition | selectedPosition |
| SortIndicator | sortIndicator |
| Qt::Orientation | orientation |
Protected Member Functions |
|
| QStyleOptionHeader (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOption.
Definition at line 254 of file qstyleoption.h.
| enum StyleOptionVersion |
| enum SectionPosition |
Definition at line 257 of file qstyleoption.h.
{ Beginning, Middle, End, OnlyOneSection };
| enum SelectedPosition |
Definition at line 258 of file qstyleoption.h.
| enum SortIndicator |
Definition at line 260 of file qstyleoption.h.
| QStyleOptionHeader | ( | const QStyleOptionHeader & | other | ) | [inline] |
Definition at line 273 of file qstyleoption.h.
: QStyleOption(Version, Type) { *this = other; }
| QStyleOptionHeader | ( | int | version | ) | [protected] |
| int section |
Definition at line 262 of file qstyleoption.h.
Definition at line 263 of file qstyleoption.h.
| Qt::Alignment textAlignment |
Definition at line 264 of file qstyleoption.h.
Definition at line 265 of file qstyleoption.h.
| Qt::Alignment iconAlignment |
Definition at line 266 of file qstyleoption.h.
Definition at line 267 of file qstyleoption.h.
Definition at line 268 of file qstyleoption.h.
Definition at line 269 of file qstyleoption.h.
Definition at line 270 of file qstyleoption.h.