#include <mw/coeview.h>
class CCoeScreenDeviceChangeDefaultHandler : public CCoeStatic |
Public Member Functions | |
---|---|
~CCoeScreenDeviceChangeDefaultHandler() | |
pure virtual TVwsViewIdAndMessage | DefaultViewOnScreenDeviceChanged() |
pure virtual void | HandleScreenDeviceChangedL() |
IMPORT_C CCoeScreenDeviceChangeDefaultHandler * | Self() |
Protected Member Functions | |
---|---|
CCoeScreenDeviceChangeDefaultHandler() | |
CCoeScreenDeviceChangeDefaultHandler(TInt) |
Inherited Enumerations | |
---|---|
CCoeStatic:@62 | |
CCoeStatic:TScope |
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().
See also: MCoeView::ViewScreenDeviceChangedL()
IMPORT_C | CCoeScreenDeviceChangeDefaultHandler | ( | ) | [protected] |
Default constructor.
IMPORT_C | CCoeScreenDeviceChangeDefaultHandler | ( | TInt | aDestructionPriority | ) | [protected] |
Constructor specifying the destruction priority of the object.
Parameters | |
---|---|
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. |
IMPORT_C | ~CCoeScreenDeviceChangeDefaultHandler | ( | ) |
Destructor.
TVwsViewIdAndMessage | DefaultViewOnScreenDeviceChanged | ( | ) | [pure virtual] |