#include <connection_p.h>
Definition at line 34 of file connection_p.h.
◆ anonymous enum
| Enumerator |
|---|
| Idle | |
| Listening | |
| Connected | |
Definition at line 40 of file connection_p.h.
◆ AbstractConnectionBackend()
| AbstractConnectionBackend::AbstractConnectionBackend |
( |
QObject * | parent = 0 | ) |
|
|
explicit |
◆ ~AbstractConnectionBackend()
| AbstractConnectionBackend::~AbstractConnectionBackend |
( |
| ) |
|
◆ commandReceived
| void KIO::AbstractConnectionBackend::commandReceived |
( |
const Task & | task | ) |
|
|
signal |
◆ connectToRemote()
| virtual bool KIO::AbstractConnectionBackend::connectToRemote |
( |
const KUrl & | url | ) |
|
|
pure virtual |
◆ disconnected
| void KIO::AbstractConnectionBackend::disconnected |
( |
| ) |
|
|
signal |
◆ listenForRemote()
| virtual bool KIO::AbstractConnectionBackend::listenForRemote |
( |
| ) |
|
|
pure virtual |
◆ newConnection
| void KIO::AbstractConnectionBackend::newConnection |
( |
| ) |
|
|
signal |
◆ nextPendingConnection()
◆ sendCommand()
| virtual bool KIO::AbstractConnectionBackend::sendCommand |
( |
const Task & | task | ) |
|
|
pure virtual |
◆ setSuspended()
| virtual void KIO::AbstractConnectionBackend::setSuspended |
( |
bool | enable | ) |
|
|
pure virtual |
◆ waitForIncomingTask()
| virtual bool KIO::AbstractConnectionBackend::waitForIncomingTask |
( |
int | ms | ) |
|
|
pure virtual |
◆ address
| QString KIO::AbstractConnectionBackend::address |
◆ errorString
| 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-2026 The KDE developers.
Generated on
by
doxygen 1.16.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.