API published in: S60 2nd Ed
Link against: aknskins.lib aknskinsrv.lib aknswallpaperutils.lib
Required Capabilities
None
#include <aknsitemdata.h>
Inherited by CAknsAnimationCommand.
Effect command class encapsulates the information of a single effect command that is used with effect queue item data objects.
This is a public class with exported functions. The class is not intended for derivation outside the library.
Public Member Functions |
|
virtual | ~CAknsEffectCommand () |
Destructor. |
|
IMPORT_C void | SetEffectUid (const TUid aValue) |
Sets the effect UID. |
|
IMPORT_C TUid | EffectUid () const |
Returns the effect UID. |
|
IMPORT_C void | SetLayerConf (const TAknsRlRenderOpParam aValue) |
Sets the layer configuration. |
|
IMPORT_C TAknsRlRenderOpParam | LayerConf () const |
Returns the layer configuration. |
|
IMPORT_C void | AppendParameterL (const TAknsRlParameterData &aParameter) |
Appends a paramater to this effect command. |
|
IMPORT_C MAknsRlParameterIterator * | CreateParameterIteratorL () |
Creates and returns a new parameter iterator. |
|
Static Public Member Functions |
|
static IMPORT_C CAknsEffectCommand * | NewL () |
Two-phased constructor. |
|
Protected Member Functions |
|
CAknsEffectCommand () | |
C++ protected constructor. |
|
Protected Attributes |
|
TUid | iUid |
Effect UID. |
|
TAknsRlRenderOpParam | iLayerConf |
Layer configuration. |
|
RPointerArray< CAknsEffectParameter > | iParameters |
Parameters array. |
|
Destructor. |
|
C++ protected constructor. |
|
Appends a paramater to this effect command.
|
|
Creates and returns a new parameter iterator.
|
|
Returns the effect UID.
|
|
Returns the layer configuration.
|
|
Two-phased constructor.
Reimplemented in CAknsAnimationCommand. |
|
Sets the effect UID.
|
|
Sets the layer configuration.
|
|
Layer configuration. |
|
Parameters array. |
|
Effect UID. |