KPtyDevice Class Reference
from PyKDE4.kdecore import *
Inherits: QIODevice → QObject,KPty
Detailed Description
Signal Documentation
- Signal syntax:
- QObject.connect(source, SIGNAL("readEof()"), target_slot)
 
- Signal syntax:
- QObject.connect(source, SIGNAL("readyRead()"), target_slot)
 
Method Documentation
| __init__ | ( | self, |  | 
|  |  | QObject | a0=0 | 
|  | ) |  |  |  | 
 
 
| long bytesAvailable | ( |  | self ) |  | 
 
 
| long bytesToWrite | ( |  | self ) |  | 
 
 
| bool canReadLine | ( |  | self ) |  | 
 
 
| bool isSequential | ( |  | self ) |  | 
 
 
| bool open | ( | self, |  | 
|  |  | QIODevice::OpenMode | a0 | 
|  | ) |  |  |  | 
 
 
| bool waitForBytesWritten | ( | self, |  | 
|  |  | int | a0=-1 | 
|  | ) |  |  |  | 
 
 
| bool waitForReadyRead | ( | self, |  | 
|  |  | int | a0=-1 | 
|  | ) |  |  |  |