#include <app/cntview.h>
| class CContactViewRange : public CContactViewRangeBase |
| Public Member Functions | |
|---|---|
| ~CContactViewRange() | |
| IMPORT_C CContactViewRange * | NewL(const CContactViewBase &, const TDesC &, TCriteria, const TDesC &, TCriteria) |
| Inherited Attributes | |
|---|---|
| CContactViewRangeBase::iCollateMethod | |
| CContactViewRangeBase::iHigh | |
| CContactViewRangeBase::iLow | |
| CContactViewRangeBase::iView | |
| Inherited Enumerations | |
|---|---|
| CContactViewRangeBase:TCriteria | |
A sub view range with both a lower and upper limit.
This is used by sub views when lower and upper boundary criteria are specified.
See also: CContactSubView
| IMPORT_C CContactViewRange * | NewL | ( | const CContactViewBase & | aView, |
| const TDesC & | aLowMatch, | |||
| TCriteria | aLowCriteria, | |||
| const TDesC & | aHighMatch, | |||
| TCriteria | aHighCriteria | |||
| ) | [static] | |||
Allocates and constructs a new sub view range.
| Parameter | Description |
|---|---|
| aView | The sub view's underlying view. |
| aLowMatch | The match string for the bottom of the range. Only the first character in the string is used. |
| aLowCriteria | The query search condition for the bottom of the range; either CContactViewRangeBase::EGreaterThan or CContactViewRangeBase::EGreaterThanOrEqualTo. |
| aHighMatch | The match string for the top of the range. Only the first character in the string is used. |
| aHighCriteria | The query search condition for the top of the range; either CContactViewRangeBase::ELessThan or CContactViewRangeBase::ELessThanOrEqualTo. |
Returns: Pointer to a newly created sub view range object