MHnMenuItemModelIterator Class Reference

class MHnMenuItemModelIterator

Menu item model iterator.

Used to iterate on menu items structure. Provides basic iterator interface.

hnpresentationmodel
Since
S60 5.0
Public Member Functions
CHnMenuItemModel * GetNext ()
CHnMenuItemModel * GetNextSpecific ()
TBool HasNext ()
TBool HasNextSpecific ()
void Reset ()

Member Functions Documentation

GetNext()

CHnMenuItemModel * GetNext ( ) [pure virtual]

Gets the next item and move the cursor to the next item.

Since
S60 5.0

GetNextSpecific()

CHnMenuItemModel * GetNextSpecific ( ) [pure virtual]
Gets the next menu item ( specific for the item
  • e.g. Applications folder item ) and move the cursor to the next menu item.

Since
S60 5.0

HasNext()

TBool HasNext ( ) [pure virtual]

Checks whether there is at least one more element.

Since
S60 5.0

HasNextSpecific()

TBool HasNextSpecific ( ) [pure virtual]

Checks whether there is at least one more element (item specific).

Since
S60 5.0

Reset()

void Reset ( ) [pure virtual]

Resets the iterator.

Since
S60 5.0