| class MWsDisplayControl : public MWsObjectProvider |
| Public Member Functions | |
|---|---|
| void | NotifyOnConfigChange ( TRequestStatus &) |
| void | NotifyOnConfigChangeCancel () |
| void | NotifyOnDisplayChange ( TRequestStatus &) |
| void | NotifyOnDisplayChangeCancel () |
| Inherited Functions | |
|---|---|
| MWsObjectProvider::ObjectInterface() | |
| MWsObjectProvider::ObjectInterface()const | |
| MWsObjectProvider::ResolveObjectInterface(TUint) | |
| Public Member Enumerations | |
|---|---|
| enum | anonymous { KUidWsDisplayControl = 0x10286497, ETypeId = KUidWsDisplayControl, EWsObjectInterfaceId = KUidWsDisplayControl } |
| void | NotifyOnConfigChange | ( | TRequestStatus & | aStatus | ) | [pure virtual] |
Asynchronous request to complete aStatus when a configuration change occurs.
The request is completed when a new configuration has been set, either explicitly or by a render stage. Earlier render stages and the Window Server can use this to update their state.
| TRequestStatus & aStatus | Asynchronous request status. |
| void | NotifyOnConfigChangeCancel | ( | ) | [pure virtual] |
Cancels a pending request to notify on configuration change.
If there is a pending notification request, the status value will be set to KErrCancelled and it will be completed. If there is no pending request for notification, the call will simply return.
| void | NotifyOnDisplayChange | ( | TRequestStatus & | aStatus | ) | [pure virtual] |
Asynchronous request to complete aStatus when a change of display is detected.
The request is completed when the connectedness of the display changes, or when the set of available resolutions changes.
| TRequestStatus & aStatus | Asynchronous request status. |
| void | NotifyOnDisplayChangeCancel | ( | ) | [pure virtual] |
Cancels a pending request to notify on display change.
If there is a pending notification request, the status value will be set to KErrCancelled and it will be completed. If there is no pending request for notification, the call will simply return.
| KUidWsDisplayControl = 0x10286497 | |
| ETypeId = KUidWsDisplayControl | |
| EWsObjectInterfaceId = KUidWsDisplayControl |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.