class CSearchTextSnippet : public CBase |
class for snippet
Represnts text snippet with info of whether snippet is incomplete
searchutilities.lib
Public Member Functions | |
---|---|
~CSearchTextSnippet () | |
IMPORT_C CSearchTextSnippet * | NewL () |
IMPORT_C CSearchTextSnippet * | NewL ( TBool , TBool ) |
IMPORT_C HBufC8 * | PackL () |
IMPORT_C void | SetSnippetEndIncomplete ( TBool ) |
IMPORT_C void | SetSnippetL (const TDesC8 &) |
IMPORT_C void | SetSnippetStartIncomplete ( TBool ) |
IMPORT_C const TDesC8 & | Snippet () |
IMPORT_C TBool | SnippetEndIncomplete () |
IMPORT_C TBool | SnippetStartIncomplete () |
Private Member Functions | |
---|---|
CSearchTextSnippet () | |
void | ConstructL ( TBool , TBool ) |
Private Attributes | |
---|---|
HBufC8 * | iSnippet |
TBool | iSnippetEndIncomplete |
TBool | iSnippetStartIncomplete |
void | ConstructL | ( | TBool | startIncomplete, |
TBool | endIncomplete | |||
) | [private] |
Constructor of the class.
IMPORT_C CSearchTextSnippet * | NewL | ( | TBool | startIncomplete, |
TBool | endIncomplete | |||
) | [static] |
Symbian OS 2 phased constructor.
IMPORT_C void | SetSnippetEndIncomplete | ( | TBool | aSnippetEndIncomplete | ) |
Setter for iSnippetEndIncomplete.
TBool aSnippetEndIncomplete |
IMPORT_C void | SetSnippetL | ( | const TDesC8 & | aSnippet | ) |
Sets the snippet.
const TDesC8 & aSnippet | The snippet. |
IMPORT_C void | SetSnippetStartIncomplete | ( | TBool | aSnippetStartIncomplete | ) |
Setter for iSnippetStartIncomplete.
TBool aSnippetStartIncomplete |
IMPORT_C TBool | SnippetEndIncomplete | ( | ) | const |
Getter for iSnippetEndIncomplete.
IMPORT_C TBool | SnippetStartIncomplete | ( | ) | const |
Getter for iSnippetStartIncomplete.
return iSnippetStartIncomplete.
TBool | iSnippetEndIncomplete | [private] |
Indicates that the snippet end is incomplete.
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.