CCoeScreenDeviceChangeDefaultHandler Class Reference
class CCoeScreenDeviceChangeDefaultHandler : public CCoeStatic |
Inherits from
- CCoeScreenDeviceChangeDefaultHandler
Inherited Functions |
---|
| CBase::CBase() |
| CBase::Delete(CBase *) |
| CBase::Extension_(TUint,TAny *&,TAny *) |
| CBase::operator new(TUint) |
| CBase::operator new(TUint,TAny *) |
| CBase::operator new(TUint,TLeave) |
| CBase::operator new(TUint,TLeave,TUint) |
| CBase::operator new(TUint,TUint) |
| CBase::~CBase() |
| CCoeStatic::CCoeStatic() |
| CCoeStatic::CCoeStatic(TUid,TInt,TScope) |
| CCoeStatic::CCoeStatic(TUid,TScope) |
| CCoeStatic::~CCoeStatic() |
Constructor & Destructor Documentation
CCoeScreenDeviceChangeDefaultHandler ( )
IMPORT_C | CCoeScreenDeviceChangeDefaultHandler | ( | ) | [protected] |
CCoeScreenDeviceChangeDefaultHandler ( TInt )
IMPORT_C | CCoeScreenDeviceChangeDefaultHandler | ( | TInt | aDestructionPriority | ) | [protected] |
Constructor specifying the destruction priority of the object.
Parameter | Description | aDestructionPriority | Priority determining the order of destruction relative to other CCoeStatic-derived objects. The higher the destruction-priority of the object, the earlier that object is deleted. Objects with a positive destruction-priority are destroyed before the CCoeAppUi object is destroyed. Objects with a negative destruction-priority are destroyed after the CCoeAppUi object is destroyed. |
~CCoeScreenDeviceChangeDefaultHandler ( )
IMPORT_C | ~CCoeScreenDeviceChangeDefaultHandler | ( | ) | |
Member Function Documentation
DefaultViewOnScreenDeviceChanged ( )
HandleScreenDeviceChangedL ( )
void | HandleScreenDeviceChangedL | ( | ) | [pure virtual] |