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)

voidSetKey(TSearchKeyaKey)[pure virtual]

Sets the key value

Parameters

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

SetLabelL(const TDesC16 &)

voidSetLabelL(const TDesC16 &aLabel)[pure virtual]

Sets the label

Parameters

const TDesC16 & aLabellabel to be set

SetType(TKeyType)

voidSetType(TKeyTypeaType)[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()