class CAlfCompositionHost : public CAlfCompositionSource |
Example1: // to set target from other app semitransparent CAlfCompositionHost* me = CAlfCompositionHost::NewL(tokenFromSource, myCompositionKey); me-> EnableAlpha() ; me->SetOpacity(0.5f); //...
Public Member Functions | |
---|---|
void | ConstructL ( TInt , TInt ) |
IMPORT_C CAlfCompositionHost * | NewL ( TInt , TInt ) |
Inherited Enumerations | |
---|---|
CActive:TPriority | |
CAlfCompositionClientBase:TAlfCompositionPermission |
Inherited Attributes | |
---|---|
CActive::iStatus | |
CAlfCompositionSource::iData |
IMPORT_C CAlfCompositionHost * | NewL | ( | TInt | aToken, |
TInt | aKey | |||
) | [static] |
Constructor for application that wishes modify composition information for some other process, see CreatePermissionToken()
Leaves using KErrNotFound, if token is not valid
If the binded target layer is destroyed by its owner, any Set operations will have no effect.
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.