CCalChangeNotificationFilter Class Reference

class CCalChangeNotificationFilter

Class to encapsulate call back registration parameters.

The type of entries, the date range and whether undated todos are included can be specified.

Constructor & Destructor Documentation

CCalChangeNotificationFilter(MCalChangeCallBack2::TChangeEntryType, TBool, const CalCommon::TCalTimeRange &)

CCalChangeNotificationFilter(MCalChangeCallBack2::TChangeEntryTypeaChangeEntryType,
TBoolaIncludeUndatedTodos,
const CalCommon::TCalTimeRange &aTimeRange
)[private]

Parameters

MCalChangeCallBack2::TChangeEntryType aChangeEntryType
TBool aIncludeUndatedTodos
const CalCommon::TCalTimeRange & aTimeRange

~CCalChangeNotificationFilter()

IMPORT_C~CCalChangeNotificationFilter()

Member Functions Documentation

ChangeEntryType()

MCalChangeCallBack2::TChangeEntryType ChangeEntryType()const

EndTime()

TCalTime EndTime()const

IncludeUndatedTodos()

TBool IncludeUndatedTodos()const

NewL(MCalChangeCallBack2::TChangeEntryType, TBool, const CalCommon::TCalTimeRange &)

IMPORT_C CCalChangeNotificationFilter *NewL(MCalChangeCallBack2::TChangeEntryTypeaChangeEntryType,
TBoolaIncludeUndatedTodos,
const CalCommon::TCalTimeRange &aTimeRange
)[static]

Parameters

MCalChangeCallBack2::TChangeEntryType aChangeEntryType
TBool aIncludeUndatedTodos
const CalCommon::TCalTimeRange & aTimeRange

StartTime()

TCalTime StartTime()const

Member Data Documentation

MCalChangeCallBack2::TChangeEntryType iChangeEntryType

MCalChangeCallBack2::TChangeEntryType iChangeEntryType[private]

TBool iIncludeUndatedTodos

TBool iIncludeUndatedTodos[private]

CalCommon::TCalTimeRange iTimeRange

CalCommon::TCalTimeRange iTimeRange[private]