QStyleOptionHeader

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(const(QStyleOptionHeader) other)
Undocumented in source.
this
this(int version_)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

base0

Members

Aliases

OptionType
alias OptionType = QStyleOption.OptionType
Undocumented in source.

Enums

SectionPosition
enum SectionPosition
Undocumented in source.
SelectedPosition
enum SelectedPosition
Undocumented in source.
SortIndicator
enum SortIndicator
Undocumented in source.
StyleOptionType
enum StyleOptionType
Undocumented in source.
StyleOptionVersion
enum StyleOptionVersion
Undocumented in source.

Functions

rawConstructor
typeof(this) rawConstructor()
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base0
QStyleOption base0;
Undocumented in source.
icon
QIcon icon;
Undocumented in source.
iconAlignment
qt.core.namespace.Alignment iconAlignment;
Undocumented in source.
orientation
qt.core.namespace.Orientation orientation;
Undocumented in source.
position
SectionPosition position;
Undocumented in source.
section
int section;
Undocumented in source.
selectedPosition
SelectedPosition selectedPosition;
Undocumented in source.
sortIndicator
SortIndicator sortIndicator;
Undocumented in source.
text
QString text;
Undocumented in source.
textAlignment
qt.core.namespace.Alignment textAlignment;
Undocumented in source.

Meta