CAknScreenClearerBase Class Reference

API published in: S60 1st Ed

Link against: eikctl.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <aknclearer.h>

Inherits CAknControl.

Inherited by CAknLocalScreenClearer.


Detailed Description

This class is base class for screen blanking.

Public Member Functions

IMPORT_C void  HandleStatusPaneSizeChangeL ()
  Handles situation when status pane size changes.
IMPORT_C void  HandlePointerEventL (const TPointerEvent &aPointerEvent)
  From CCoeControl.

Protected Member Functions

virtual IMPORT_C  ~CAknScreenClearerBase ()
  Destructor.
IMPORT_C void  ConstructL (RWindowGroup &aParent, TInt aOrdinalPos, TBool aBlankAppStatusPane)
  Symbian 2nd phase constructor.
void  SetShapeL ()
  Sets shape for the cleared window.
void  SetSkinShapeL ()
  Sets skin background and shape for the cleared window.

Constructor & Destructor Documentation

virtual IMPORT_C CAknScreenClearerBase::~CAknScreenClearerBase  )  [protected, virtual]
 

Destructor.


Member Function Documentation

IMPORT_C void CAknScreenClearerBase::ConstructL RWindowGroup &  aParent,
TInt  aOrdinalPos,
TBool  aBlankAppStatusPane
[protected]
 

Symbian 2nd phase constructor.

Parameters:
aParent  Parent window group.
aOrdinalPos  Ordinal position of the blank window.
aBlankAppStatusPane  A flag to decide if application status pane area is to blanked or not.
IMPORT_C void CAknScreenClearerBase::HandlePointerEventL const TPointerEvent &  aPointerEvent  ) 
 

From CCoeControl.

IMPORT_C void CAknScreenClearerBase::HandleStatusPaneSizeChangeL  ) 
 

Handles situation when status pane size changes.

void CAknScreenClearerBase::SetShapeL  )  [protected]
 

Sets shape for the cleared window.

void CAknScreenClearerBase::SetSkinShapeL  )  [protected]
 

Sets skin background and shape for the cleared window.


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

Copyright © Nokia Corporation 2001-2008
Back to top