#include <mw/eikmover.h>
class CEikMover : public CAknControl |
Public Member Functions | |
---|---|
CEikMover() | |
~CEikMover() | |
IMPORT_C TBool | Active() |
virtual IMPORT_C void | ConstructFromResourceL(TResourceReader &) |
virtual IMPORT_C void | GetColorUseListL(CArrayFix< TCoeColorUse > &) |
virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
virtual IMPORT_C void | HandleResourceChange(TInt) |
virtual IMPORT_C TSize | MinimumSize() |
IMPORT_C void | SetActive(TBool) |
virtual IMPORT_C void | SetContainerWindowL(const CCoeControl &) |
IMPORT_C void | SetFont(const CFont *) |
IMPORT_C void | SetText(HBufC *) |
IMPORT_C void | SetTextL(const TDesC &) |
IMPORT_C void | SetTitleLeftMargin(TInt) |
Protected Member Functions | |
---|---|
virtual IMPORT_C void | WriteInternalStateL(RWriteStream &) |
Inherited Attributes | |
---|---|
CCoeControl::iCoeEnv | |
CCoeControl::iContext | |
CCoeControl::iPosition | |
CCoeControl::iSize |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType |
The CEikMover class implements a draggable bar that can be used as the title bar of a dialog window.
IMPORT_C void | ConstructFromResourceL | ( | TResourceReader & | aReader | ) | [virtual] |
Reimplemented from CCoeControl::ConstructFromResourceL(TResourceReader &)
ConstructFromResourceL constructs mover from resource from CCoeControl
IMPORT_C void | GetColorUseListL | ( | CArrayFix< TCoeColorUse > & | aColorUseList | ) | const [virtual] |
Reimplemented from CCoeControl::GetColorUseListL(CArrayFix< TCoeColorUse > &)const
GetColorUseListL() from CCoeControl
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.
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CCoeControl::HandlePointerEventL(const TPointerEvent &)
IMPORT_C void | HandleResourceChange | ( | TInt | aType | ) | [virtual] |
Reimplemented from CCoeControl::HandleResourceChange(TInt)
HandleResourceChange from CCoeControl
Handles a change to the control's resources of type aType which are shared across the environment, e.g. colors or fonts.
IMPORT_C TSize | MinimumSize | ( | ) | [virtual] |
Reimplemented from CCoeControl::MinimumSize()
MinimumSize() from CCoeControl
IMPORT_C void | SetContainerWindowL | ( | const CCoeControl & | aContainer | ) | [virtual] |
Reimplemented from CCoeControl::SetContainerWindowL(const CCoeControl &)
IMPORT_C void | SetFont | ( | const CFont * | aFont | ) |
SetFont sets the font for the text
IMPORT_C void | SetTextL | ( | const TDesC & | aText | ) |
SetTextL sets the text
Parameter | Description |
---|---|
aText | a descriptor |
IMPORT_C void | SetTitleLeftMargin | ( | TInt | aLeftMargin | ) |
SetTitleLeftMargin sets left margin of the title text
IMPORT_C void | WriteInternalStateL | ( | RWriteStream & | aWriteStream | ) | const [protected, virtual] |
Reimplemented from CCoeControl::WriteInternalStateL(RWriteStream &)const
Writes the internal state of the control and its components to aStream. Does nothing in release mode. Designed to be overidden and base called by subclasses.