MCalChangeCallBack Class Reference

class MCalChangeCallBack

A call back class for observing changes in the model view.

A client will not be notified of a change if it is the source of the change.

Member Functions Documentation

CalChangeNotification(TChangeEntryType)

void CalChangeNotification ( TChangeEntryType aChangeEntryType ) [pure virtual]

A call back function for change notification

Parameters

TChangeEntryType aChangeEntryType Filters notifications to only notify about entries of this type (event/todo/all).

Member Enumerations Documentation

Enum TChangeEntryType

Instance view entry type

Enumerators

EChangeEntryTodo

Entry type is todo

EChangeEntryEvent

Entry type is event

EChangeEntryAll

All entry types

Enum TChangeType

Instance view change type

Enumerators

EChangeAdd

Entries are added

EChangeDelete

Entries are deleted

EChangeModify

Entries are modified

EChangeUndefined

Undefined entries

EChangeOverflowError

Entries cause overflow error