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

TCalPriorityRange(TUint, TUint)

IMPORT_CTCalPriorityRange(TUintaHighestPriority,
TUintaLowestPriority
)

Parameters

TUint aHighestPriority
TUint aLowestPriority

Member Functions Documentation

HighestPriority()

IMPORT_C TUintHighestPriority()const

LowestPriority()

IMPORT_C TUintLowestPriority()const

Member Data Documentation

TUint iHighestPriority

TUint iHighestPriority[private]

TUint iLowestPriority

TUint iLowestPriority[private]