|
|
|
|
Location:
coeview.h
Link against: cone.lib
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
CCoeScreenDeviceChangeDefaultHandler - A default screen device change handler
Defined in CCoeScreenDeviceChangeDefaultHandler:
CCoeScreenDeviceChangeDefaultHandler(), CCoeScreenDeviceChangeDefaultHandler(), CCoeScreenDeviceChangeDefaultHandler_Reserved1(), CCoeScreenDeviceChangeDefaultHandler_Reserved2(), CCoeStatic_Reserved1(), CCoeStatic_Reserved2(), DefaultViewOnScreenDeviceChanged(), HandleScreenDeviceChangedL(), Self(), ~CCoeScreenDeviceChangeDefaultHandler()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CCoeStatic:
EApp,
EDefaultDestructionPriority,
EThread,
TScope,
anonymous
protected: IMPORT_C CCoeScreenDeviceChangeDefaultHandler(TInt aDestructionPriority);
Constructor specifying the destruction priority of the object.
|
static IMPORT_C CCoeScreenDeviceChangeDefaultHandler *Self();
|
virtual TVwsViewIdAndMessage DefaultViewOnScreenDeviceChanged()=0;
|