[inline, inherited]
Returns true if the device is readable.
Definition at line 186 of file QIODevice.h.
References FX::IO_ReadOnly.
00186 { return IO_ReadOnly==(mymode & IO_ReadOnly); }