- typedef DecoderFn
- typedef EncoderFn
- enum FileError
- enum MemoryMapFlags
- flags OpenMode
- enum OpenModeFlag
- enum Permission
- typedef PermissionSpec
- flags Permissions
- QFile ( const QString & )
- QFile ( QObject * )
- QFile ( const QString &, QObject * )
- ~QFile ()
- aboutToClose ()
- atEnd () const : bool
- blockSignals ( bool ) : bool
- bytesAvailable () const : qint64
- bytesToWrite () const : qint64
- bytesWritten ( qint64 )
- canReadLine () const : bool
- childEvent ( QChildEvent * )
- children () const : const QObjectList &
- close ()
- connect ( const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType ) : bool
- connect ( const QObject *, const char *, const char *, Qt::ConnectionType ) const : bool
- connectNotify ( const char * )
- copy ( const QString & ) : bool
- copy ( const QString &, const QString & ) : bool
- customEvent ( QEvent * )
- d_ptr : QScopedPointer<QObjectData>
- decodeName ( const QByteArray & ) : QString
- decodeName ( const char * ) : QString
- deleteLater ()
- destroyed ( QObject * )
- disconnect ( const QObject *, const char *, const QObject *, const char * ) : bool
- disconnect ( const char *, const QObject *, const char * ) : bool
- disconnect ( const QObject *, const char * ) : bool
- disconnectNotify ( const char * )
- dumpObjectInfo ()
- dumpObjectTree ()
- dynamicPropertyNames () const : QList<QByteArray>
- encodeName ( const QString & ) : QByteArray
- error () const : FileError
- errorString () const : QString
- event ( QEvent * ) : bool
- eventFilter ( QObject *, QEvent * ) : bool
- exists ( const QString & ) : bool
- exists () const : bool
- fileName () const : QString
- findChild ( const QString & ) const : T
- findChildren ( const QString & ) const : QList<T>
- findChildren ( const QRegExp & ) const : QList<T>
- flush () : bool
- getChar ( char * ) : bool
- handle () const : int
- inherits ( const char * ) const : bool
- installEventFilter ( QObject * )
- isOpen () const : bool
- isReadable () const : bool
- isSequential () const : bool
- isTextModeEnabled () const : bool
- isWidgetType () const : bool
- isWritable () const : bool
- killTimer ( int )
- link ( const QString & ) : bool
- link ( const QString &, const QString & ) : bool
- map ( qint64, qint64, MemoryMapFlags ) : uchar *
|
- metaObject () const : const QMetaObject *
- moveToThread ( QThread * )
- objectName () const : QString
- open ( OpenMode ) : bool
- open ( FILE *, OpenMode ) : bool
- open ( int, OpenMode ) : bool
- openMode () const : OpenMode
- parent () const : QObject *
- peek ( char *, qint64 ) : qint64
- peek ( qint64 ) : QByteArray
- permissions () const : Permissions
- permissions ( const QString & ) : Permissions
- pos () const : qint64
- property ( const char * ) const : QVariant
- putChar ( char ) : bool
- read ( char *, qint64 ) : qint64
- read ( qint64 ) : QByteArray
- readAll () : QByteArray
- readChannelFinished ()
- readData ( char *, qint64 ) : qint64
- readLine ( char *, qint64 ) : qint64
- readLine ( qint64 ) : QByteArray
- readLineData ( char *, qint64 ) : qint64
- readyRead ()
- receivers ( const char * ) const : int
- remove () : bool
- remove ( const QString & ) : bool
- removeEventFilter ( QObject * )
- rename ( const QString & ) : bool
- rename ( const QString &, const QString & ) : bool
- reset () : bool
- resize ( qint64 ) : bool
- resize ( const QString &, qint64 ) : bool
- seek ( qint64 ) : bool
- sender () const : QObject *
- setDecodingFunction ( DecoderFn )
- setEncodingFunction ( EncoderFn )
- setErrorString ( const QString & )
- setFileName ( const QString & )
- setObjectName ( const QString & )
- setOpenMode ( OpenMode )
- setParent ( QObject * )
- setPermissions ( Permissions ) : bool
- setPermissions ( const QString &, Permissions ) : bool
- setProperty ( const char *, const QVariant & ) : bool
- setTextModeEnabled ( bool )
- signalsBlocked () const : bool
- size () const : qint64
- startTimer ( int ) : int
- staticMetaObject : const QMetaObject
- staticQtMetaObject : const QMetaObject
- symLinkTarget ( const QString & ) : QString
- symLinkTarget () const : QString
- thread () const : QThread *
- timerEvent ( QTimerEvent * )
- tr ( const char *, const char *, int ) : QString
- trUtf8 ( const char *, const char *, int ) : QString
- ungetChar ( char )
- unmap ( uchar * ) : bool
- unsetError ()
- waitForBytesWritten ( int ) : bool
- waitForReadyRead ( int ) : bool
- write ( const char *, qint64 ) : qint64
- write ( const char * ) : qint64
- write ( const QByteArray & ) : qint64
- writeData ( const char *, qint64 ) : qint64
|