KIO
#include <connection_p.h>
List of all members.
Detailed Description
Definition at line 34 of file connection_p.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
AbstractConnectionBackend::AbstractConnectionBackend |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
AbstractConnectionBackend::~AbstractConnectionBackend |
( |
| ) |
|
Member Function Documentation
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 |
Member Data Documentation
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-2013 The KDE developers.
Generated on Tue Jul 23 2013 22:01:05 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.