Location:
cntview.h
Link against: cntview.lib
class CContactViewLowRange : public CContactViewRangeBase;
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
.
CBase
- Base class for all classes to be instantiated on the heap
CContactViewRangeBase
- The abstract base class for all contact view range classes
CContactViewLowRange
- A sub view range with an upper limit only
Defined in CContactViewLowRange
:
NewL()
, SetL()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CContactViewRangeBase
:
EGreaterThan
,
EGreaterThanOrEqualTo
,
ELessThan
,
ELessThanOrEqualTo
,
HighIndex()
,
IndicesValid()
,
LowIndex()
,
TCriteria
,
iCollateMethod
,
iHigh
,
iLow
,
iView
static IMPORT_C CContactViewLowRange *NewL(const CContactViewBase &aView, const TDesC &aMatch, TCriteria aCriteria);
Allocates and constructs a CContactViewLowRange object.
|
|
private: virtual void SetL();
Sets the iLow and iHigh members.