Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QSimMenuItem class provides information about a menu item within a SIM toolkit application More...
#include <QSimMenuItem>
The QSimMenuItem class provides information about a menu item within a SIM toolkit application
See also QSimCommand and QSimToolkit.
Construct a new menu item with default parameters.
Construct a new menu item as a copy of value.
Destruct a menu item.
Returns true if this menu item has help available; otherwise returns false.
See also setHasHelp().
Returns the icon identifier associated with this menu item. Returns zero if there is no icon.
See also setIconId().
Returns true if the icon specified by iconId() is self-explanatory without the display of label(). If this function returns false, then label() should be displayed next to the icon. If iconId() returns zero, then iconSelfExplanatory() should be ignored.
See also setIconSelfExplanatory().
Returns the menu item's numeric identifier.
See also setIdentifier().
Returns the menu item's label.
See also setLabel().
Returns the menu item's text attributes for formatting label(). Returns an empty QByteArray if the label() is not formatted.
This function was introduced in Qtopia 4.4.
See also setLabelAttribute(), label(), and labelHtml().
Returns the menu item's label() as a HTML string. If the menu item has labelAttribute(), then they will be used to format the label() appropriately.
This function was introduced in Qtopia 4.4.
See also label() and labelAttribute().
Returns the next action indicator for this menu item. Next action indicators have the same values as command types from the QSimCommand::Type list. The default value is zero, indicating no next action indicator for this menu item.
See also setNextAction().
Sets the flag that indicates if this menu item has help available to value.
See also hasHelp().
Sets the icon identifier associated with this menu item to value.
See also iconId().
Sets the self-explanatory flag to value.
See also iconSelfExplanatory().
Sets the menu item's numeric identifier to value.
See also identifier().
Sets the menu item's label to value.
See also label().
Sets the menu item's text attributes for formatting label() to value. If value is an empty QByteArray, then label() is not formatted.
This function was introduced in Qtopia 4.4.
See also labelAttribute(), label(), and labelHtml().
Sets the next action indicator for this menu item to value. Next action indicators have the same values as command types from the QSimCommand::Type list. The value zero indicates that there is no next action indicator for this menu item.
See also nextAction().
Make a copy of value.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |