class TAgnFilter |
Identifies which model entry types should be involved when tidying, searching or populating an instance or symbol list.
It is usually used in combination with a date or date range.
Public Attributes | |
---|---|
TUint | iHighPriority |
TUint | iLowPriority |
TUint32 | iUserIntFilterMask |
TUint32 | iUserIntFilterValue |
Private Attributes | |
---|---|
CalCommon::TCalViewFilter | iFilter |
CalCommon::TCalSearchBehaviour | iSearchBehaviour |
IMPORT_C | TAgnFilter | ( | const CalCommon::TCalViewFilter & | aFilter, |
const CalCommon::TCalSearchBehaviour & | aBehaviour | |||
) |
const CalCommon::TCalViewFilter & aFilter | |
const CalCommon::TCalSearchBehaviour & aBehaviour |
TBool | AreAlarmedOnlyIncluded | ( | ) | const [inline] |
Tests whether the filter only includes alarmed entries.
True=Only include alarmed entries, False=include all entries.
TBool | AreAnnivsIncluded | ( | ) | const [inline] |
Tests whether the filter includes or excludes anniversaries.
True=included, False=excluded.
TBool | AreEventsIncluded | ( | ) | const [inline] |
Tests whether the filter includes or excludes events.
True=included, False=excluded.
TBool | AreNonTodosIncluded | ( | ) | const [inline] |
Tests whether the filter includes any entry type other than to-dos True=included, False=excluded.
TBool | AreRemindersIncluded | ( | ) | const [inline] |
Tests whether the filter includes or excludes reminders
True=included, False=excluded.
TBool | AreTimedApptsIncluded | ( | ) | const [inline] |
Tests whether the filter includes or excludes timed appointments.
True=included, False=excluded.
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
RWriteStream & aStream |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
RReadStream & aStream |
IMPORT_C TBool | IsValid | ( | const CAgnSimpleEntry & | aElement | ) | const |
const CAgnSimpleEntry & aElement |
TBool | RptNextInstanceOnly | ( | ) | const [inline] |
Tests whether the filter only includes the next instance of a repeating entry.
True=only include the next instance of a repeating entry, False=include all instances.
CalCommon::TCalSearchBehaviour | iSearchBehaviour | [private] |
TUint32 | iUserIntFilterValue |
The search criteria for UserInt(32 bits integer).