#include <searchjob.h>
Inherits KMail::FolderJob.
Search job.
Definition at line 53 of file searchjob.h.
◆ SearchJob()
KMail::SearchJob::SearchJob |
( |
KMFolderImap * |
folder, |
|
|
ImapAccountBase * |
account, |
|
|
const KMSearchPattern * |
pattern, |
|
|
TQ_UINT32 |
serNum = 0 |
|
) |
| |
Creates a new job.
- Parameters
-
folder | the folder that should be searched |
account | the ImapAccountBase of the folder |
pattern | the search pattern |
serNum | if you specify the serNum only this is checked |
Definition at line 53 of file searchjob.cpp.
◆ ~SearchJob()
KMail::SearchJob::~SearchJob |
( |
| ) |
|
|
virtual |
◆ canMapAllUIDs()
bool KMail::SearchJob::canMapAllUIDs |
( |
| ) |
|
|
protected |
◆ execute()
void KMail::SearchJob::execute |
( |
| ) |
|
|
virtual |
◆ needsDownload()
bool KMail::SearchJob::needsDownload |
( |
| ) |
|
|
protected |
◆ searchCompleteFolder()
void KMail::SearchJob::searchCompleteFolder |
( |
| ) |
|
|
protected |
◆ searchSingleMessage()
void KMail::SearchJob::searchSingleMessage |
( |
| ) |
|
|
protected |
◆ searchStringFromPattern()
TQString KMail::SearchJob::searchStringFromPattern |
( |
const KMSearchPattern * |
pattern | ) |
|
|
protected |
◆ slotAbortSearch
void KMail::SearchJob::slotAbortSearch |
( |
KPIM::ProgressItem * |
item | ) |
|
|
protectedslot |
◆ slotSearchData
void KMail::SearchJob::slotSearchData |
( |
TDEIO::Job * |
job, |
|
|
const TQString & |
data |
|
) |
| |
|
protectedslot |
◆ slotSearchDataSingleMessage
void KMail::SearchJob::slotSearchDataSingleMessage |
( |
TDEIO::Job * |
job, |
|
|
const TQString & |
data |
|
) |
| |
|
protectedslot |
◆ slotSearchFolder
void KMail::SearchJob::slotSearchFolder |
( |
| ) |
|
|
protectedslot |
◆ slotSearchMessageArrived
void KMail::SearchJob::slotSearchMessageArrived |
( |
KMMessage * |
msg | ) |
|
|
protectedslot |
◆ slotSearchResult
void KMail::SearchJob::slotSearchResult |
( |
TDEIO::Job * |
job | ) |
|
|
protectedslot |
◆ mAccount
ImapAccountBase* KMail::SearchJob::mAccount |
|
protected |
◆ mFolder
KMFolderImap* KMail::SearchJob::mFolder |
|
protected |
◆ mImapSearchHits
TQStringList KMail::SearchJob::mImapSearchHits |
|
protected |
◆ mLocalSearchPattern
◆ mProgress
KPIM::ProgressItem* KMail::SearchJob::mProgress |
|
protected |
◆ mRemainingMsgs
uint KMail::SearchJob::mRemainingMsgs |
|
protected |
◆ mSearchPattern
◆ mSearchSerNums
TQValueList<TQ_UINT32> KMail::SearchJob::mSearchSerNums |
|
protected |
◆ mSerNum
TQ_UINT32 KMail::SearchJob::mSerNum |
|
protected |
◆ mUngetCurrentMsg
bool KMail::SearchJob::mUngetCurrentMsg |
|
protected |
The documentation for this class was generated from the following files: