Changeset 846 for trunk/tools/assistant/lib/qhelpsearchengine.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/assistant/lib/qhelpsearchengine.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 264 264 265 265 After starting the indexing process the signal indexingStarted() is emitted and 266 on the end of the indexing process the indexingFinished() is emit ed. To stop266 on the end of the indexing process the indexingFinished() is emitted. To stop 267 267 the indexing one can call cancelIndexing(). 268 268 … … 270 270 thru its index for a given term. To do this one may use the possibility of creating the 271 271 QHelpSearchQuery list by self or reuse the QHelpSearchQueryWidget which has the inbuild 272 functionality to set up a proper search quer ys list that get's passed to the search engines272 functionality to set up a proper search queries list that get's passed to the search engines 273 273 search() function. 274 274 275 275 After the list of querys has been passed to the search engine, the signal searchingStarted() 276 is emit ed and after the search has finished the searchingFinished() signal is emited. The276 is emitted and after the search has finished the searchingFinished() signal is emitted. The 277 277 search process can be stopped by calling cancelSearching(). 278 278 … … 319 319 The QHelpEngine's setupFinished() signal is automatically connected to the 320 320 QHelpSearchEngine's indexing function, so that new documentation will be indexed 321 after the signal is emit ed.321 after the signal is emitted. 322 322 */ 323 323 QHelpSearchEngine::QHelpSearchEngine(QHelpEngineCore *helpEngine, QObject *parent) … … 435 435 436 436 /*! 437 Starts the search process using the given list of quer ys \a queryList437 Starts the search process using the given list of queries \a queryList 438 438 build by the search field name and the values to search for. 439 439 */
Note:
See TracChangeset
for help on using the changeset viewer.