SaveFile Class
(Utils::SaveFile)Public Functions
SaveFile(const QString &filename) | |
virtual | ~SaveFile() |
bool | commit() |
bool | open(OpenMode flags = QIODevice::WriteOnly) |
void | rollback() |
Static Public Members
void | initializeUmask() |
Member Function Documentation
SaveFile::SaveFile(const QString &filename)
Default constructs an instance of SaveFile.
[virtual]
SaveFile::~SaveFile()
Destroys the instance of SaveFile. The destructor is virtual.