CEikMover Class Reference

API published in: S60 1st Ed

Link against: eikdlg.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <eikmover.h>

Inherits CAknControl.


Detailed Description

The CEikMover class implements a draggable bar that can be used as the title bar of a dialog window.

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

Constructor & Destructor Documentation

IMPORT_C CEikMover::~CEikMover  ) 
 

Destructor.

IMPORT_C CEikMover::CEikMover  ) 
 

Constructor.


Member Function Documentation

IMPORT_C TBool CEikMover::Active  )  const
 

Active() returns whether mover is active.

virtual IMPORT_C void CEikMover::ConstructFromResourceL TResourceReader &  aReader  )  [virtual]
 

ConstructFromResourceL constructs mover from resource from CCoeControl.

virtual IMPORT_C void CEikMover::GetColorUseListL CArrayFix< TCoeColorUse > &  aColorUseList  )  const [virtual]
 

GetColorUseListL() from CCoeControl.

virtual IMPORT_C void CEikMover::HandlePointerEventL const TPointerEvent &  aPointerEvent  )  [virtual]
 

HandlePointerEventL() from CCoeControl.

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

HandleResourceChange from CCoeControl.

virtual IMPORT_C TSize CEikMover::MinimumSize  )  [virtual]
 

MinimumSize() from CCoeControl.

IMPORT_C void CEikMover::SetActive TBool  aActive  ) 
 

SetActive() sets mover active state.

virtual IMPORT_C void CEikMover::SetContainerWindowL const CCoeControl &  aContainer  )  [virtual]
 

SetContainerWindowL() from CCoeControl.

IMPORT_C void CEikMover::SetFont const CFont *  aFont  ) 
 

SetFont sets the font for the text.

IMPORT_C void CEikMover::SetText HBufC *  aText  ) 
 

SetText sets the text.

Parameters:
aText  a descriptor
IMPORT_C void CEikMover::SetTextL const TDesC &  aText  ) 
 

SetTextL sets the text.

Parameters:
aText  a descriptor
IMPORT_C void CEikMover::SetTitleLeftMargin TInt  aLeftMargin  ) 
 

SetTitleLeftMargin sets left margin of the title text.

virtual IMPORT_C void CEikMover::WriteInternalStateL RWriteStream &  aWriteStream  )  const [protected, virtual]
 

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

Copyright © Nokia Corporation 2001-2008
Back to top