CalCommon::TCalPriorityRange Class Reference

#include <app/calcommon.h>

class CalCommon::TCalPriorityRange

Detailed Description

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
ParameterDescription
aHighestPriorityThe highest priority in the range.
aLowestPriorityThe lowest priority in the range.

Member Function Documentation

HighestPriority ( )

IMPORT_C TUintHighestPriority()const

Returns the highest priority of the range.

capability
None

Returns: The highest priority of the range.

LowestPriority ( )

IMPORT_C TUintLowestPriority()const

Returns the lowest priority of the range.

capability
None

Returns: The lowest priority of the range.