ConnectionServer Class Reference
from PyKDE4.kio import *
Inherits: QObject
Namespace: KIO
Detailed Description
This class provides a way to obtaining KIO.Connection connections.
Signal Documentation
- Signal syntax:
QObject.connect(source, SIGNAL("newConnection()"), target_slot)
Method Documentation
__init__ |
( |
self, |
|
|
|
QObject |
parent=0 |
|
) |
|
|
|
Returns the address for this connection if it is listening, an empty
string if not.
bool isListening |
( |
|
self ) |
|
Sets this connection to listen mode. Use address() to obtain the
address this is listening on.