class CalCommon::TCalPriorityRange |
Class to implement a priority range. This is used to set a priority range when using CCalFindInstanceSettings.
Public Member Functions | |
---|---|
TCalPriorityRange() | |
TCalPriorityRange(TUint, TUint) | |
IMPORT_C TUint | HighestPriority() |
IMPORT_C TUint | LowestPriority() |
Private Attributes | |
---|---|
TUint | iHighestPriority |
TUint | iLowestPriority |
IMPORT_C | TCalPriorityRange | ( | ) |
Constructs a TCalPriorityRange that includes all priorities.
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.
IMPORT_C TUint | HighestPriority | ( | ) | const |
Returns the highest priority of the range.
IMPORT_C TUint | LowestPriority | ( | ) | const |
Returns the lowest priority of the range.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.