CAknsEffectQueueItemData Class Reference
class CAknsEffectQueueItemData : public CAknsItemData
|
Effect queue item data. 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.
AknSkins.lib
Constructor & Destructor Documentation
CAknsEffectQueueItemData(const TAknsItemType)
CAknsEffectQueueItemData
|
(
|
const
TAknsItemType
|
aType
|
)
|
[protected]
|
Parameters
const
TAknsItemType
aType
|
Item type of the new item data object. While this is always EAknsITEffectQueue for instances of this class, derived classes may specify another value.
|
~CAknsEffectQueueItemData()
~CAknsEffectQueueItemData
|
(
|
)
|
[virtual]
|
Member Functions Documentation
AppendCommandL(const CAknsEffectCommand *)
Appends a command to this effect queue.
Parameters
const
CAknsEffectCommand
* aCommand
|
Command to be appended. The ownership of the given instance is transferred to this object, even if the method leaves.
|
CreateCommandIteratorL()
IMPORT_C MAknsRlCommandIterator *
|
CreateCommandIteratorL
|
(
|
)
|
|
Creates and returns a new command iterator.
InputLayer()
IMPORT_C
TInt
|
InputLayer
|
(
|
)
|
const
|
Returns the input layer index value.
InputLayerMode()
IMPORT_C
TInt
|
InputLayerMode
|
(
|
)
|
const
|
Returns the input layer mode value.
NewL()
Two-phased constructor. Constructs a new
CAknsEffectQueueItemData
object.
-
Exceptions:
-
If allocation fails, function leaves with a system-wide error code.
OutputLayer()
IMPORT_C
TInt
|
OutputLayer
|
(
|
)
|
const
|
Returns the output layer index value.
OutputLayerMode()
IMPORT_C
TInt
|
OutputLayerMode
|
(
|
)
|
const
|
Returns the output layer mode value.
RefItem()
Returns the referenced item ID.
SetInputLayer(const TInt)
IMPORT_C void
|
SetInputLayer
|
(
|
const
TInt
|
aValue
|
)
|
|
Sets the input layer index value.
SetInputLayerMode(const TInt)
IMPORT_C void
|
SetInputLayerMode
|
(
|
const
TInt
|
aValue
|
)
|
|
Sets the input layer mode value.
SetOutputLayer(const TInt)
IMPORT_C void
|
SetOutputLayer
|
(
|
const
TInt
|
aValue
|
)
|
|
Sets the output layer index value.
SetOutputLayerMode(const TInt)
IMPORT_C void
|
SetOutputLayerMode
|
(
|
const
TInt
|
aValue
|
)
|
|
Sets the output layer mode value.
SetRefItem(const TAknsItemID)
Sets the referenced item ID.
Member Data Documentation
RPointerArray< CAknsEffectCommand > iCommands
TInt
iInputLayer
TInt
|
iInputLayer
|
[protected]
|
TInt
iInputLayerMode
TInt
|
iInputLayerMode
|
[protected]
|
TInt
iOutputLayer
TInt
|
iOutputLayer
|
[protected]
|
TInt
iOutputLayerMode
TInt
|
iOutputLayerMode
|
[protected]
|
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.