API published in: S60 2nd Ed
Link against: aknskins.lib aknskinsrv.lib aknswallpaperutils.lib
Required Capabilities
None
#include <aknsitemdata.h>
Inherits CAknsItemData.
Effect queue item data contains (in addition to base class members), the information required to render a single effect queue based skin element.
Item type for effect queue item data objects is always EAknsITEffectQueue.
This is a public class with exported functions. The class is not intended for derivation outside the library.
Public Member Functions |
|
virtual | ~CAknsEffectQueueItemData () |
Destructor. |
|
IMPORT_C void | SetRefItem (const TAknsItemID aValue) |
Sets the referenced item ID. |
|
IMPORT_C TAknsItemID | RefItem () const |
Returns the referenced item ID. |
|
IMPORT_C void | SetInputLayer (const TInt aValue) |
Sets the input layer index value. |
|
IMPORT_C TInt | InputLayer () const |
Returns the input layer index value. |
|
IMPORT_C void | SetInputLayerMode (const TInt aValue) |
Sets the input layer mode value. |
|
IMPORT_C TInt | InputLayerMode () const |
Returns the input layer mode value. |
|
IMPORT_C void | SetOutputLayer (const TInt aValue) |
Sets the output layer index value. |
|
IMPORT_C TInt | OutputLayer () const |
Returns the output layer index value. |
|
IMPORT_C void | SetOutputLayerMode (const TInt aValue) |
Sets the output layer mode value. |
|
IMPORT_C TInt | OutputLayerMode () const |
Returns the output layer mode value. |
|
IMPORT_C void | AppendCommandL (const CAknsEffectCommand *aCommand) |
Appends a command to this effect queue. |
|
IMPORT_C MAknsRlCommandIterator * | CreateCommandIteratorL () |
Creates and returns a new command iterator. |
|
Static Public Member Functions |
|
static IMPORT_C CAknsEffectQueueItemData * | NewL () |
Two-phased constructor. |
|
Protected Member Functions |
|
CAknsEffectQueueItemData (const TAknsItemType aType) | |
C++ protected constructor. |
|
Protected Attributes |
|
TAknsItemID | iRefId |
Referenced item ID. |
|
TInt | iInputLayer |
Input layer value. |
|
TInt | iInputLayerMode |
Input layer mode value. |
|
TInt | iOutputLayer |
Output layer value. |
|
TInt | iOutputLayerMode |
Output layer mode value. |
|
RPointerArray< CAknsEffectCommand > | iCommands |
Commands array. |
|
Destructor. |
|
C++ protected constructor. Constructs a new CAknsEffectQueueItemData.
|
|
Appends a command to this effect queue.
|
|
Creates and returns a new command iterator.
|
|
Returns the input layer index value.
|
|
Returns the input layer mode value.
|
|
Two-phased constructor. Constructs a new CAknsEffectQueueItemData object.
|
|
Returns the output layer index value.
|
|
Returns the output layer mode value.
|
|
Returns the referenced item ID.
|
|
Sets the input layer index value.
|
|
Sets the input layer mode value.
|
|
Sets the output layer index value.
|
|
Sets the output layer mode value.
|
|
Sets the referenced item ID.
|
|
Commands array. |
|
Input layer value. |
|
Input layer mode value. |
|
Output layer value. |
|
Output layer mode value. |
|
Referenced item ID. |