List of All Members for Menu
这是完整成员列表为
Menu
,包括继承的成员。
-
cascade
: bool
-
contentData
: list<QtObject> [default]
-
contentModel
: model
-
count
: int
-
currentIndex
: int
-
delegate
: Component
-
focus
: bool
-
icon
-
overlap
: real
-
title
: string
-
动作
actionAt
(int
index
)
-
void
addAction
(Action
action
)
-
void
addItem
(Item
item
)
-
void
addMenu
(Menu
menu
)
-
void
dismiss
()
-
void
insertAction
(int
index
, Action
action
)
-
void
insertItem
(int
index
, Item
item
)
-
void
insertMenu
(int
index
, Menu
menu
)
-
Item
itemAt
(int
index
)
-
Menu
menuAt
(int
index
)
-
void
moveItem
(int
from
, int
to
)
-
void
popup
(MenuItem
item
)
-
void
popup
(Item
parent
, MenuItem
item
)
-
void
popup
(point
pos
, MenuItem
item
)
-
void
popup
(Item
parent
, point
pos
, MenuItem
item
)
-
void
popup
(real
x
, real
y
, MenuItem
item
)
-
void
popup
(Item
parent
, real
x
, real
y
, MenuItem
item
)
-
void
removeAction
(Action
action
)
-
void
removeItem
(Item
item
)
-
void
removeMenu
(Menu
menu
)
-
动作
takeAction
(int
index
)
-
MenuItem
takeItem
(int
index
)
-
Menu
takeMenu
(int
index
)
The following members are inherited from
Popup
.
The following members are inherited from
QtObject
.