#include <QGCFileWriter.h>
Definition at line 15 of file QGCFileWriter.h.
◆ FormatFunc
◆ QGCFileWriter()
| QGCFileWriter::QGCFileWriter |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~QGCFileWriter()
| QGCFileWriter::~QGCFileWriter |
( |
| ) |
|
|
override |
◆ clearError()
| void QGCFileWriter::clearError |
( |
| ) |
|
◆ close()
| void QGCFileWriter::close |
( |
| ) |
|
◆ errorOccurred
| void QGCFileWriter::errorOccurred |
( |
const QString & |
message | ) |
|
|
signal |
◆ filePath()
| QString QGCFileWriter::filePath |
( |
| ) |
const |
◆ fileSize()
| qint64 QGCFileWriter::fileSize |
( |
| ) |
const |
|
inline |
◆ fileSizeChanged
| void QGCFileWriter::fileSizeChanged |
( |
qint64 |
size | ) |
|
|
signal |
◆ flush()
| bool QGCFileWriter::flush |
( |
int |
timeoutMs = 5000 | ) |
|
◆ hasError()
| bool QGCFileWriter::hasError |
( |
| ) |
const |
|
inline |
◆ isOpen()
| bool QGCFileWriter::isOpen |
( |
| ) |
const |
|
inline |
◆ isRunning()
| bool QGCFileWriter::isRunning |
( |
| ) |
const |
◆ lastError()
| QString QGCFileWriter::lastError |
( |
| ) |
const |
◆ maxPendingBytes()
| qint64 QGCFileWriter::maxPendingBytes |
( |
| ) |
const |
|
inline |
◆ pendingBytes()
| qint64 QGCFileWriter::pendingBytes |
( |
| ) |
const |
|
inline |
◆ setFilePath()
| void QGCFileWriter::setFilePath |
( |
const QString & |
path | ) |
|
◆ setMaxPendingBytes()
| void QGCFileWriter::setMaxPendingBytes |
( |
qint64 |
max | ) |
|
|
inline |
◆ write()
| void QGCFileWriter::write |
( |
const QByteArray & |
data | ) |
|
◆ writeDeferred()
| void QGCFileWriter::writeDeferred |
( |
FormatFunc |
formatter | ) |
|
The documentation for this class was generated from the following files: