QStyleOptionViewItem

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(QStyleOptionViewItem) 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.
ViewItemFeatures
alias ViewItemFeatures = QFlags!(ViewItemFeature)
Undocumented in source.

Enums

Position
enum Position
Undocumented in source.
StyleOptionType
enum StyleOptionType
Undocumented in source.
StyleOptionVersion
enum StyleOptionVersion
Undocumented in source.
ViewItemFeature
enum ViewItemFeature
Undocumented in source.
ViewItemPosition
enum ViewItemPosition
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

backgroundBrush
QBrush backgroundBrush;
Undocumented in source.
base0
QStyleOption base0;
Undocumented in source.
checkState
qt.core.namespace.CheckState checkState;
Undocumented in source.
decorationAlignment
qt.core.namespace.Alignment decorationAlignment;
Undocumented in source.
decorationPosition
Position decorationPosition;
Undocumented in source.
decorationSize
QSize decorationSize;
Undocumented in source.
displayAlignment
qt.core.namespace.Alignment displayAlignment;
Undocumented in source.
features
ViewItemFeatures features;
Undocumented in source.
font
QFont font;
Undocumented in source.
icon
QIcon icon;
Undocumented in source.
index
QModelIndex index;
Undocumented in source.
locale
QLocale locale;
Undocumented in source.
showDecorationSelected
bool showDecorationSelected;
Undocumented in source.
text
QString text;
Undocumented in source.
textElideMode
qt.core.namespace.TextElideMode textElideMode;
Undocumented in source.
viewItemPosition
ViewItemPosition viewItemPosition;
Undocumented in source.
widget
QWidget widget;
Undocumented in source.

Meta