Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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:

Inherited from CBase:

Inherited from CContactViewRangeBase:

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.