#include <mw/aknclearer.h>
class CAknLocalScreenClearer : public CAknScreenClearerBase |
Public Member Functions | |
---|---|
virtual IMPORT_C void | HandleResourceChange(TInt) |
IMPORT_C CAknLocalScreenClearer * | NewL(TBool) |
IMPORT_C CAknLocalScreenClearer * | NewL(TBool, TBool) |
IMPORT_C CAknLocalScreenClearer * | NewLC() |
IMPORT_C CAknLocalScreenClearer * | NewLC(TBool) |
IMPORT_C CAknLocalScreenClearer * | NewLC(TBool, TBool) |
Inherited Attributes | |
---|---|
CCoeControl::iCoeEnv | |
CCoeControl::iContext | |
CCoeControl::iPosition | |
CCoeControl::iSize |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType |
This class is for use inside applications for screen blanking.
IMPORT_C void | HandleResourceChange | ( | TInt | aType | ) | [virtual] |
Reimplemented from CCoeControl::HandleResourceChange(TInt)
From CCoeControl
IMPORT_C CAknLocalScreenClearer * | NewL | ( | TBool | aBlankAppStatusPane | ) | [static] |
Two-phased constructor.
Parameter | Description |
---|---|
aBlankAppStatusPane | ETrue if application status pane is blank, EFalse if not. |
IMPORT_C CAknLocalScreenClearer * | NewL | ( | TBool | aBlankAppStatusPane, |
TBool | aTransparent | |||
) | [static] |
Two-phased constructor.
Parameter | Description |
---|---|
aBlankAppStatusPane | ETrue if application status pane is blank, EFalse if not. |
aTransparent | ETrue to construct a transparent clearer, EFalse to create an opaque one that draws the skin background. |
IMPORT_C CAknLocalScreenClearer * | NewLC | ( | TBool | aBlankAppStatusPane | ) | [static] |
Two-phased constructor.
Parameter | Description |
---|---|
aBlankAppStatusPane | ETrue if application status pane is blank, EFalse if not. |
IMPORT_C CAknLocalScreenClearer * | NewLC | ( | TBool | aBlankAppStatusPane, |
TBool | aTranparent | |||
) | [static] |
Two-phased constructor.
Parameter | Description |
---|---|
aBlankAppStatusPane | ETrue if application status pane is blank, EFalse if not. |