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 |
( |
QObject * |
parent | ) |
|
void QIODeviceProto::aboutToClose |
( |
| ) |
|
|
signal |
bool QIODeviceProto::atEnd |
( |
| ) |
const |
qint64 QIODeviceProto::bytesAvailable |
( |
| ) |
const |
qint64 QIODeviceProto::bytesToWrite |
( |
| ) |
const |
void QIODeviceProto::bytesWritten |
( |
qint64 |
bytes | ) |
|
|
signal |
bool QIODeviceProto::canReadLine |
( |
| ) |
const |
void QIODeviceProto::close |
( |
| ) |
|
QString QIODeviceProto::errorString |
( |
| ) |
const |
bool QIODeviceProto::getChar |
( |
char * |
c | ) |
|
bool QIODeviceProto::isOpen |
( |
| ) |
const |
bool QIODeviceProto::isReadable |
( |
| ) |
const |
bool QIODeviceProto::isSequential |
( |
| ) |
const |
bool QIODeviceProto::isTextModeEnabled |
( |
| ) |
const |
bool QIODeviceProto::isWritable |
( |
| ) |
const |
bool QIODeviceProto::open |
( |
QIODevice::OpenMode |
mode | ) |
|
QIODevice::OpenMode QIODeviceProto::openMode |
( |
| ) |
const |
qint64 QIODeviceProto::peek |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
QByteArray QIODeviceProto::peek |
( |
qint64 |
maxSize | ) |
|
qint64 QIODeviceProto::pos |
( |
| ) |
const |
bool QIODeviceProto::putChar |
( |
char |
c | ) |
|
qint64 QIODeviceProto::read |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
QByteArray QIODeviceProto::read |
( |
qint64 |
maxSize | ) |
|
QByteArray QIODeviceProto::readAll |
( |
| ) |
|
void QIODeviceProto::readChannelFinished |
( |
| ) |
|
|
signal |
qint64 QIODeviceProto::readLine |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
QByteArray QIODeviceProto::readLine |
( |
qint64 |
maxSize = 0 | ) |
|
void QIODeviceProto::readyRead |
( |
| ) |
|
|
signal |
bool QIODeviceProto::reset |
( |
| ) |
|
bool QIODeviceProto::seek |
( |
qint64 |
pos | ) |
|
void QIODeviceProto::setTextModeEnabled |
( |
bool |
enabled | ) |
|
qint64 QIODeviceProto::size |
( |
| ) |
const |
void QIODeviceProto::ungetChar |
( |
char |
c | ) |
|
bool QIODeviceProto::waitForBytesWritten |
( |
int |
msecs | ) |
|
bool QIODeviceProto::waitForReadyRead |
( |
int |
msecs | ) |
|
qint64 QIODeviceProto::write |
( |
const QByteArray & |
byteArray | ) |
|
qint64 QIODeviceProto::write |
( |
const char * |
data | ) |
|
qint64 QIODeviceProto::write |
( |
const char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
The documentation for this class was generated from the following files: