CalCommon::TCalPriorityRange Class Reference

class CalCommon::TCalPriorityRange

Class to implement a priority range. This is used to set a priority range when using CCalFindInstanceSettings.

Constructor & Destructor Documentation

TCalPriorityRange()

IMPORT_CTCalPriorityRange()

Constructs a TCalPriorityRange that includes all priorities.

TCalPriorityRange(TUint, TUint)

IMPORT_CTCalPriorityRange(TUintaHighestPriority,
TUintaLowestPriority
)

Constructs a TCalPriorityRange.

Lower numerical values have higher priority. So to filter on entries between priority 1 and 3 included aHighestPriority should be 1 and aLowestPriority should be 3.

capability
None

Parameters

TUint aHighestPriorityThe highest priority in the range.
TUint aLowestPriorityThe lowest priority in the range.

Member Functions Documentation

HighestPriority()

IMPORT_C TUintHighestPriority()const

Returns the highest priority of the range.

capability
None

LowestPriority()

IMPORT_C TUintLowestPriority()const

Returns the lowest priority of the range.

capability
None

Member Data Documentation

TUint iHighestPriority

TUint iHighestPriority[private]

TUint iLowestPriority

TUint iLowestPriority[private]