CAknLocalScreenClearer Class Reference

Link against: eikcoctl.lib eikctl.lib

Capability Information

Required Capabilities

None


#include <AknClearer.h>

Inherits CAknScreenClearerBase.


Detailed Description

This class is for use inside applications for screen blanking.
Since:
Series 60 0.9

Public Member Functions

IMPORT_C void  HandleResourceChange (TInt aType)
  From CCoeControl.

Static Public Member Functions

static IMPORT_C CAknLocalScreenClearer NewLC ()
  Two-phased constructor.
static IMPORT_C CAknLocalScreenClearer NewLC (TBool aBlankAppStatusPane)
  Two-phased constructor.
static IMPORT_C CAknLocalScreenClearer NewL (TBool aBlankAppStatusPane)
  Two-phased constructor.

Member Function Documentation

IMPORT_C void CAknLocalScreenClearer::HandleResourceChange TInt  aType  ) 
 

From CCoeControl.

static IMPORT_C CAknLocalScreenClearer* CAknLocalScreenClearer::NewL TBool  aBlankAppStatusPane  )  [static]
 

Two-phased constructor.

Parameters:
aBlankAppStatusPane  ETrue if application status pane is blank, EFalse if not.
static IMPORT_C CAknLocalScreenClearer* CAknLocalScreenClearer::NewLC TBool  aBlankAppStatusPane  )  [static]
 

Two-phased constructor.

Parameters:
aBlankAppStatusPane  ETrue if application status pane is blank, EFalse if not.
static IMPORT_C CAknLocalScreenClearer* CAknLocalScreenClearer::NewLC  )  [static]
 

Two-phased constructor.


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

Copyright © Nokia Corporation 2001-2007
Back to top