List of All Members for Menu
This is the complete list of members for Menu, including inherited members.
- cascade : bool
- contentData : list<Object>
- contentModel : model
- count : int
- currentIndex : int
- delegate : Component
- overlap : real
- title : string
- Action 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(Item parent, real x, real y, MenuItem item = null)
- void popup(real x, real y, MenuItem item = null)
- void popup(Item parent, point pos, MenuItem item = null)
- void popup(point pos, MenuItem item = null)
- void popup(Item parent, MenuItem item = null)
- void popup(MenuItem item = null)
- void removeAction(Action action)
- void removeItem(Item item)
- void removeItem(int index)
(obsolete)
- void removeMenu(Menu menu)
- Action takeAction(int index)
- MenuItem takeItem(int index)
- Menu takeMenu(int index)
The following members are inherited from Popup.
- activeFocus : bool
- availableHeight : real
- availableWidth : real
- background : Item
- bottomMargin : real
- bottomPadding : real
- clip : bool
- closePolicy : enumeration
- contentChildren : list<Item>
- contentData : list<Object>
- contentHeight : real
- contentItem : Item
- contentWidth : real
- dim : bool
- enabled : bool
- enter : Transition
- exit : Transition
- focus : bool
- font : font
- height : real
- implicitHeight : real
- implicitWidth : real
- leftMargin : real
- leftPadding : real
- locale : Locale
- margins : real
- mirrored : bool
- modal : bool
- opacity : real
- opened : bool
- padding : real
- palette : palette
- parent : Item
- rightMargin : real
- rightPadding : real
- scale : real
- spacing : real
- topMargin : real
- topPadding : real
- transformOrigin : enumeration
- visible : bool
- width : real
- x : real
- y : real
- z : real
- void aboutToHide()
- void aboutToShow()
- void close()
- void closed()
- forceActiveFocus(reason = Qt.OtherFocusReason)
- void open()
- void opened()
The following members are inherited from QtObject.
- objectName : string