CContactViewHighRange Class Reference

#include <app/cntview.h>

Link against: cntview.lib

class CContactViewHighRange : public CContactViewRangeBase, public CContactViewRangeBase

Detailed Description

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

Member Function Documentation

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

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

Allocates and constructs a CContactViewHighRange object.

Parameters
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::EGreaterThan or CContactViewRangeBase::EGreaterThanOrEqualTo.
Return Value
Pointer to newly created CContactViewHighRange object