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.
Gets the list of logical colors employed in the drawing of the control, paired with an explanation of how they are used. Appends the list to aColorUseList.
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
Handles a change to the control's resources of type aType which are shared across the environment, e.g. colors or fonts.
TInt aType | Not used. |
IMPORT_C void | SetSelectedTitle | ( | TInt | aSelectedTitle | ) |
Not implemented
TInt aSelectedTitle | Not used. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.