CAknsEffectCommand Class Reference
#include
<mw/AknsItemData.h>
Link against: AknSkins.lib
class CAknsEffectCommand : public CBase |
Detailed Description
Effect command data class. 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.
Member Attribute Documentation
Constructor & Destructor Documentation
CAknsEffectCommand ( )
CAknsEffectCommand | ( | ) | [protected] |
C++ protected constructor.
~CAknsEffectCommand ( )
~CAknsEffectCommand | ( | ) | [virtual] |
Member Function Documentation
AppendParameterL ( const TAknsRlParameterData & )
Appends a paramater to this effect command.
Parameter | Description | aParameter | Parameter to be appended. The given data is copied, and thus no ownership is transferred. |
CreateParameterIteratorL ( )
Creates and returns a new parameter iterator.
Returns: A new parameter iterator. Multiple iterators can be created. The ownership of the iterator is transferred to the caller, and the caller must ensure that the lifetime of the iterator does not exceed the lifetime of this object.
EffectUid ( )
IMPORT_C TUid | EffectUid | ( | ) | const |
LayerConf ( )
Returns the layer configuration.
Returns: Layer configuration.
NewL ( )
Two-phased constructor.
-
Exceptions:
- If allocation fails, function leaves with a system-wide error code.
Returns: Newly constructed object.
SetEffectUid ( const TUid )
IMPORT_C void | SetEffectUid | ( | const TUid | aValue | ) | |
Parameter | Description | aValue | New effect UID. |
SetLayerConf ( const TAknsRlRenderOpParam )
Sets the layer configuration.
Parameter | Description | aValue | New layer configuration. |