API published in: S60 1st Ed
#include <eikmenup.h>
Public Types |
|
enum | { ENominalTextLength = 40 } |
Nominal text length. More... |
|
Data Fields |
|
TInt | iCommandId |
ID of the command to issue when the menu item using this SData is selected. |
|
TInt | iCascadeId |
Resource ID of a menu pane to cascade from this item. |
|
TInt | iFlags |
Flags used internally by CEikMenuPane and accessible through functions such as CEikMenuPane::SetItemDimmed() . |
|
TBuf< ENominalTextLength > | iText |
The text buffer displayed in the main area of the menu item. |
|
TBuf< 1 > | iExtraText |
Additional descriptive text about the item. |
|
Nominal text length. |
|
Resource ID of a menu pane to cascade from this item. |
|
ID of the command to issue when the menu item using this |
|
Additional descriptive text about the item.
This is used by |
|
Flags used internally by |
|
The text buffer displayed in the main area of the menu item. |