#include <app/cntview.h>
| class CContactViewLowRange : public CContactViewRangeBase |
| Public Member Functions | |
|---|---|
| IMPORT_C CContactViewLowRange * | 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 an upper limit only.
This is used by sub views when the range criteria are CContactViewRangeBase::ELessThan or CContactViewRangeBase::ELessThanOrEqualTo.
See also: CContactSubView
| IMPORT_C CContactViewLowRange * | NewL | ( | const CContactViewBase & | aView, |
| const TDesC & | aMatch, | |||
| TCriteria | aCriteria | |||
| ) | [static] | |||
Allocates and constructs a CContactViewLowRange 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::ELessThanOrEqualTo or CContactViewRangeBase::ELessThan. |
Returns: Pointer to a newly created CContactViewLowRange object