CEikMenuPaneItem::SData Struct Reference

struct CEikMenuPaneItem::SData

Struct to menu pane item.

Member Data Documentation

TInt iCascadeId

TInt iCascadeId

Resource ID of a menu pane to cascade from this item.

TInt iCommandId

TInt iCommandId

ID of the command to issue when the menu item using this SData is selected.

TBuf< 1 > iExtraText

TBuf < 1 > iExtraText

Additional descriptive text about the item. This is used by CEikMenuPane to display hotkey names.

TInt iFlags

TInt iFlags

Flags used internally by CEikMenuPane and accessible through functions such as CEikMenuPane::SetItemDimmed() .

TBuf< ENominalTextLength > iText

TBuf < ENominalTextLength > iText

The text buffer displayed in the main area of the menu item.