API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknnavilabel.h>
Inherits CAknControl.
Public Types |
|
enum | TNaviLabelType { ENavigationLabel, EAdditionalInfoLabel, EHintText } |
Public Member Functions |
|
IMPORT_C | CAknNaviLabel () |
Constructor. |
|
IMPORT_C | ~CAknNaviLabel () |
Destructor. |
|
IMPORT_C void | SetNaviLabelType (TNaviLabelType aNaviLabelType) |
Set type of the label. |
|
IMPORT_C TNaviLabelType | NaviLabelType () |
Returns type of the label. |
|
IMPORT_C void | SetTextL (const TDesC &aText) |
Sets navigation label text. |
|
const TDesC * | Text () const |
Returns the current label text. |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
From CCoeControl. |
|
Protected Member Functions |
|
virtual IMPORT_C void | SizeChanged () |
From CCoeControl. |
|
IMPORT_C void | Draw (const TRect &aRect) const |
From CCoeControl. |
|
|
Constructor. |
|
Destructor. |
|
From CCoeControl. Draw a control.
|
|
From CCoeControl. Handles pointer event.
|
|
Returns type of the label.
|
|
Set type of the label.
|
|
Sets navigation label text.
|
|
From CCoeControl. Handle the size change events. |
|
Returns the current label text.
|