API published in: S60 1st Ed
Link against: eikdlg.lib eikcoctl.lib
Required Capabilities
None
#include <eikmover.h>
Inherits CAknControl.
Public Member Functions |
|
| IMPORT_C | ~CEikMover () |
| Destructor. |
|
| IMPORT_C | CEikMover () |
| Constructor. |
|
| IMPORT_C void | SetText (HBufC *aText) |
| SetText sets the text. |
|
| IMPORT_C void | SetTextL (const TDesC &aText) |
| SetTextL sets the text. |
|
| IMPORT_C void | SetActive (TBool aActive) |
| SetActive() sets mover active state. |
|
| IMPORT_C TBool | Active () const |
| Active() returns whether mover is active. |
|
| IMPORT_C void | SetFont (const CFont *aFont) |
| SetFont sets the font for the text. |
|
| IMPORT_C void | SetTitleLeftMargin (TInt aLeftMargin) |
| SetTitleLeftMargin sets left margin of the title text. |
|
| virtual IMPORT_C void | ConstructFromResourceL (TResourceReader &aReader) |
| ConstructFromResourceL constructs mover from resource from CCoeControl. |
|
| virtual IMPORT_C TSize | MinimumSize () |
| MinimumSize() from CCoeControl. |
|
| virtual IMPORT_C void | SetContainerWindowL (const CCoeControl &aContainer) |
| SetContainerWindowL() from CCoeControl. |
|
| virtual IMPORT_C void | GetColorUseListL (CArrayFix< TCoeColorUse > &aColorUseList) const |
| GetColorUseListL() from CCoeControl. |
|
| virtual IMPORT_C void | HandleResourceChange (TInt aType) |
| HandleResourceChange from CCoeControl. |
|
| virtual IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
| HandlePointerEventL() from CCoeControl. |
|
Protected Member Functions |
|
| virtual IMPORT_C void | WriteInternalStateL (RWriteStream &aWriteStream) const |
|
|
Destructor. |
|
|
Constructor. |
|
|
Active() returns whether mover is active. |
|
|
ConstructFromResourceL constructs mover from resource from CCoeControl. |
|
|
GetColorUseListL() from CCoeControl. |
|
|
HandlePointerEventL() from CCoeControl. |
|
|
HandleResourceChange from CCoeControl. |
|
|
MinimumSize() from CCoeControl. |
|
|
SetActive() sets mover active state. |
|
|
SetContainerWindowL() from CCoeControl. |
|
|
SetFont sets the font for the text. |
|
|
SetText sets the text.
|
|
|
SetTextL sets the text.
|
|
|
SetTitleLeftMargin sets left margin of the title text. |
|