FileSaverBase Class
(Utils::FileSaverBase)Public Functions
FileSaverBase() | |
virtual | ~FileSaverBase() |
QString | errorString() const |
QFile * | file() |
QString | fileName() const |
virtual bool | finalize() |
bool | finalize(QString *errStr) |
bool | finalize(QWidget *parent) |
bool | hasError() const |
bool | setResult(QTextStream *stream) |
bool | setResult(QDataStream *stream) |
bool | setResult(QXmlStreamWriter *stream) |
bool | setResult(bool ok) |
bool | write(const char *data, int len) |
bool | write(const QByteArray &bytes) |
Member Function Documentation
FileSaverBase::FileSaverBase()
Default constructs an instance of FileSaverBase.
[virtual]
FileSaverBase::~FileSaverBase()
Destroys the instance of FileSaverBase. The destructor is virtual.