CEikMenuPaneTitle Class Reference

API published in: S60 1st Ed

Link against: eikcoctl.lib eikcore.lib

Capability Information

Required Capabilities

None


#include <
eikmenub.h>

Inherits CEikBorderedControl.


Detailed Description

This class is not intended to be used by application programmers.

Public Member Functions

IMPORT_C CEikMenuPaneTitle (CEikMenuBar *aMenuBar)
 Default C++ constructor.
IMPORT_C void ConstructL ()
 Second phase constructor for a menu bar.
IMPORT_C void SetSelectedTitle (TInt aSelectedTitle)
 Not implemented.
IMPORT_C void Draw (const TRect &aRect) const
 Not implemented.
IMPORT_C TMargins Margins () const
 Gets the menu pane title’s margins.
IMPORT_C void Close ()
 Not implemented.
IMPORT_C void HandlePointerEventL (const TPointerEvent &aPointerEvent)
 Not implemented.
virtual IMPORT_C void GetColorUseListL (CArrayFix< TCoeColorUse > &aColorUseList) const
 From CCoeControl.
virtual IMPORT_C void HandleResourceChange (TInt aType)
 Not implemented.

Constructor & Destructor Documentation

IMPORT_C CEikMenuPaneTitle::CEikMenuPaneTitle CEikMenuBar aMenuBar  ) 
 

Default C++ constructor.


Member Function Documentation

IMPORT_C void CEikMenuPaneTitle::Close  ) 
 

Not implemented.

IMPORT_C void CEikMenuPaneTitle::ConstructL  ) 
 

Second phase constructor for a menu bar.

By default Symbian 2nd phase constructor is private.

IMPORT_C void CEikMenuPaneTitle::Draw const TRect &  aRect  )  const
 

Not implemented.

Parameters:
aRect Not used.

Reimplemented from CEikBorderedControl.

virtual IMPORT_C void CEikMenuPaneTitle::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.

Parameters:
aColorUseList The colour list.

Reimplemented from CEikBorderedControl.

IMPORT_C void CEikMenuPaneTitle::HandlePointerEventL const TPointerEvent &  aPointerEvent  ) 
 

Not implemented.

Parameters:
aPointerEvent Not used.

Reimplemented from CEikBorderedControl.

virtual IMPORT_C void CEikMenuPaneTitle::HandleResourceChange TInt  aType  )  [virtual]
 

Not implemented.

Parameters:
aType Not used.

Reimplemented from CEikBorderedControl.

IMPORT_C TMargins CEikMenuPaneTitle::Margins  )  const
 

Gets the menu pane title’s margins.

Returns:
The menu pane title’s margins.
IMPORT_C void CEikMenuPaneTitle::SetSelectedTitle TInt  aSelectedTitle  ) 
 

Not implemented.

Parameters:
aSelectedTitle Not used.

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

Copyright © Nokia Corporation 2001-2008
Back to top