Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <cntview.h>
Link against: cntview.lib

Class CContactViewLowRange

class CContactViewLowRange : public CContactViewRangeBase;

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.

Derivation

Members

Defined in CContactViewLowRange:

Inherited from CBase:

Inherited from CContactViewRangeBase:

See also:


Construction and destruction


NewL()

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

Description

Allocates and constructs a CContactViewLowRange 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::ELessThanOrEqualTo or CContactViewRangeBase::ELessThan.

Return value

CContactViewLowRange *

Pointer to a newly created CContactViewLowRange object

[Top]


Member functions


SetL()

private: virtual void SetL();

Description

Sets the iLow and iHigh members.