kmail
KMServerTest Class Reference
#include <kmservertest.h>
Signals | |
void | capabilities (const QStringList &capaNormal, const QStringList &capaSSL, const QString &authNone, const QString &authSSL, const QString &authTLS) |
void | capabilities (const QStringList &capaNormal, const QStringList &capaSSL) |
Public Member Functions | |
KMServerTest (const QString &protocol, const QString &host, int port) | |
virtual | ~KMServerTest () |
Protected Slots | |
void | slotData (KIO::Job *job, const QString &data) |
void | slotMetaData (const KIO::MetaData &) |
void | slotResult (KIO::Job *job) |
void | slotSlaveResult (KIO::Slave *aSlave, int error, const QString &errorText=QString::null) |
Protected Member Functions | |
KIO::MetaData | slaveConfig () const |
void | startOffSlave (int port=0) |
Protected Attributes | |
QString | mAuthNone |
QString | mAuthSSL |
QString | mAuthTLS |
int | mConnectionErrorCount |
const QString | mHost |
KIO::SimpleJob * | mJob |
QStringList | mListNormal |
QStringList | mListSSL |
const QString | mProtocol |
KIO::Slave * | mSlave |
bool | mSSL |
Detailed Description
Definition at line 47 of file kmservertest.h.
Constructor & Destructor Documentation
Definition at line 48 of file kmservertest.cpp.
KMServerTest::~KMServerTest | ( | ) | [virtual] |
Definition at line 64 of file kmservertest.cpp.
Member Function Documentation
void KMServerTest::capabilities | ( | const QStringList & | capaNormal, | |
const QStringList & | capaSSL, | |||
const QString & | authNone, | |||
const QString & | authSSL, | |||
const QString & | authTLS | |||
) | [signal] |
void KMServerTest::capabilities | ( | const QStringList & | capaNormal, | |
const QStringList & | capaSSL | |||
) | [signal] |
KIO::MetaData KMServerTest::slaveConfig | ( | ) | const [protected] |
Definition at line 70 of file kmservertest.cpp.
void KMServerTest::slotData | ( | KIO::Job * | job, | |
const QString & | data | |||
) | [protected, slot] |
Definition at line 105 of file kmservertest.cpp.
void KMServerTest::slotMetaData | ( | const KIO::MetaData & | md | ) | [protected, slot] |
Definition at line 114 of file kmservertest.cpp.
void KMServerTest::slotResult | ( | KIO::Job * | job | ) | [protected, slot] |
Definition at line 133 of file kmservertest.cpp.
void KMServerTest::slotSlaveResult | ( | KIO::Slave * | aSlave, | |
int | error, | |||
const QString & | errorText = QString::null | |||
) | [protected, slot] |
Definition at line 139 of file kmservertest.cpp.
void KMServerTest::startOffSlave | ( | int | port = 0 |
) | [protected] |
Definition at line 76 of file kmservertest.cpp.
Member Data Documentation
QString KMServerTest::mAuthNone [protected] |
Definition at line 80 of file kmservertest.h.
QString KMServerTest::mAuthSSL [protected] |
Definition at line 81 of file kmservertest.h.
QString KMServerTest::mAuthTLS [protected] |
Definition at line 82 of file kmservertest.h.
int KMServerTest::mConnectionErrorCount [protected] |
Definition at line 85 of file kmservertest.h.
const QString KMServerTest::mHost [protected] |
Definition at line 76 of file kmservertest.h.
KIO::SimpleJob* KMServerTest::mJob [protected] |
Definition at line 83 of file kmservertest.h.
QStringList KMServerTest::mListNormal [protected] |
Definition at line 78 of file kmservertest.h.
QStringList KMServerTest::mListSSL [protected] |
Definition at line 79 of file kmservertest.h.
const QString KMServerTest::mProtocol [protected] |
Definition at line 75 of file kmservertest.h.
KIO::Slave* KMServerTest::mSlave [protected] |
Definition at line 84 of file kmservertest.h.
bool KMServerTest::mSSL [protected] |
Definition at line 77 of file kmservertest.h.
The documentation for this class was generated from the following files: