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_C TCalPriorityRange ( )

Constructs a TCalPriorityRange that includes all priorities.

TCalPriorityRange(TUint, TUint)

IMPORT_C TCalPriorityRange ( TUint aHighestPriority,
TUint aLowestPriority
)

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 aHighestPriority The highest priority in the range.
TUint aLowestPriority The lowest priority in the range.

Member Functions Documentation

HighestPriority()

IMPORT_C TUint HighestPriority ( ) const

Returns the highest priority of the range.

capability
None

LowestPriority()

IMPORT_C TUint LowestPriority ( ) const

Returns the lowest priority of the range.

capability
None

Member Data Documentation

TUint iHighestPriority

TUint iHighestPriority [private]

TUint iLowestPriority

TUint iLowestPriority [private]