kmail
KMSearch Class Reference
List of all members.Detailed Description
Definition at line 52 of file kmfoldersearch.h.
Public Slots | |
| void | indexFinished () |
Signals | |
| void | found (Q_UINT32 serNum) |
| void | finished (bool success) |
Public Member Functions | |
| KMSearch (QObject *parent=0, const char *name=0) | |
| ~KMSearch () | |
| bool | write (QString location) const |
| bool | read (QString location) |
| bool | recursive () const |
| void | setRecursive (bool recursive) |
| KMFolder * | root () const |
| void | setRoot (KMFolder *folder) |
| bool | inScope (KMFolder *folder) const |
| void | setSearchPattern (KMSearchPattern *searchPattern) |
| KMSearchPattern * | searchPattern () const |
| void | start () |
| bool | running () const |
| void | stop () |
| int | foundCount () const |
| int | searchCount () const |
| QString | currentFolder () const |
Protected Slots | |
| void | slotProcessNextBatch () |
| void | slotSearchFolderResult (KMFolder *, QValueList< Q_UINT32 >, const KMSearchPattern *, bool) |
Protected Member Functions | |
| void | setRunning (bool b) |
| void | setFoundCount (int f) |
| void | setCurrentFolder (const QString &f) |
Friends | |
| class | ::KMIndexSearchTarget |
The documentation for this class was generated from the following files:

