|
|
|
|
Location:
cntview.h
Link against: cntview.lib
class CContactViewRange : public CContactViewRangeBase;
A sub view range with both a lower and upper limit.
This is used by sub views when lower and upper boundary criteria are specified.
CBase - Base class for all classes to be instantiated on the heapCContactViewRangeBase - The abstract base class for all contact view range classesCContactViewRange - A sub view range with both a lower and upper limitDefined in CContactViewRange:
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 CContactViewRange *NewL(const CContactViewBase &aView, const TDesC &aLowMatch, TCriteria aLowCriteria, const TDesC &aHighMatch, TCriteria aHighCriteria);
Allocates and constructs a new sub view range.
|
|
private: virtual void SetL();
Sets the iLow and iHigh members.