CSearchTextSnippet Class Reference
class CSearchTextSnippet : public CBase |
class for snippet
Represnts text snippet with info of whether snippet is incomplete
searchutilities.lib
Constructor & Destructor Documentation
CSearchTextSnippet()
CSearchTextSnippet | ( | ) | [private] |
~CSearchTextSnippet()
~CSearchTextSnippet | ( | ) | [virtual] |
Member Functions Documentation
ConstructL(TBool, TBool)
void | ConstructL | ( | TBool | startIncomplete, |
| TBool | endIncomplete |
| ) | [private] |
Constructor of the class.
NewL()
Symbian OS 2 phased constructor.
NewL(TBool, TBool)
Symbian OS 2 phased constructor.
PackL()
For Future Implementation
SetSnippetEndIncomplete(TBool)
IMPORT_C void | SetSnippetEndIncomplete | ( | TBool | aSnippetEndIncomplete | ) | |
Setter for iSnippetEndIncomplete.
Parameters
TBool aSnippetEndIncomplete | |
SetSnippetL(const TDesC8 &)
IMPORT_C void | SetSnippetL | ( | const TDesC8 & | aSnippet | ) | |
Parameters
const TDesC8 & aSnippet | The snippet. |
SetSnippetStartIncomplete(TBool)
IMPORT_C void | SetSnippetStartIncomplete | ( | TBool | aSnippetStartIncomplete | ) | |
Setter for iSnippetStartIncomplete.
Parameters
TBool aSnippetStartIncomplete | |
Snippet()
IMPORT_C const TDesC8 & | Snippet | ( | ) | const |
SnippetEndIncomplete()
IMPORT_C TBool | SnippetEndIncomplete | ( | ) | const |
Getter for iSnippetEndIncomplete.
SnippetStartIncomplete()
IMPORT_C TBool | SnippetStartIncomplete | ( | ) | const |
Getter for iSnippetStartIncomplete.
return iSnippetStartIncomplete.
Member Data Documentation
TBool
iSnippetEndIncomplete
TBool
| iSnippetEndIncomplete | [private] |
Indicates that the snippet end is incomplete.
TBool
iSnippetStartIncomplete
TBool
| iSnippetStartIncomplete | [private] |
Indicates that the snippet start is incomplete.
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.