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). |
Instance view entry type
EChangeEntryTodo |
Entry type is todo |
EChangeEntryEvent |
Entry type is event |
EChangeEntryAll |
All entry types |
Instance view change type
EChangeAdd |
Entries are added |
EChangeDelete |
Entries are deleted |
EChangeModify |
Entries are modified |
EChangeUndefined |
Undefined entries |
EChangeOverflowError |
Entries cause overflow error |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.