QStyleOptionMenuItem

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(QStyleOptionMenuItem) 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

CheckType
enum CheckType
Undocumented in source.
MenuItemType
enum MenuItemType
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.
checkType
CheckType checkType;
Undocumented in source.
checked
bool checked;
Undocumented in source.
font
QFont font;
Undocumented in source.
icon
QIcon icon;
Undocumented in source.
maxIconWidth
int maxIconWidth;
Undocumented in source.
menuHasCheckableItems
bool menuHasCheckableItems;
Undocumented in source.
menuItemType
MenuItemType menuItemType;
Undocumented in source.
menuRect
QRect menuRect;
Undocumented in source.
tabWidth
int tabWidth;
Undocumented in source.
text
QString text;
Undocumented in source.

Meta