S60 3rd Edition API Reference: MAknsRlParameterIterator Class Reference
MAknsRlParameterIterator Class Reference API published in: S60 2nd Ed FP 3
Link against: aknskins.lib aknskinsrv.lib aknswallpaperutils.lib
Capability Information Required Capabilities None
#include <aknsrlparameter.h >
Detailed Description
Interface to skin effect parameter iterator.
Constructor & Destructor Documentation
virtual MAknsRlParameterIterator::~MAknsRlParameterIterator ( ) [inline, virtual]
Destructor for internal use.
Destructor is reserved for internal use. Client code usually does not destroy iterators.
Member Function Documentation
virtual TBool MAknsRlParameterIterator::HasNext ( ) [pure virtual]
Checks whether there are more parameters available.
Returns: ETrue if subsequent GetNextL should succeed, EFalse if GetNextL must not be called anymore.
Gets the next parameter.
Returns: Pointer to the parameter data. The ownership is not transferred. The data is guaranteed to be valid until the next call to HasNext, NextL, or the iterator is destroyed.
The documentation for this class was generated from the following file: