CPsQueryItem Class Reference
class CPsQueryItem : public CBase |
Utility class to hold a single query item for predictive search. This class that is used to represent one character of the search sequence.
pcsutils.lib
- Since
- S60 v3.2
Constructor & Destructor Documentation
Member Functions Documentation
Character()
IMPORT_C TChar | Character | ( | ) | const |
Returns a character of the search sequence
ConstructL()
void | ConstructL | ( | ) | [private] |
ExternalizeL(RWriteStream &)
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const [virtual] |
Writes 'this' to the stream
Parameters
RWriteStream & aStream | WriteStream with externalized contents |
InternalizeL(RReadStream &)
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) | [virtual] |
Initializes 'this' from stream
Parameters
RReadStream & aStream | ReadStream with data contents to be internalized |
Mode()
Returns the keyboard mode eg ITU-T, QWERTY etc
SetCharacter(const TChar)
IMPORT_C void | SetCharacter | ( | const TChar | aCharacter | ) | |
Sets a character of the search sequence
Parameters
const TChar aCharacter | Character of the search sequence |
SetMode(const TKeyboardModes)
Sets the keyboard mode eg ITU-T, QWERTY etc
Member Data Documentation
TChar
iCharacter
TChar
| iCharacter | [private] |
Character of the serach sequence
TKeyboardModes
iMode
Keyboard mode e.g. ITU-T, QWERTY
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.