This class exposes the QIODevice class to Qt Scripting.
More...
#include <qiodeviceproto.h>
This class exposes the QIODevice class to Qt Scripting.
The QIODeviceProto class exposes as much of the API to the QIODevice class as possible.
◆ QIODeviceProto()
| QIODeviceProto::QIODeviceProto |
( |
QObject * |
parent | ) |
|
◆ aboutToClose
| void QIODeviceProto::aboutToClose |
( |
| ) |
|
|
signal |
◆ atEnd()
| bool QIODeviceProto::atEnd |
( |
| ) |
const |
◆ bytesAvailable()
| qint64 QIODeviceProto::bytesAvailable |
( |
| ) |
const |
◆ bytesToWrite()
| qint64 QIODeviceProto::bytesToWrite |
( |
| ) |
const |
◆ bytesWritten
| void QIODeviceProto::bytesWritten |
( |
qint64 |
bytes | ) |
|
|
signal |
◆ canReadLine()
| bool QIODeviceProto::canReadLine |
( |
| ) |
const |
◆ close()
| void QIODeviceProto::close |
( |
| ) |
|
◆ errorString()
| QString QIODeviceProto::errorString |
( |
| ) |
const |
◆ getChar()
| char QIODeviceProto::getChar |
( |
| ) |
|
◆ isOpen()
| bool QIODeviceProto::isOpen |
( |
| ) |
const |
◆ isReadable()
| bool QIODeviceProto::isReadable |
( |
| ) |
const |
◆ isSequential()
| bool QIODeviceProto::isSequential |
( |
| ) |
const |
◆ isTextModeEnabled()
| bool QIODeviceProto::isTextModeEnabled |
( |
| ) |
const |
◆ isWritable()
| bool QIODeviceProto::isWritable |
( |
| ) |
const |
◆ open()
| bool QIODeviceProto::open |
( |
QIODevice::OpenMode |
mode | ) |
|
◆ openMode()
| QIODevice::OpenMode QIODeviceProto::openMode |
( |
| ) |
const |
◆ peek() [1/2]
| qint64 QIODeviceProto::peek |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
◆ peek() [2/2]
| QByteArray QIODeviceProto::peek |
( |
qint64 |
maxSize | ) |
|
◆ pos()
| qint64 QIODeviceProto::pos |
( |
| ) |
const |
◆ putChar()
| bool QIODeviceProto::putChar |
( |
char |
c | ) |
|
◆ read() [1/2]
| qint64 QIODeviceProto::read |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
◆ read() [2/2]
| QByteArray QIODeviceProto::read |
( |
qint64 |
maxSize | ) |
|
◆ readAll()
| QByteArray QIODeviceProto::readAll |
( |
| ) |
|
◆ readChannelFinished
| void QIODeviceProto::readChannelFinished |
( |
| ) |
|
|
signal |
◆ readLine() [1/2]
| qint64 QIODeviceProto::readLine |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
◆ readLine() [2/2]
| QByteArray QIODeviceProto::readLine |
( |
qint64 |
maxSize = 0 | ) |
|
◆ readyRead
| void QIODeviceProto::readyRead |
( |
| ) |
|
|
signal |
◆ reset()
| bool QIODeviceProto::reset |
( |
| ) |
|
◆ seek()
| bool QIODeviceProto::seek |
( |
qint64 |
pos | ) |
|
◆ setTextModeEnabled()
| void QIODeviceProto::setTextModeEnabled |
( |
bool |
enabled | ) |
|
◆ size()
| qint64 QIODeviceProto::size |
( |
| ) |
const |
◆ ungetChar()
| void QIODeviceProto::ungetChar |
( |
char |
c | ) |
|
◆ waitForBytesWritten()
| bool QIODeviceProto::waitForBytesWritten |
( |
int |
msecs | ) |
|
◆ waitForReadyRead()
| bool QIODeviceProto::waitForReadyRead |
( |
int |
msecs | ) |
|
◆ write() [1/3]
| qint64 QIODeviceProto::write |
( |
char |
data | ) |
|
◆ write() [2/3]
| qint64 QIODeviceProto::write |
( |
char |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
◆ write() [3/3]
| qint64 QIODeviceProto::write |
( |
const QByteArray & |
byteArray | ) |
|
The documentation for this class was generated from the following files:
- qiodeviceproto.h
- qiodeviceproto.cpp