#include <mw/eikmenub.h>
class CEikMenuPaneTitle : public CEikBorderedControl |
Public Member Functions | |
---|---|
CEikMenuPaneTitle(CEikMenuBar *) | |
IMPORT_C void | Close() |
IMPORT_C void | ConstructL() |
virtual IMPORT_C void | Draw(const TRect &) |
virtual IMPORT_C void | GetColorUseListL(CArrayFix< TCoeColorUse > &) |
virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
virtual IMPORT_C void | HandleResourceChange(TInt) |
IMPORT_C TMargins | Margins() |
IMPORT_C void | SetSelectedTitle(TInt) |
Inherited Attributes | |
---|---|
CCoeControl::iCoeEnv | |
CCoeControl::iContext | |
CCoeControl::iPosition | |
CCoeControl::iSize | |
CEikBorderedControl::iBorder |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType |
This class is not intended to be used by application programmers.
IMPORT_C | CEikMenuPaneTitle | ( | CEikMenuBar * | aMenuBar | ) |
Default C++ constructor
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] |
Reimplemented from CEikBorderedControl::Draw(const TRect &)const
Not implemented
Parameter | Description |
---|---|
aRect | Not used. |
IMPORT_C void | GetColorUseListL | ( | CArrayFix< TCoeColorUse > & | aColorUseList | ) | const [virtual] |
Reimplemented from CEikBorderedControl::GetColorUseListL(CArrayFix< TCoeColorUse > &)const
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.
Parameter | Description |
---|---|
aColorUseList | The colour list. |
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CEikBorderedControl::HandlePointerEventL(const TPointerEvent &)
Not implemented.
Parameter | Description |
---|---|
aPointerEvent | Not used. |
IMPORT_C void | HandleResourceChange | ( | TInt | aType | ) | [virtual] |
Reimplemented from CEikBorderedControl::HandleResourceChange(TInt)
Not implemented
Parameter | Description |
---|---|
aType | Not used. |
IMPORT_C TMargins | Margins | ( | ) | const |
Gets the menu pane title s margins.
Returns: The menu pane title s margins.
IMPORT_C void | SetSelectedTitle | ( | TInt | aSelectedTitle | ) |
Not implemented
Parameter | Description |
---|---|
aSelectedTitle | Not used. |