QStyleOptionToolBar

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(QStyleOptionToolBar) 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.
ToolBarFeatures
alias ToolBarFeatures = QFlags!(ToolBarFeature)
Undocumented in source.

Enums

StyleOptionType
enum StyleOptionType
Undocumented in source.
StyleOptionVersion
enum StyleOptionVersion
Undocumented in source.
ToolBarFeature
enum ToolBarFeature
Undocumented in source.
ToolBarPosition
enum ToolBarPosition
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.
features
ToolBarFeatures features;
Undocumented in source.
lineWidth
int lineWidth;
Undocumented in source.
midLineWidth
int midLineWidth;
Undocumented in source.
positionOfLine
ToolBarPosition positionOfLine;
Undocumented in source.
positionWithinLine
ToolBarPosition positionWithinLine;
Undocumented in source.
toolBarArea
qt.core.namespace.ToolBarArea toolBarArea;
Undocumented in source.

Meta