Location:
agmmiter.h
Link against: agnmodel.lib
TAgnEntryIter
Supported from 5.0
Iterates over the entries in an agenda file. This class should not
be used if the agenda model is in client mode: use the RAgendaServ
entry iteration functions instead.
Defined in TAgnEntryIter
:
At()
, NextL()
, SetToFirstL()
, TAgnEntryIter()
TAgnEntryIter(const CAgnEntryModel* aModel);
The C++ constructor constructs the iterator with a pointer to an agenda model.
|
TBool SetToFirstL();
Resets the iterator to the first entry in the file.
|
TBool NextL();
Moves the iterator to the next entry.
|
TAgnEntryId At();
Gets the ID of the entry at the current iterator position.
|