MSearchKeyInfo Class Reference

class MSearchKeyInfo : public MXIMPBase

file supportedsearchkey.h Interface class for seach key info

Inherits from

Constructor & Destructor Documentation

~MSearchKeyInfo()

~MSearchKeyInfo ( ) [inline, virtual]

Public destructor. Objects can be deleted through this interface.

Member Functions Documentation

Key()

TSearchKey Key ( ) const [pure virtual]

returns key value

Label()

const TDesC16 & Label ( ) const [pure virtual]

returns the search label.

SetKey(TSearchKey)

void SetKey ( TSearchKey aKey ) [pure virtual]

Sets the key value

Parameters

TSearchKey aKey : akey to be set any value from the set of TSearchKey enums

SetLabelL(const TDesC16 &)

void SetLabelL ( const TDesC16 & aLabel ) [pure virtual]

Sets the label

Parameters

const TDesC16 & aLabel label to be set

SetType(TKeyType)

void SetType ( TKeyType aType ) [pure virtual]

Sets the key type, whether label or key

Parameters

TKeyType aType : aType to be set any value from the set of TKeyType enums

Type()

TKeyType Type ( ) const [pure virtual]

returns key type cleint has to access Key() and Label() methods based on this return value. if return value if Ekey , then Key() else f return value if ELabel ,then Label()