class CEikMenuPaneTitle : public CEikBorderedControl |
This class is not intended to be used by application programmers.
Public Member Functions | |
---|---|
CEikMenuPaneTitle(CEikMenuBar *) | |
IMPORT_C void | Close() |
IMPORT_C void | ConstructL() |
IMPORT_C void | Draw(const TRect &) |
IMPORT_C void | GetColorUseListL(CArrayFix< TCoeColorUse > &) |
IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
IMPORT_C void | HandleResourceChange(TInt) |
IMPORT_C TMargins | Margins() |
IMPORT_C void | SetSelectedTitle(TInt) |
Private Member Functions | |
---|---|
IMPORT_C void * | ExtensionInterface(TUid) |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType |
Private Attributes | |
---|---|
CEikMenuBar *const | iMenuBar |
TInt | iSelectedTitle |
Inherited Attributes | |
---|---|
CCoeControl::iCoeEnv | |
CCoeControl::iContext | |
CCoeControl::iPosition | |
CCoeControl::iSize | |
CEikBorderedControl::iBorder |
IMPORT_C | CEikMenuPaneTitle | ( | CEikMenuBar * | aMenuBar | ) |
Default C++ constructor
CEikMenuBar * aMenuBar |
IMPORT_C void | ConstructL | ( | ) |
Second phase constructor for a menu bar. By default Symbian 2nd phase constructor is private.
IMPORT_C void | Draw | ( | const TRect & | aRect | ) | const [virtual] |
Not implemented
const TRect & aRect | Not used. |
IMPORT_C void * | ExtensionInterface | ( | TUid | aInterface | ) | [private, virtual] |
From CAknControl
TUid aInterface |
IMPORT_C void | GetColorUseListL | ( | CArrayFix< TCoeColorUse > & | aColorUseList | ) | const [virtual] |
From CCoeControl.
Gets the list of logical colours used to draw the control.
The list includes an explanation of how each colour is used. By default, this function has an empty implementation.
Since 5.1 SDK.
CArrayFix< TCoeColorUse > & aColorUseList | The colour list. |
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Not implemented.
const TPointerEvent & aPointerEvent | Not used. |
IMPORT_C void | HandleResourceChange | ( | TInt | aType | ) | [virtual] |
Not implemented
TInt aType | Not used. |
IMPORT_C TMargins | Margins | ( | ) | const |
Gets the menu pane title s margins.
The menu pane title s margins.
IMPORT_C void | SetSelectedTitle | ( | TInt | aSelectedTitle | ) |
Not implemented
TInt aSelectedTitle | Not used. |