#include <mw/aknclearer.h>
class CAknScreenClearerBase : public CAknControl |
Public Member Functions | |
---|---|
virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
IMPORT_C void | HandleStatusPaneSizeChangeL() |
Protected Member Functions | |
---|---|
virtual | ~CAknScreenClearerBase() |
IMPORT_C void | ConstructL(RWindowGroup &, TInt, TBool) |
void | CreateExtensionL() |
void | SetShapeL() |
void | SetSkinShapeL() |
void | SetTransparent(TBool) |
Inherited Attributes | |
---|---|
CCoeControl::iCoeEnv | |
CCoeControl::iContext | |
CCoeControl::iPosition | |
CCoeControl::iSize |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType |
This class is base class for screen blanking.
IMPORT_C void | ConstructL | ( | RWindowGroup & | aParent, |
TInt | aOrdinalPos, | |||
TBool | aBlankAppStatusPane | |||
) | [protected] |
Symbian 2nd phase constructor.
Parameter | Description |
---|---|
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 | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CCoeControl::HandlePointerEventL(const TPointerEvent &)
From CCoeControl.
IMPORT_C void | HandleStatusPaneSizeChangeL | ( | ) |
Handles situation when status pane size changes.
void | SetSkinShapeL | ( | ) | [protected] |
Sets skin background and shape for the cleared window.
void | SetTransparent | ( | TBool | aTransparent | ) | [protected] |
Sets the clearer as transparent or opaque.
Parameter | Description |
---|---|
aTransparent | ETrue to set transparency on, EFalse otherwise. |