Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: cntview.h
Link against: cntview.lib

Class CContactViewHighRange

class CContactViewHighRange : public CContactViewRangeBase;

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.

Derivation

Members

Defined in CContactViewHighRange:
NewL(), SetL()

Inherited from CBase:
Delete(), Extension_(), operator new()

Inherited from CContactViewRangeBase:
EGreaterThan, EGreaterThanOrEqualTo, ELessThan, ELessThanOrEqualTo, HighIndex(), IndicesValid(), LowIndex(), TCriteria, iCollateMethod, iHigh, iLow, iView

See also:


Construction and destruction


NewL()

static IMPORT_C CContactViewHighRange *NewL(const CContactViewBase &aView, const TDesC &aMatch, TCriteria aCriteria);

Description

Allocates and constructs a CContactViewHighRange object.

Parameters

const CContactViewBase &aView

The sub view's underlying view.

const TDesC &aMatch

The string to match items against. Only the first character in the string is used.

TCriteria aCriteria

The query search condition; either CContactViewRangeBase::EGreaterThan or CContactViewRangeBase::EGreaterThanOrEqualTo.

Return value

CContactViewHighRange *

Pointer to newly created CContactViewHighRange object

[Top]


Member functions


SetL()

private: virtual void SetL();

Description

Sets the iLow and iHigh members.