Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: agmids.h
Link against: agnmodel.lib

Class TAgnTodoListId

TAgnTodoListId

Support

Supported from 5.0

Description

Uniquely identifies a to-do list in an agenda file. The ID is assigned to the to-do list when the list is added to the model, using CAgnEntryModel::AddTodoListL(), but it can change if the list is updated. It therefore cannot be used to identify the list for synchronisation.

To fetch a to-do list, use CAgnEntryModel::FetchTodoListL(), specifying the to-do list ID.

Derivation

TAgnIdThe base class for agenda entry and to-do list ID types
TAgnTodoListIdUniquely identifies a to-do list in an agenda file

Defined in TAgnTodoListId:
TAgnTodoListId()

Inherited from TAgnId:
ExternalizeL(), Id(), InternalizeL(), IsNullId(), SetNullId(), operator!=(), operator<(), operator==(), operator>()


Construction


TAgnTodoListId()

TAgnTodoListId();
TAgnTodoListId(TAgnId aId);

Description

Overloaded C++ constructor. The to-do list ID can be constructed by default — this sets the ID to null, or the ID can be initialised with a TAgnId.