class CExtDisplayConnectionProviderInterface : public CBase |
Mixin class for external display connection provider plugins.
Protected Member Functions | |
---|---|
CExtDisplayConnectionProviderInterface () |
Private Attributes | |
---|---|
TUid | iInstanceKey |
IMPORT_C | CExtDisplayConnectionProviderInterface | ( | ) | [protected] |
Constructor.
IMPORT_C | ~CExtDisplayConnectionProviderInterface | ( | ) | [virtual] |
Default destructor.
TExtDisplayConnectionProviderConnType | ExtDisplayConnType | ( | ) | [pure virtual] |
Function to be implemented by connection provider that indicates the external display connection type
TInt | ExtDisplayId | ( | ) | [pure virtual] |
Function to be implemented by connection provider that indicates the display id that should be used for the external display port.
CExtDisplayConnectionProviderInterface * | NewL | ( | ) | [static] |
Allocates and constructs a new provider plugin.
Uses ECOM to instantiate a new provider plugin. Can leave with any of the system-wide error codes.
void | SetExtDisplayConnectionProviderCallback | ( | MExtDisplayConnectionProviderCallback & | aCallback | ) | [pure virtual] |
Function to be implemented by connection provider that allows the callback to be set.
MExtDisplayConnectionProviderCallback & aCallback | A reference to an object that can be used by the provider to send events back to the client. |
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.