CAknLocalScreenClearer Class Reference

API published in: S60 1st Ed

Link against: eikctl.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <aknclearer.h>

Inherits CAknScreenClearerBase.


Detailed Description

This class is for use inside applications for screen blanking.

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-2008
Back to top