#include <mw/AknsItemData.h>
| class CAknsAnimationCommand : public CAknsEffectCommand |
| Public Member Functions | |
|---|---|
| virtual | ~CAknsAnimationCommand() |
| void | AppendNamedReferenceL(const TAknsAlNamedReferenceData &) |
| void | AssignOutL(TAknsAlAnimationCommandData &) |
| MAknsAlIterator * | CreateNamedReferenceIteratorL() |
| void | InitializeOut(TAknsAlAnimationCommandData &) |
| CAknsAnimationCommand * | NewL() |
| void | ReleaseOut(TAknsAlAnimationCommandData &) |
| Inherited Attributes | |
|---|---|
| CAknsEffectCommand::iLayerConf | |
| CAknsEffectCommand::iParameters | |
| CAknsEffectCommand::iUid | |
Animation command data class. Animation command class encapsulates the information of a single animation command (in addition to base class members) that is used with animation item data objects.
The class is not intended for derivation outside the library.
| void | AppendNamedReferenceL | ( | const TAknsAlNamedReferenceData & | aData | ) |
| void | InitializeOut | ( | TAknsAlAnimationCommandData & | aData | ) | [static] |
| CAknsAnimationCommand * | NewL | ( | ) | [static] |
Reimplemented from CAknsEffectCommand::NewL()
Two-phased constructor.
Returns: Newly constructed object.