MAknsRlCommandIterator Class Reference

class MAknsRlCommandIterator

Interface to skin command iterator.

Since
2.8
Public Member Functions
~MAknsRlCommandIterator()
IMPORT_C voidCleanupOperation(TAny *)
TBool HasNext()
const TAknsRlCommandData *NextL()

Constructor & Destructor Documentation

~MAknsRlCommandIterator()

~MAknsRlCommandIterator()[inline, virtual]

Destructor for internal use.

Destructor is reserved for internal use. Client code usually does not destroy iterators.

Since
2.8

Member Functions Documentation

CleanupOperation(TAny *)

IMPORT_C voidCleanupOperation(TAny *aItem)[static]

Cleanup operation for internal use.

Since
2.8

Parameters

TAny * aItem

HasNext()

TBool HasNext()[pure virtual]

Checks whether there are more commands available.

Since
2.8

NextL()

const TAknsRlCommandData *NextL()[pure virtual]

Gets the next command.

Since
2.8