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.
Public Member Functions | |
---|---|
void | CalChangeNotification(TChangeEntryType) |
Public Member Enumerations | |
---|---|
enum | TChangeEntryType { EChangeEntryTodo, EChangeEntryEvent, EChangeEntryAll } |
enum | TChangeType { EChangeAdd, EChangeDelete, EChangeModify, EChangeUndefined, EChangeOverflowError } |
void | CalChangeNotification | ( | TChangeEntryType | aChangeEntryType | ) | [pure virtual] |
A call back function for change notification
TChangeEntryType aChangeEntryType | Filters notifications to only notify about entries of this type (event/todo/all). |