MSearchKeyInfo Class Reference
class MSearchKeyInfo : public MXIMPBase |
file supportedsearchkey.h Interface class for seach key info
Constructor & Destructor Documentation
~MSearchKeyInfo()
~MSearchKeyInfo | ( | ) | [inline, virtual] |
Public destructor. Objects can be deleted through this interface.
Member Functions Documentation
Label()
const TDesC16 & | Label | ( | ) | const [pure virtual] |
returns the search label.
SetKey(TSearchKey)
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] |
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()
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()
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.