CEikMenuPaneItem::SData Struct Reference

API published in: S60 1st Ed


#include <
eikmenup.h>

Detailed Description

Struct to menu pane item.

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.

Member Enumeration Documentation

anonymous enum
 

Nominal text length.

Enumerator:
ENominalTextLength 

Field Documentation

TInt CEikMenuPaneItem::SData::iCascadeId
 

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

TInt CEikMenuPaneItem::SData::iCommandId
 

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

TBuf<1> CEikMenuPaneItem::SData::iExtraText
 

Additional descriptive text about the item.

This is used by CEikMenuPane to display hotkey names.

TInt CEikMenuPaneItem::SData::iFlags
 

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

TBuf<ENominalTextLength> CEikMenuPaneItem::SData::iText
 

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


The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top