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.

Public Member Functions

virtual  ~MAknsRlParameterIterator ()
  Destructor for internal use.
virtual TBool  HasNext ()=0
  Checks whether there are more parameters available.
virtual const TAknsRlParameterData NextL ()=0
  Gets the next parameter.

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.
virtual const TAknsRlParameterData* MAknsRlParameterIterator::NextL  )  [pure virtual]
 

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:

Copyright © Nokia Corporation 2001-2008
Back to top