#include <mw/coeview.h>
class MCoeView |
Public Member Functions | |
---|---|
pure virtual TVwsViewId | ViewId() |
Protected Member Functions | |
---|---|
MCoeView() | |
virtual IMPORT_C TVwsViewIdAndMessage | ViewScreenDeviceChangedL() |
virtual IMPORT_C TBool | ViewScreenModeCompatible(TInt) |
Specifies an interface for views.
This class should be implemented by all application views.
IMPORT_C | MCoeView | ( | ) | [protected] |
TVwsViewId | ViewId | ( | ) | const [pure virtual] |
Returns a TVwsViewId uniquely identifying the view.
IMPORT_C TVwsViewIdAndMessage | ViewScreenDeviceChangedL | ( | ) | [protected, virtual] |
Handles a change to the screen device returning the value of the TVwsViewIdAndMessage object that describes what the view arcitecture should do next. Returns the id of the active view by default.