#include <app/cntview.h>
Link against: cntview.lib
class CContactViewLowRange : public CContactViewRangeBase, 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.
Parameters | |
---|---|
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. |