#include <app/cntview.h>
| class CContactViewHighRange : public CContactViewRangeBase |
| Public Member Functions | |
|---|---|
| IMPORT_C CContactViewHighRange * | NewL(const CContactViewBase &, const TDesC &, TCriteria) |
| Inherited Attributes | |
|---|---|
| CContactViewRangeBase::iCollateMethod | |
| CContactViewRangeBase::iHigh | |
| CContactViewRangeBase::iLow | |
| CContactViewRangeBase::iView | |
| Inherited Enumerations | |
|---|---|
| CContactViewRangeBase:TCriteria | |
A sub view range with a lower limit only.
This is used by sub views when the range criteria are CContactViewRangeBase::EGreaterThan or CContactViewRangeBase::EGreaterThanOrEqualTo.
See also: CContactSubView
| IMPORT_C CContactViewHighRange * | NewL | ( | const CContactViewBase & | aView, |
| const TDesC & | aMatch, | |||
| TCriteria | aCriteria | |||
| ) | [static] | |||
Allocates and constructs a CContactViewHighRange object.
| Parameter | Description |
|---|---|
| aView | The sub view's underlying view. |
| aMatch | The string to match items against. Only the first character in the string is used. |
| aCriteria | The query search condition; either CContactViewRangeBase::EGreaterThan or CContactViewRangeBase::EGreaterThanOrEqualTo. |
Returns: Pointer to newly created CContactViewHighRange object