Notation used in Ruby API documentation
Module: QtCore
Description: Binding of QFileDevice
Class hierarchy: QFileDevice » QIODevice » QObject
Sub-classes: FileError, QFlags_FileError, FileTime, QFlags_FileTime, Permission, QFlags_Permission
new QFileDevice ptr | new | Creates a new object of this class |
[const] | QFileDevice ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
[signal] | void | aboutToClose | Signal declaration for QFileDevice::aboutToClose() | |
[const] | bool | atEnd | Virtual method bool QFileDevice::atEnd() | |
[const] | long long | bytesAvailable | Virtual method qint64 QFileDevice::bytesAvailable() | |
[const] | long long | bytesToWrite | Virtual method qint64 QFileDevice::bytesToWrite() | |
[signal] | void | bytesWritten | (long long bytes) | Signal declaration for QFileDevice::bytesWritten(qint64 bytes) |
[const] | bool | canReadLine | Virtual method bool QFileDevice::canReadLine() | |
[signal] | void | channelBytesWritten | (int channel, long long bytes) | Signal declaration for QFileDevice::channelBytesWritten(int channel, qint64 bytes) |
[signal] | void | channelReadyRead | (int channel) | Signal declaration for QFileDevice::channelReadyRead(int channel) |
void | close | Virtual method void QFileDevice::close() | ||
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QFileDevice::destroyed(QObject *) |
void | emit_aboutToClose | Emitter for signal void QFileDevice::aboutToClose() | ||
void | emit_bytesWritten | (long long bytes) | Emitter for signal void QFileDevice::bytesWritten(qint64 bytes) | |
void | emit_channelBytesWritten | (int channel, long long bytes) | Emitter for signal void QFileDevice::channelBytesWritten(int channel, qint64 bytes) | |
void | emit_channelReadyRead | (int channel) | Emitter for signal void QFileDevice::channelReadyRead(int channel) | |
void | emit_destroyed | (QObject ptr arg1 = nullptr) | Emitter for signal void QFileDevice::destroyed(QObject *) | |
void | emit_objectNameChanged | (string objectName) | Emitter for signal void QFileDevice::objectNameChanged(const QString &objectName) | |
void | emit_readChannelFinished | Emitter for signal void QFileDevice::readChannelFinished() | ||
void | emit_readyRead | Emitter for signal void QFileDevice::readyRead() | ||
[const] | QFileDevice_FileError | error | Method QFileDevice::FileError QFileDevice::error() | |
bool | event | (QEvent ptr event) | Virtual method bool QFileDevice::event(QEvent *event) | |
bool | eventFilter | (QObject ptr watched, QEvent ptr event) | Virtual method bool QFileDevice::eventFilter(QObject *watched, QEvent *event) | |
[const] | string | fileName | Virtual method QString QFileDevice::fileName() | |
[const] | QDateTime | fileTime | (const QFileDevice_FileTime time) | Method QDateTime QFileDevice::fileTime(QFileDevice::FileTime time) |
bool | flush | Method bool QFileDevice::flush() | ||
[const] | int | handle | Method int QFileDevice::handle() | |
[const] | bool | isSequential | Virtual method bool QFileDevice::isSequential() | |
[const] | bool | isSequential? | Method bool QFileDevice::isSequential() | |
[signal] | void | objectNameChanged | (string objectName) | Signal declaration for QFileDevice::objectNameChanged(const QString &objectName) |
bool | open | (QIODevice_QFlags_OpenModeFlag mode) | Virtual method bool QFileDevice::open(QFlags<QIODevice::OpenModeFlag> mode) | |
[const] | QFileDevice_QFlags_Permission | permissions | Virtual method QFlags<QFileDevice::Permission> QFileDevice::permissions() | |
[const] | long long | pos | Virtual method qint64 QFileDevice::pos() | |
[signal] | void | readChannelFinished | Signal declaration for QFileDevice::readChannelFinished() | |
[signal] | void | readyRead | Signal declaration for QFileDevice::readyRead() | |
bool | reset | Virtual method bool QFileDevice::reset() | ||
bool | resize | (long long sz) | Virtual method bool QFileDevice::resize(qint64 sz) | |
bool | seek | (long long offset) | Virtual method bool QFileDevice::seek(qint64 offset) | |
bool | setFileTime | (const QDateTime newDate, const QFileDevice_FileTime fileTime) | Method bool QFileDevice::setFileTime(const QDateTime &newDate, QFileDevice::FileTime fileTime) | |
bool | setPermissions | (QFileDevice_QFlags_Permission permissionSpec) | Virtual method bool QFileDevice::setPermissions(QFlags<QFileDevice::Permission> permissionSpec) | |
[const] | long long | size | Virtual method qint64 QFileDevice::size() | |
void | unsetError | Method void QFileDevice::unsetError() | ||
bool | waitForBytesWritten | (int msecs) | Virtual method bool QFileDevice::waitForBytesWritten(int msecs) | |
bool | waitForReadyRead | (int msecs) | Virtual method bool QFileDevice::waitForReadyRead(int msecs) |
[static,const] | QFileDevice_FileError | AbortError | Enum constant QFileDevice::AbortError | |
[static,const] | QFileDevice_FileError | CopyError | Enum constant QFileDevice::CopyError | |
[static,const] | QFileDevice_Permission | ExeGroup | Enum constant QFileDevice::ExeGroup | |
[static,const] | QFileDevice_Permission | ExeOther | Enum constant QFileDevice::ExeOther | |
[static,const] | QFileDevice_Permission | ExeOwner | Enum constant QFileDevice::ExeOwner | |
[static,const] | QFileDevice_Permission | ExeUser | Enum constant QFileDevice::ExeUser | |
[static,const] | QFileDevice_FileError | FatalError | Enum constant QFileDevice::FatalError | |
[static,const] | QFileDevice_FileTime | FileAccessTime | Enum constant QFileDevice::FileAccessTime | |
[static,const] | QFileDevice_FileTime | FileBirthTime | Enum constant QFileDevice::FileBirthTime | |
[static,const] | QFileDevice_FileTime | FileMetadataChangeTime | Enum constant QFileDevice::FileMetadataChangeTime | |
[static,const] | QFileDevice_FileTime | FileModificationTime | Enum constant QFileDevice::FileModificationTime | |
[static,const] | QFileDevice_FileError | NoError | Enum constant QFileDevice::NoError | |
[static,const] | QFileDevice_FileError | OpenError | Enum constant QFileDevice::OpenError | |
[static,const] | QFileDevice_FileError | PermissionsError | Enum constant QFileDevice::PermissionsError | |
[static,const] | QFileDevice_FileError | PositionError | Enum constant QFileDevice::PositionError | |
[static,const] | QFileDevice_FileError | ReadError | Enum constant QFileDevice::ReadError | |
[static,const] | QFileDevice_Permission | ReadGroup | Enum constant QFileDevice::ReadGroup | |
[static,const] | QFileDevice_Permission | ReadOther | Enum constant QFileDevice::ReadOther | |
[static,const] | QFileDevice_Permission | ReadOwner | Enum constant QFileDevice::ReadOwner | |
[static,const] | QFileDevice_Permission | ReadUser | Enum constant QFileDevice::ReadUser | |
[static,const] | QFileDevice_FileError | RemoveError | Enum constant QFileDevice::RemoveError | |
[static,const] | QFileDevice_FileError | RenameError | Enum constant QFileDevice::RenameError | |
[static,const] | QFileDevice_FileError | ResizeError | Enum constant QFileDevice::ResizeError | |
[static,const] | QFileDevice_FileError | ResourceError | Enum constant QFileDevice::ResourceError | |
[static,const] | QFileDevice_FileError | TimeOutError | Enum constant QFileDevice::TimeOutError | |
[static,const] | QFileDevice_FileError | UnspecifiedError | Enum constant QFileDevice::UnspecifiedError | |
[static,const] | QFileDevice_FileError | WriteError | Enum constant QFileDevice::WriteError | |
[static,const] | QFileDevice_Permission | WriteGroup | Enum constant QFileDevice::WriteGroup | |
[static,const] | QFileDevice_Permission | WriteOther | Enum constant QFileDevice::WriteOther | |
[static,const] | QFileDevice_Permission | WriteOwner | Enum constant QFileDevice::WriteOwner | |
[static,const] | QFileDevice_Permission | WriteUser | Enum constant QFileDevice::WriteUser | |
QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
string | tr | (string s, string c = nullptr, int n = -1) | Static method QString QFileDevice::tr(const char *s, const char *c, int n) | |
string | trUtf8 | (string s, string c = nullptr, int n = -1) | Static method QString QFileDevice::trUtf8(const char *s, const char *c, int n) |
void | childEvent | (QChildEvent ptr event) | Virtual method void QFileDevice::childEvent(QChildEvent *event) | ||
void | customEvent | (QEvent ptr event) | Virtual method void QFileDevice::customEvent(QEvent *event) | ||
void | disconnectNotify | (const QMetaMethod signal) | Virtual method void QFileDevice::disconnectNotify(const QMetaMethod &signal) | ||
[const] | bool | isSignalConnected | (const QMetaMethod signal) | Method bool QFileDevice::isSignalConnected(const QMetaMethod &signal) | |
[const] | int | receivers | (string signal) | Method int QFileDevice::receivers(const char *signal) | |
[const] | QObject ptr | sender | Method QObject *QFileDevice::sender() | ||
[const] | int | senderSignalIndex | Method int QFileDevice::senderSignalIndex() | ||
void | setErrorString | (string errorString) | Method void QFileDevice::setErrorString(const QString &errorString) | ||
void | setOpenMode | (QIODevice_QFlags_OpenModeFlag openMode) | Method void QFileDevice::setOpenMode(QFlags<QIODevice::OpenModeFlag> openMode) | ||
void | timerEvent | (QTimerEvent ptr event) | Virtual method void QFileDevice::timerEvent(QTimerEvent *event) | ||
long long | writeData | (string data, long long len) | Virtual method qint64 QFileDevice::writeData(const char *data, qint64 len) |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
AbortError | Signature: [static,const] QFileDevice_FileError AbortError Description: Enum constant QFileDevice::AbortError Python specific notes: |
CopyError | Signature: [static,const] QFileDevice_FileError CopyError Description: Enum constant QFileDevice::CopyError Python specific notes: |
ExeGroup | Signature: [static,const] QFileDevice_Permission ExeGroup Description: Enum constant QFileDevice::ExeGroup Python specific notes: |
ExeOther | Signature: [static,const] QFileDevice_Permission ExeOther Description: Enum constant QFileDevice::ExeOther Python specific notes: |
ExeOwner | Signature: [static,const] QFileDevice_Permission ExeOwner Description: Enum constant QFileDevice::ExeOwner Python specific notes: |
ExeUser | Signature: [static,const] QFileDevice_Permission ExeUser Description: Enum constant QFileDevice::ExeUser Python specific notes: |
FatalError | Signature: [static,const] QFileDevice_FileError FatalError Description: Enum constant QFileDevice::FatalError Python specific notes: |
FileAccessTime | Signature: [static,const] QFileDevice_FileTime FileAccessTime Description: Enum constant QFileDevice::FileAccessTime Python specific notes: |
FileBirthTime | Signature: [static,const] QFileDevice_FileTime FileBirthTime Description: Enum constant QFileDevice::FileBirthTime Python specific notes: |
FileMetadataChangeTime | Signature: [static,const] QFileDevice_FileTime FileMetadataChangeTime Description: Enum constant QFileDevice::FileMetadataChangeTime Python specific notes: |
FileModificationTime | Signature: [static,const] QFileDevice_FileTime FileModificationTime Description: Enum constant QFileDevice::FileModificationTime Python specific notes: |
NoError | Signature: [static,const] QFileDevice_FileError NoError Description: Enum constant QFileDevice::NoError Python specific notes: |
OpenError | Signature: [static,const] QFileDevice_FileError OpenError Description: Enum constant QFileDevice::OpenError Python specific notes: |
PermissionsError | Signature: [static,const] QFileDevice_FileError PermissionsError Description: Enum constant QFileDevice::PermissionsError Python specific notes: |
PositionError | Signature: [static,const] QFileDevice_FileError PositionError Description: Enum constant QFileDevice::PositionError Python specific notes: |
ReadError | Signature: [static,const] QFileDevice_FileError ReadError Description: Enum constant QFileDevice::ReadError Python specific notes: |
ReadGroup | Signature: [static,const] QFileDevice_Permission ReadGroup Description: Enum constant QFileDevice::ReadGroup Python specific notes: |
ReadOther | Signature: [static,const] QFileDevice_Permission ReadOther Description: Enum constant QFileDevice::ReadOther Python specific notes: |
ReadOwner | Signature: [static,const] QFileDevice_Permission ReadOwner Description: Enum constant QFileDevice::ReadOwner Python specific notes: |
ReadUser | Signature: [static,const] QFileDevice_Permission ReadUser Description: Enum constant QFileDevice::ReadUser Python specific notes: |
RemoveError | Signature: [static,const] QFileDevice_FileError RemoveError Description: Enum constant QFileDevice::RemoveError Python specific notes: |
RenameError | Signature: [static,const] QFileDevice_FileError RenameError Description: Enum constant QFileDevice::RenameError Python specific notes: |
ResizeError | Signature: [static,const] QFileDevice_FileError ResizeError Description: Enum constant QFileDevice::ResizeError Python specific notes: |
ResourceError | Signature: [static,const] QFileDevice_FileError ResourceError Description: Enum constant QFileDevice::ResourceError Python specific notes: |
TimeOutError | Signature: [static,const] QFileDevice_FileError TimeOutError Description: Enum constant QFileDevice::TimeOutError Python specific notes: |
UnspecifiedError | Signature: [static,const] QFileDevice_FileError UnspecifiedError Description: Enum constant QFileDevice::UnspecifiedError Python specific notes: |
WriteError | Signature: [static,const] QFileDevice_FileError WriteError Description: Enum constant QFileDevice::WriteError Python specific notes: |
WriteGroup | Signature: [static,const] QFileDevice_Permission WriteGroup Description: Enum constant QFileDevice::WriteGroup Python specific notes: |
WriteOther | Signature: [static,const] QFileDevice_Permission WriteOther Description: Enum constant QFileDevice::WriteOther Python specific notes: |
WriteOwner | Signature: [static,const] QFileDevice_Permission WriteOwner Description: Enum constant QFileDevice::WriteOwner Python specific notes: |
WriteUser | Signature: [static,const] QFileDevice_Permission WriteUser Description: Enum constant QFileDevice::WriteUser Python specific notes: |
_const_cast | Signature: [const] QFileDevice ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
aboutToClose | Signature: [signal] void aboutToClose Description: Signal declaration for QFileDevice::aboutToClose() You can bind a procedure to this signal. Python specific notes: |
atEnd | Signature: [const] bool atEnd Description: Virtual method bool QFileDevice::atEnd() This method can be reimplemented in a derived class. |
bytesAvailable | Signature: [const] long long bytesAvailable Description: Virtual method qint64 QFileDevice::bytesAvailable() This method can be reimplemented in a derived class. |
bytesToWrite | Signature: [const] long long bytesToWrite Description: Virtual method qint64 QFileDevice::bytesToWrite() This method can be reimplemented in a derived class. |
bytesWritten | Signature: [signal] void bytesWritten (long long bytes) Description: Signal declaration for QFileDevice::bytesWritten(qint64 bytes) You can bind a procedure to this signal. Python specific notes: |
canReadLine | Signature: [const] bool canReadLine Description: Virtual method bool QFileDevice::canReadLine() This method can be reimplemented in a derived class. |
channelBytesWritten | Signature: [signal] void channelBytesWritten (int channel, long long bytes) Description: Signal declaration for QFileDevice::channelBytesWritten(int channel, qint64 bytes) You can bind a procedure to this signal. Python specific notes: |
channelReadyRead | Signature: [signal] void channelReadyRead (int channel) Description: Signal declaration for QFileDevice::channelReadyRead(int channel) You can bind a procedure to this signal. Python specific notes: |
childEvent | Signature: void childEvent (QChildEvent ptr event) Description: Virtual method void QFileDevice::childEvent(QChildEvent *event) This method can be reimplemented in a derived class. |
close | Signature: void close Description: Virtual method void QFileDevice::close() This method can be reimplemented in a derived class. |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
customEvent | Signature: void customEvent (QEvent ptr event) Description: Virtual method void QFileDevice::customEvent(QEvent *event) This method can be reimplemented in a derived class. |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QFileDevice::destroyed(QObject *) You can bind a procedure to this signal. Python specific notes: |
disconnectNotify | Signature: void disconnectNotify (const QMetaMethod signal) Description: Virtual method void QFileDevice::disconnectNotify(const QMetaMethod &signal) This method can be reimplemented in a derived class. |
emit_aboutToClose | Signature: void emit_aboutToClose Description: Emitter for signal void QFileDevice::aboutToClose() Call this method to emit this signal. |
emit_bytesWritten | Signature: void emit_bytesWritten (long long bytes) Description: Emitter for signal void QFileDevice::bytesWritten(qint64 bytes) Call this method to emit this signal. |
emit_channelBytesWritten | Signature: void emit_channelBytesWritten (int channel, long long bytes) Description: Emitter for signal void QFileDevice::channelBytesWritten(int channel, qint64 bytes) Call this method to emit this signal. |
emit_channelReadyRead | Signature: void emit_channelReadyRead (int channel) Description: Emitter for signal void QFileDevice::channelReadyRead(int channel) Call this method to emit this signal. |
emit_destroyed | Signature: void emit_destroyed (QObject ptr arg1 = nullptr) Description: Emitter for signal void QFileDevice::destroyed(QObject *) Call this method to emit this signal. |
emit_objectNameChanged | Signature: void emit_objectNameChanged (string objectName) Description: Emitter for signal void QFileDevice::objectNameChanged(const QString &objectName) Call this method to emit this signal. |
emit_readChannelFinished | Signature: void emit_readChannelFinished Description: Emitter for signal void QFileDevice::readChannelFinished() Call this method to emit this signal. |
emit_readyRead | Signature: void emit_readyRead Description: Emitter for signal void QFileDevice::readyRead() Call this method to emit this signal. |
error | Signature: [const] QFileDevice_FileError error Description: Method QFileDevice::FileError QFileDevice::error() |
event | Signature: bool event (QEvent ptr event) Description: Virtual method bool QFileDevice::event(QEvent *event) This method can be reimplemented in a derived class. |
eventFilter | Signature: bool eventFilter (QObject ptr watched, QEvent ptr event) Description: Virtual method bool QFileDevice::eventFilter(QObject *watched, QEvent *event) This method can be reimplemented in a derived class. |
fileName | Signature: [const] string fileName Description: Virtual method QString QFileDevice::fileName() This method can be reimplemented in a derived class. |
fileTime | Signature: [const] QDateTime fileTime (const QFileDevice_FileTime time) Description: Method QDateTime QFileDevice::fileTime(QFileDevice::FileTime time) |
flush | Signature: bool flush Description: Method bool QFileDevice::flush() |
handle | Signature: [const] int handle Description: Method int QFileDevice::handle() |
isSequential | Signature: [const] bool isSequential Description: Virtual method bool QFileDevice::isSequential() This method can be reimplemented in a derived class. |
isSequential? | Signature: [const] bool isSequential? Description: Method bool QFileDevice::isSequential() This is a reimplementation of QIODevice::isSequential |
isSignalConnected | Signature: [const] bool isSignalConnected (const QMetaMethod signal) Description: Method bool QFileDevice::isSignalConnected(const QMetaMethod &signal) This method is protected and can only be called from inside a derived class. |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
new | Signature: [static] new QFileDevice ptr new Description: Creates a new object of this class Python specific notes: |
objectNameChanged | Signature: [signal] void objectNameChanged (string objectName) Description: Signal declaration for QFileDevice::objectNameChanged(const QString &objectName) You can bind a procedure to this signal. Python specific notes: |
open | Signature: bool open (QIODevice_QFlags_OpenModeFlag mode) Description: Virtual method bool QFileDevice::open(QFlags<QIODevice::OpenModeFlag> mode) This method can be reimplemented in a derived class. |
permissions | Signature: [const] QFileDevice_QFlags_Permission permissions Description: Virtual method QFlags<QFileDevice::Permission> QFileDevice::permissions() This method can be reimplemented in a derived class. |
pos | Signature: [const] long long pos Description: Virtual method qint64 QFileDevice::pos() This method can be reimplemented in a derived class. |
readChannelFinished | Signature: [signal] void readChannelFinished Description: Signal declaration for QFileDevice::readChannelFinished() You can bind a procedure to this signal. Python specific notes: |
readyRead | Signature: [signal] void readyRead Description: Signal declaration for QFileDevice::readyRead() You can bind a procedure to this signal. Python specific notes: |
receivers | Signature: [const] int receivers (string signal) Description: Method int QFileDevice::receivers(const char *signal) This method is protected and can only be called from inside a derived class. |
reset | Signature: bool reset Description: Virtual method bool QFileDevice::reset() This method can be reimplemented in a derived class. |
resize | Signature: bool resize (long long sz) Description: Virtual method bool QFileDevice::resize(qint64 sz) This method can be reimplemented in a derived class. |
seek | Signature: bool seek (long long offset) Description: Virtual method bool QFileDevice::seek(qint64 offset) This method can be reimplemented in a derived class. |
sender | Signature: [const] QObject ptr sender Description: Method QObject *QFileDevice::sender() This method is protected and can only be called from inside a derived class. |
senderSignalIndex | Signature: [const] int senderSignalIndex Description: Method int QFileDevice::senderSignalIndex() This method is protected and can only be called from inside a derived class. |
setErrorString | Signature: void setErrorString (string errorString) Description: Method void QFileDevice::setErrorString(const QString &errorString) This method is protected and can only be called from inside a derived class. |
setFileTime | Signature: bool setFileTime (const QDateTime newDate, const QFileDevice_FileTime fileTime) Description: Method bool QFileDevice::setFileTime(const QDateTime &newDate, QFileDevice::FileTime fileTime) |
setOpenMode | Signature: void setOpenMode (QIODevice_QFlags_OpenModeFlag openMode) Description: Method void QFileDevice::setOpenMode(QFlags<QIODevice::OpenModeFlag> openMode) This method is protected and can only be called from inside a derived class. |
setPermissions | Signature: bool setPermissions (QFileDevice_QFlags_Permission permissionSpec) Description: Virtual method bool QFileDevice::setPermissions(QFlags<QFileDevice::Permission> permissionSpec) This method can be reimplemented in a derived class. |
size | Signature: [const] long long size Description: Virtual method qint64 QFileDevice::size() This method can be reimplemented in a derived class. Python specific notes: |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
timerEvent | Signature: void timerEvent (QTimerEvent ptr event) Description: Virtual method void QFileDevice::timerEvent(QTimerEvent *event) This method can be reimplemented in a derived class. |
tr | Signature: [static] string tr (string s, string c = nullptr, int n = -1) Description: Static method QString QFileDevice::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. |
trUtf8 | Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1) Description: Static method QString QFileDevice::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. |
unsetError | Signature: void unsetError Description: Method void QFileDevice::unsetError() |
waitForBytesWritten | Signature: bool waitForBytesWritten (int msecs) Description: Virtual method bool QFileDevice::waitForBytesWritten(int msecs) This method can be reimplemented in a derived class. |
waitForReadyRead | Signature: bool waitForReadyRead (int msecs) Description: Virtual method bool QFileDevice::waitForReadyRead(int msecs) This method can be reimplemented in a derived class. |
writeData | Signature: long long writeData (string data, long long len) Description: Virtual method qint64 QFileDevice::writeData(const char *data, qint64 len) This method can be reimplemented in a derived class. |