class MSearchPluginObserver |
Observer class for the search plug-ins.
Public Member Functions | |
---|---|
void | ResultFoundL (CSearchLightResult *, TInt , TInt ) |
void | ResultsRetrieveCompleteL ( RPointerArray < CSearchResult > &) |
void | SearchCompletedL ( TInt , TInt ) |
void | SearchPluginCompletedL ( TUid ) |
TAny * | SearchPluginObserverExtensionL ( TUid ) |
void | ResultFoundL | ( | CSearchLightResult * | aResult, |
TInt | aCurrentDocument, | |||
TInt | aTotalDocuments | |||
) | [pure virtual] |
Called when a is result is found.
void | ResultsRetrieveCompleteL | ( | RPointerArray < CSearchResult > & | aResultArray | ) | [pure virtual] |
Called when operation is complete.
RPointerArray < CSearchResult > & aResultArray | The results returned by the operation. Ownership of the items is transferred to the caller. |
void | SearchCompletedL | ( | TInt | aSearchResult, |
TInt | aTotalNumberOfResults | |||
) | [pure virtual] |
Called when the plug-in has completed the search process.
void | SearchPluginCompletedL | ( | TUid | aUid | ) | [pure virtual] |
TUid aUid |
TAny * | SearchPluginObserverExtensionL | ( | TUid | ) | [inline, virtual] |
Returns the extension for this interface. If no extension is available, return NULL.
TUid |
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.