#include <mw/AknsRlParameter.h>
| class MAknsRlParameterIterator |
| Public Member Functions | |
|---|---|
| virtual | ~MAknsRlParameterIterator() |
| pure virtual TBool | HasNext() |
| pure virtual const TAknsRlParameterData * | NextL() |
Interface to skin effect parameter iterator.
| ~MAknsRlParameterIterator | ( | ) | [inline, virtual] |
Destructor for internal use.
Destructor is reserved for internal use. Client code usually does not destroy iterators.
| TBool | HasNext | ( | ) | [pure virtual] |
Checks whether there are more parameters available.
| const TAknsRlParameterData * | NextL | ( | ) | [pure virtual] |
Gets the next parameter.