QStyleOptionTab

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(QStyleOptionTab) other)
Undocumented in source.
this
this(int version_)
Undocumented in source.

Postblit

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

Alias This

base0

Members

Aliases

CornerWidgets
alias CornerWidgets = QFlags!(CornerWidget)
Undocumented in source.
OptionType
alias OptionType = QStyleOption.OptionType
Undocumented in source.
TabFeatures
alias TabFeatures = QFlags!(TabFeature)
Undocumented in source.

Enums

CornerWidget
enum CornerWidget
Undocumented in source.
SelectedPosition
enum SelectedPosition
Undocumented in source.
StyleOptionType
enum StyleOptionType
Undocumented in source.
StyleOptionVersion
enum StyleOptionVersion
Undocumented in source.
TabFeature
enum TabFeature
Undocumented in source.
TabPosition
enum TabPosition
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.
cornerWidgets
CornerWidgets cornerWidgets;
Undocumented in source.
documentMode
bool documentMode;
Undocumented in source.
features
TabFeatures features;
Undocumented in source.
icon
QIcon icon;
Undocumented in source.
iconSize
QSize iconSize;
Undocumented in source.
leftButtonSize
QSize leftButtonSize;
Undocumented in source.
position
TabPosition position;
Undocumented in source.
rightButtonSize
QSize rightButtonSize;
Undocumented in source.
row
int row;
Undocumented in source.
selectedPosition
SelectedPosition selectedPosition;
Undocumented in source.
shape
QTabBar.Shape shape;
Undocumented in source.
text
QString text;
Undocumented in source.

Meta