KIO
#include <connection_p.h>
Definition at line 34 of file connection_p.h.
Enumerator |
---|
Idle |
|
Listening |
|
Connected |
|
Definition at line 40 of file connection_p.h.
AbstractConnectionBackend::AbstractConnectionBackend |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
AbstractConnectionBackend::~AbstractConnectionBackend |
( |
| ) |
|
void KIO::AbstractConnectionBackend::commandReceived |
( |
const Task & |
task | ) |
|
|
signal |
virtual bool KIO::AbstractConnectionBackend::connectToRemote |
( |
const KUrl & |
url | ) |
|
|
pure virtual |
void KIO::AbstractConnectionBackend::disconnected |
( |
| ) |
|
|
signal |
virtual bool KIO::AbstractConnectionBackend::listenForRemote |
( |
| ) |
|
|
pure virtual |
void KIO::AbstractConnectionBackend::newConnection |
( |
| ) |
|
|
signal |
virtual bool KIO::AbstractConnectionBackend::sendCommand |
( |
const Task & |
task | ) |
|
|
pure virtual |
virtual void KIO::AbstractConnectionBackend::setSuspended |
( |
bool |
enable | ) |
|
|
pure virtual |
virtual bool KIO::AbstractConnectionBackend::waitForIncomingTask |
( |
int |
ms | ) |
|
|
pure virtual |
QString KIO::AbstractConnectionBackend::address |
QString KIO::AbstractConnectionBackend::errorString |
enum { ... } KIO::AbstractConnectionBackend::state |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.