|
||
class CalCommon;
Utility class containing common calendar-related enums.
Defined in CalCommon
:
EExactTextSearch
Search for the exact text. EExactTextSearch
Search for the exact text. EFoldedTextSearch
Search for folded text. EFoldedTextSearch
Search for folded text. EIncludeAlarmedOnly
Remove non-alarmed entries. This flag cannot be used by itself. EIncludeAlarmedOnly
Remove non-alarmed entries. This flag cannot be used by itself. EIncludeAll
Include all entries (appointments, day events, anniversaries and todos). EIncludeAll
Include all entries (appointments, day events, anniversaries and todos). EIncludeAnnivs
Include anniversaries. EIncludeAnnivs
Include anniversaries. EIncludeAppts
Include timed appointments. EIncludeAppts
Include timed appointments. EIncludeCompletedTodos
Include completed todos. EIncludeCompletedTodos
Include completed todos. EIncludeEvents
Include all-day events. EIncludeEvents
Include all-day events. EIncludeIncompletedTodos
Include incompleted todos. EIncludeIncompletedTodos
Include incompleted todos. EIncludeReminder
Include appointments which only have a start time. EIncludeReminder
Include appointments which only have a start time. EIncludeRptsNextInstanceOnly
Include next only instance of a repeat entry. EIncludeRptsNextInstanceOnly
Include next only instance of a repeat entry. EInstanceEndTimeWithinRange
By default all instances which overlap the time range are found. Use the EInstan...EInstanceStartTimeWithinRange
By default all instances which overlap the time range are found. Use the EInstan...ESearchAllTextFields
Include all possible text fields during a text search. EThisAndAll
This and all other instances are referenced. EThisAndAll
This and all other instances are referenced. EThisAndFuture
This and all future instances are referenced. EThisAndFuture
This and all future instances are referenced. EThisAndPrior
This and all previous instances are referenced. EThisAndPrior
This and all previous instances are referenced. EThisOnly
Only this instance is referenced. EThisOnly
Only this instance is referenced. TCalSearchBehaviour
Search filter for use in the CCalInstanceView::FindInstanceL(RPointerArray< C...TCalSearchBehaviour
Search filter for use in the CCalInstanceView::FindInstanceL(RPointerArray< C...TCalTimeRange
Class to implement a time range in the Instance view and Entry view. TCalViewFilter
Entry filter used in the entry view and instance view, filter flags are defined ...TCalViewFilter
Entry filter used in the entry view and instance view, filter flags are defined ...TCalViewFilterFlags
Entry filter flags used in the entry view and instance view. TCalViewFilterFlags
Entry filter flags used in the entry view and instance view. TRecurrenceRange
The range of instances referred to in a recurrence ID or instance view. TRecurrenceRange
The range of instances referred to in a recurrence ID or instance view. class TCalTimeRange;
Class to implement a time range in the Instance view and Entry view.
Defined in CalCommon::TCalTimeRange
:
EndTime()const
Returns the end time of the range. EndTime()const
StartTime()const
Returns the start time of the range. StartTime()const
TCalTimeRange(TCalTime,TCalTime)
Construct a CalCommon::TCalTimeRange. TCalTimeRange(TCalTime,TCalTime)
TCalTimeRange(TCalTime,TCalTime)
Capability: | Illegal |
IMPORT_C TCalTimeRange(TCalTime aStartTime, TCalTime aEndTime);
Construct a CalCommon::TCalTimeRange
.
|
TCalTimeRange(TCalTime,TCalTime)
Capability: | Illegal |
IMPORT_C TCalTimeRange(TCalTime aStartTime, TCalTime aEndTime);
|
StartTime()const
Capability: | Illegal |
IMPORT_C TCalTime StartTime() const;
Returns the start time of the range.
|
EndTime()const
Capability: | Illegal |
IMPORT_C TCalTime EndTime() const;
Returns the end time of the range.
|
StartTime()const
Capability: | Illegal |
IMPORT_C TCalTime StartTime() const;
|
EndTime()const
Capability: | Illegal |
IMPORT_C TCalTime EndTime() const;
|
TCalViewFilterFlags
Entry filter flags used in the entry view and instance view.
|
TCalViewFilterFlags
Entry filter flags used in the entry view and instance view.
|
TRecurrenceRange
The range of instances referred to in a recurrence ID or instance view.
|
TCalSearchBehaviour
Search filter for use in the CCalInstanceView::FindInstanceL(RPointerArray< CCalInstance > &,CalCommon::TCalViewFilter,const CalCommon::TCalTimeRange &)const
function.
|
TRecurrenceRange
The range of instances referred to in a recurrence ID or instance view.
|
TCalSearchBehaviour
Search filter for use in the CCalInstanceView::FindInstanceL(RPointerArray< CCalInstance > &,CalCommon::TCalViewFilter,const CalCommon::TCalTimeRange &)const
function. Note that a folded text search is used if exact text search is not specified. The summary text field is always
searched. It is possible to specify additional text fields to be searched as well.
|
typedef TUint CalCommon::TCalViewFilter;
Entry filter used in the entry view and instance view, filter flags are defined by TCalViewFilterFlags
typedef TUint CalCommon::TCalViewFilter;
Entry filter used in the entry view and instance view, filter flags are defined by TCalViewFilterFlags