Location:
agmtodos.h
Link against: agnmodel.lib
CAgnTodoListList
Supported from 5.0
A list of to-do list IDs, each of which uniquely identifies a to-do list.
|
Defined in CAgnTodoListList
:
AppendL()
, Count()
, Delete()
, DisplayInfo()
, Find()
, InsertL()
, NewL()
, ReplicationStatus()
, TListItem
, TodoListId()
, ~CAgnTodoListList()
Inherited from CBase
:
operator new()
static CAgnTodoListList* NewL();
Allocates and constructs a new to-do list list.
|
TInt Count() const;
Returns the count of to-do lists.
|
TAgnTodoDisplaySettings DisplayInfo(TInt aIndex) const;
Returns the settings that determine how the indexed to-do list is displayed in other views.
|
|
TAgnReplicationData::TStatus ReplicationStatus(TInt aIndex) const;
Returns replication status data for the indexed to-do list, e.g. the last changed date.
|
|
void AppendL(const TListItem* aItem);
Appends a list ID to the end of the list of IDs.
|
void Delete(TInt aPosition);
Deletes a list ID from the list of IDs.
|
void InsertL(TInt aPosition,const TListItem* aItem);
Inserts a list ID into the list of IDs.
|
TInt Find(TAgnTodoListId aTodoListId,TInt& aPos) const;
Validates a to-do list ID and finds its position.
|
|
TAgnTodoListId TodoListId(TInt aIndex) const;
Returns a to-do list ID given its index.
|
|
TListItem
Represents one item in the to-do list list.
Defined in CAgnTodoListList::TListItem
:
iDisplayInfo
, iReplicationStatus
, iTodoListId
iDisplayInfo
TAgnTodoDisplaySettings iDisplayInfo
Contains the settings that determine how to-dos belonging to the to-do list are displayed in views other than the to-do view.
iReplicationStatus
TAgnReplicationData::TStatus iReplicationStatus
Contains replication status data, e.g. last changed date.
iTodoListId
TAgnTodoListId iTodoListId
Contains the unique ID of the to-do list.