|
||
class CCoeScreenDeviceChangeDefaultHandler : public CCoeStatic;
A default screen device change handler.
This class is used to activate a default view when a screen "flip" occurs, if the currently active view does not implement
MCoeView::ViewScreenDeviceChangedL()
.
CBase
-
Base class for all classes to be instantiated on the heap.
CCoeStatic
- Base class for creating singleton objects that will be stored by CCoeEnv.
CCoeScreenDeviceChangeDefaultHandler
- A default screen device change handler.
Defined in CCoeScreenDeviceChangeDefaultHandler
:
CCoeScreenDeviceChangeDefaultHandler()
Default constructor. CCoeScreenDeviceChangeDefaultHandler(TInt)
Constructor specifying the destruction priority of the object.CCoeScreenDeviceChangeDefaultHandler_Reserved1()
CCoeScreenDeviceChangeDefaultHandler_Reserved2()
CCoeStatic_Reserved1()
CCoeStatic_Reserved2()
DefaultViewOnScreenDeviceChanged()
HandleScreenDeviceChangedL()
Self()
~CCoeScreenDeviceChangeDefaultHandler()
Destructor. Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Inherited from CCoeStatic
:
CCoeStatic(TUid,TInt,TScope)
Constructor specifying a unique UID and the destruction priority and scope of th...CCoeStatic(TUid,TScope)
Constructor specifying a unique UID and the scope of the object.EApp
Access from an appUi in that thread. EDefaultDestructionPriority
EThread
Access from the entire thread. TScope
Scope of access to the singleton object. anonymous
The default destruction priority if none is specified in the constructor MCoeView::ViewScreenDeviceChangedL()
Handles a change to the screen device returning the value of the TVwsViewIdAndMe...protected: IMPORT_C CCoeScreenDeviceChangeDefaultHandler(TInt aDestructionPriority);
Constructor specifying the destruction priority of the object.
|
IMPORT_C static CCoeScreenDeviceChangeDefaultHandler* Self();
|
virtual TVwsViewIdAndMessage DefaultViewOnScreenDeviceChanged()=0;
|