MAknsRlParameterIterator Class Reference

Link against: aknskins.lib aknskinsrv.lib aknswallpaperutils.lib

Capability Information

Required Capabilities

None


#include <
AknsRlParameter.h>

Detailed Description

Interface to skin effect parameter iterator.
Since:
2.8

Public Member Functions

virtual ~MAknsRlParameterIterator ()
 Destructor for internal use.
virtual TBool HasNext ()=0
 Checks whether there are more parameters available.
virtual const TAknsRlParameterDataNextL ()=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.
Since:
2.8
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.
Since:
2.8

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top