CContactViewLowRange Class Reference

#include <app/cntview.h>

Link against: cntview.lib

class CContactViewLowRange : public CContactViewRangeBase

Inherits from

Detailed Description

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

Member Function Documentation

NewL ( const CContactViewBase &, const TDesC &, TCriteria )

IMPORT_C CContactViewLowRange *NewL(const CContactViewBase &aView,
const TDesC &aMatch,
TCriteriaaCriteria
)[static]

Allocates and constructs a CContactViewLowRange object.

ParameterDescription
aViewThe sub view's underlying view.
aMatchThe string to match items against. Only the first character in the string is used.
aCriteriaThe query search condition; either CContactViewRangeBase::ELessThanOrEqualTo or CContactViewRangeBase::ELessThan.

Returns: Pointer to a newly created CContactViewLowRange object