Location:
cntview.h
Link against: cntview.lib
class CContactViewHighRange : public CContactViewRangeBase;
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
.
CBase
- Base class for all classes to be instantiated on the heap
CContactViewRangeBase
- The abstract base class for all contact view range classes
CContactViewHighRange
- A sub view range with a lower limit only
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
static IMPORT_C CContactViewHighRange *NewL(const CContactViewBase &aView, const TDesC &aMatch, TCriteria aCriteria);
Allocates and constructs a CContactViewHighRange object.
|
|
private: virtual void SetL();
Sets the iLow and iHigh members.