Scribus
Open source desktop publishing at your fingertips
|
Read/write locked file access. More...
#include <sclockedfile.h>
Public Member Functions | |
ScLockedFileRW (const QString &name) | |
virtual bool | open () |
virtual bool | commit () |
virtual QIODevice * | io () |
Public Member Functions inherited from ScLockedFile | |
void | setName (const QString &name) |
const QString & | name () const |
bool | createPath () const |
bool | lock () |
bool | unlock () |
bool | locked () const |
bool | exists () const |
bool | remove () const |
Additional Inherited Members | |
Static Public Attributes inherited from ScLockedFile | |
static const QString | lockSuffix |
Protected Member Functions inherited from ScLockedFile | |
ScLockedFile (const QString &name) | |
Protected Attributes inherited from ScLockedFile | |
QString | m_fileName |
bool | m_isOpened |
Read/write locked file access.