kmail

KMServerTest Class Reference

#include <kmservertest.h>

Inheritance diagram for KMServerTest:

List of all members.


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

KMServerTest::KMServerTest ( const QString protocol,
const QString host,
int  port 
)

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

Definition at line 80 of file kmservertest.h.

Definition at line 81 of file kmservertest.h.

Definition at line 82 of file kmservertest.h.

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.

Definition at line 78 of file kmservertest.h.

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: