#include <Searcher.h> [code]
Inherits QObject.
Inheritance diagram for Gnutella::Searching::Searcher:


Definition at line 41 of file Searcher.h.
Public Slots | |
| void | processQueryHits (const QueryHits &queryHits) |
| void | processQueryStatusRequest (const QueryStatusRequest &request) |
Public Member Functions | |
| Searcher (LocalPeer *localPeer) | |
| ~Searcher () | |
| void | startSearch (SearchModel *searchModel, const QString &searchString) |
| void | stopSearch (SearchModel *searchModel) |
| void | stopSearch (const QUuid &descriptoId) |
Private Member Functions | |
| Searcher (const Searcher &) | |
| Searcher & | operator= (const Searcher &) |
Private Attributes | |
| SearcherPrivate * | p |
Classes | |
| class | SearcherPrivate |
|
|
|
|
|
Definition at line 54 of file Searcher.cpp. |
|
|
Definition at line 62 of file Searcher.cpp. |
|
|
|
|
|
Definition at line 93 of file Searcher.cpp. |
|
|
Definition at line 105 of file Searcher.cpp. |
|
||||||||||||
|
Definition at line 67 of file Searcher.cpp. |
|
|
Definition at line 83 of file Searcher.cpp. |
|
|
Definition at line 77 of file Searcher.cpp. |
|
|
Definition at line 62 of file Searcher.h. |