MenuItem
#include <bb/system/MenuItem>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
A menu entry that can be invoked directly or may contain additional sub-menu entries.
A menu item contains information (labels and an icon) that can be used to present the menu to the user. It also provides the action to take when the item is selected. Selecting a menu item can either initiate the invocation of a target using specific data, MIME type, and/or URI, or it can result in the presentation of a submenu to give the user more options to choose from.
BlackBerry 10.0.0
Public Functions Index
Public Functions
QUrl
Returns a path to a localized icon file that represents the menu item.
A path to a localized icon file that represents the menu item.
BlackBerry 10.0.0
QString
Returns the localized label describing the menu item.
The localized label describing the menu item.
BlackBerry 10.0.0
QString
Returns an optional secondary label describing the menu item.
The localized secondary label describing the menu item, or an empty string if not present.
BlackBerry 10.0.0
QString
Returns an optional tertiary label describing the menu item.
The localized tertiary label describing the menu item, or an empty string if not present.
BlackBerry 10.0.0
MenuItemInvokeParams
Returns the invocation parameters that will be used to invoke the action associated with this menu item when it is selected.
The invocation parameters for this menu item.
BlackBerry 10.0.0