CSearchResult Class Reference
class CSearchResult : public CBase |
Class representing a search result with title, snippet
This class represents heavy result that will be displayed with icon, snippet and title
searchutilities.lib
Constructor & Destructor Documentation
CSearchResult(CSearchLightResult *)
~CSearchResult()
~CSearchResult | ( | ) | [virtual] |
Member Functions Documentation
ConstructL(const CSearchResult &)
ConstructL(RReadStream &)
ExternalizeL(RWriteStream &)
Externalizes the class to the stream
NewL(CSearchLightResult *)
NewL(const CSearchResult &)
SetSnippetFormatL(const TDesC8 &)
IMPORT_C void | SetSnippetFormatL | ( | const TDesC8 & | aSnippetFormat | ) | |
Sets the snippet format of this result.
Parameters
const TDesC8 & aSnippetFormat | Snippet format of the result. |
SetSnippetL(const TDesC8 &)
IMPORT_C void | SetSnippetL | ( | const TDesC8 & | aSnippet | ) | |
Sets the snippet of this result.
Parameters
const TDesC8 & aSnippet | Snippet of the result. |
SetTitleL(const TDesC &)
IMPORT_C void | SetTitleL | ( | const TDesC & | aTitle | ) | |
Sets the human readable title of this result.
Parameters
const TDesC & aTitle | The title. |
Snippet()
IMPORT_C const TDesC8 & | Snippet | ( | ) | const |
Gets the snippet of this result.
SnippetFormat()
IMPORT_C const TDesC8 & | SnippetFormat | ( | ) | const |
Gets the snippet format of this result.
Title()
IMPORT_C const TDesC & | Title | ( | ) | const |
Gets the human readable title of this result.
Member Data Documentation
CSearchLightResult * iLightResult
Pointer to light result Own
HBufC8 * iSnippetFormat
HBufC8 * | iSnippetFormat | [private] |
Pointer to Snippet format Own
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.