|
| QFileProto (QObject *parent) |
|
Q_INVOKABLE bool | atEnd () const |
|
bool | blockSignals (bool block) |
|
Q_INVOKABLE qint64 | bytesAvailable () const |
|
Q_INVOKABLE qint64 | bytesToWrite () const |
|
Q_INVOKABLE bool | canReadLine () const |
|
const QObjectList & | children () const |
|
Q_INVOKABLE void | close () |
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
Q_INVOKABLE bool | copy (const QString &newName) |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const |
|
bool | disconnect (const QObject *receiver, const char *method) const |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
Q_INVOKABLE QFile::FileError | error () const |
|
Q_INVOKABLE QString | errorString () const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
Q_INVOKABLE bool | exists () const |
|
Q_INVOKABLE QString | fileName () const |
|
T | findChild (const QString &name, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
|
Q_INVOKABLE bool | flush () |
|
Q_INVOKABLE bool | getChar (char *c) |
|
Q_INVOKABLE int | handle () const |
|
bool | inherits (const char *className) const |
|
void | installEventFilter (QObject *filterObj) |
|
Q_INVOKABLE bool | isOpen () const |
|
Q_INVOKABLE bool | isReadable () const |
|
Q_INVOKABLE bool | isSequential () const |
|
Q_INVOKABLE bool | isTextModeEnabled () const |
|
bool | isWidgetType () const |
|
bool | isWindowType () const |
|
Q_INVOKABLE bool | isWritable () const |
|
void | killTimer (int id) |
|
Q_INVOKABLE bool | link (const QString &linkName) |
|
Q_INVOKABLE uchar * | map (qint64 offset, qint64 size, QFile::MemoryMapFlags flags=QFile::NoOptions) |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
QString | objectName () const |
|
void | objectNameChanged (const QString &objectName) |
|
Q_INVOKABLE bool | open (FILE *fh, int mode) |
|
Q_INVOKABLE bool | open (int fd, int mode) |
|
Q_INVOKABLE bool | open (int mode) |
|
Q_INVOKABLE QIODevice::OpenMode | openMode () const |
|
QObject * | parent () const |
|
Q_INVOKABLE qint64 | peek (char *data, qint64 maxSize) |
|
Q_INVOKABLE QByteArray | peek (qint64 maxSize) |
|
Q_INVOKABLE QFile::Permissions | permissions () const |
|
Q_INVOKABLE qint64 | pos () const |
|
QVariant | property (const char *name) const |
|
Q_INVOKABLE bool | putChar (char c) |
|
Q_INVOKABLE qint64 | read (char *data, qint64 maxSize) |
|
Q_INVOKABLE QByteArray | read (qint64 maxSize) |
|
Q_INVOKABLE QByteArray | readAll () |
|
Q_INVOKABLE qint64 | readLine (char *data, qint64 maxSize) |
|
Q_INVOKABLE QByteArray | readLine (qint64 maxSize=0) |
|
Q_INVOKABLE bool | remove () |
|
void | removeEventFilter (QObject *obj) |
|
Q_INVOKABLE bool | rename (const QString &newName) |
|
Q_INVOKABLE bool | reset () |
|
Q_INVOKABLE bool | resize (qint64 sz) |
|
Q_INVOKABLE bool | seek (qint64 pos) |
|
Q_INVOKABLE void | setFileName (const QString &name) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
Q_INVOKABLE bool | setPermissions (QFile::Permissions permissions) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
Q_INVOKABLE void | setTextModeEnabled (bool enabled) |
|
bool | signalsBlocked () const |
|
Q_INVOKABLE qint64 | size () const |
|
int | startTimer (int interval, Qt::TimerType timerType) |
|
Q_INVOKABLE QString | symLinkTarget () const |
|
QThread * | thread () const |
|
Q_INVOKABLE void | ungetChar (char c) |
|
Q_INVOKABLE bool | unmap (uchar *address) |
|
Q_INVOKABLE void | unsetError () |
|
Q_INVOKABLE bool | waitForBytesWritten (int msecs) |
|
Q_INVOKABLE bool | waitForReadyRead (int msecs) |
|
Q_INVOKABLE qint64 | write (const QByteArray &byteArray) |
|
Q_INVOKABLE qint64 | write (const char *data) |
|
Q_INVOKABLE qint64 | write (const char *data, qint64 maxSize) |
|
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
|
bool | disconnect (const QMetaObject::Connection &connection) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
|