#include <DynamicSearcher.h> [code]
Inherits QObject.
Inheritance diagram for Gnutella::PacketProcessing::DynamicSearching::DynamicSearcher:


Definition at line 34 of file DynamicSearcher.h.
Public Member Functions | |
| DynamicSearcher (PacketProcessor *) | |
| ~DynamicSearcher () | |
| void | addSession (PacketSession *) |
| void | removeSession (PacketSession *) |
| void | startSearch (const Query &) |
| void | countHits (const QueryHits &) |
| void | countHits (const QueryStatusResponse &) |
| void | stopSearch (const Query &) |
Private Slots | |
| void | searchStopped (const Query &) |
| void | statusRequest (const QueryStatusRequest &) |
Private Member Functions | |
| DynamicSearcher (const DynamicSearcher &) | |
| DynamicSearcher & | operator= (const DynamicSearcher &) |
Private Attributes | |
| DynamicSearcherPrivate * | p |
|
|
|
|
|
Definition at line 51 of file DynamicSearcher.cpp. |
|
|
Definition at line 57 of file DynamicSearcher.cpp. |
|
|
Definition at line 62 of file DynamicSearcher.cpp. |
|
|
Definition at line 104 of file DynamicSearcher.cpp. |
|
|
Definition at line 97 of file DynamicSearcher.cpp. |
|
|
|
|
|
Definition at line 73 of file DynamicSearcher.cpp. |
|
|
Definition at line 118 of file DynamicSearcher.cpp. |
|
|
Definition at line 83 of file DynamicSearcher.cpp. |
|
|
Definition at line 125 of file DynamicSearcher.cpp. |
|
|
Definition at line 111 of file DynamicSearcher.cpp. |
|
|
Definition at line 56 of file DynamicSearcher.h. |