dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QStyleOptionMenuItem
qt
widgets
styleoption
Binding for C++ class
QStyleOptionMenuItem
.
extern (
C
++) extern (
C
++)
struct
QStyleOptionMenuItem {
QStyleOption
base0
;
alias
OptionType
=
QStyleOption
.
OptionType
;
enum
StyleOptionType
;
enum
StyleOptionVersion
;
enum
MenuItemType
;
enum
CheckType
;
MenuItemType
menuItemType
;
CheckType
checkType
;
bool
checked
;
bool
menuHasCheckableItems
;
QRect
menuRect
;
QString
text
;
QIcon
icon
;
int
maxIconWidth
;
int
reservedShortcutWidth
;
QFont
font
;
this
();
typeof
(
this
)
rawConstructor
();
static
typeof
(
this
)
create
();
this(this)
;
this
(const(QStyleOptionMenuItem) other);
this
(int version_);
}
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.
reservedShortcutWidth
int
reservedShortcutWidth
;
Undocumented in source.
text
QString
text
;
Undocumented in source.
Meta
Source
See Implementation
qt
widgets
styleoption
functions
qstyleoption_cast
structs
QStyleHintReturn
QStyleOption
QStyleOptionButton
QStyleOptionComboBox
QStyleOptionComplex
QStyleOptionDockWidget
QStyleOptionFocusRect
QStyleOptionFrame
QStyleOptionGraphicsItem
QStyleOptionGroupBox
QStyleOptionHeader
QStyleOptionHeaderV2
QStyleOptionMenuItem
QStyleOptionProgressBar
QStyleOptionRubberBand
QStyleOptionSizeGrip
QStyleOptionSlider
QStyleOptionSpinBox
QStyleOptionTab
QStyleOptionTabBarBase
QStyleOptionTabWidgetFrame
QStyleOptionTitleBar
QStyleOptionToolBar
QStyleOptionToolBox
QStyleOptionToolButton
QStyleOptionViewItem
Binding for C++ class QStyleOptionMenuItem.