QML-facing controller for MAVLink FTP operations.
More...
#include <FTPController.h>
QML-facing controller for MAVLink FTP operations.
Definition at line 19 of file FTPController.h.
◆ FTPController()
| FTPController::FTPController |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ activeOperationChanged
| void FTPController::activeOperationChanged |
( |
| ) |
|
|
signal |
◆ archiveModel()
◆ browseArchive()
| bool FTPController::browseArchive |
( |
const QString & |
archivePath | ) |
|
◆ busy()
| bool FTPController::busy |
( |
| ) |
const |
|
inline |
◆ busyChanged
| void FTPController::busyChanged |
( |
| ) |
|
|
signal |
◆ cancelActiveOperation()
| void FTPController::cancelActiveOperation |
( |
| ) |
|
◆ cancelExtraction()
| void FTPController::cancelExtraction |
( |
| ) |
|
◆ currentPath()
| QString FTPController::currentPath |
( |
| ) |
const |
|
inline |
◆ currentPathChanged
| void FTPController::currentPathChanged |
( |
| ) |
|
|
signal |
◆ deleteComplete
| void FTPController::deleteComplete |
( |
const QString & |
remotePath, |
|
|
const QString & |
error |
|
) |
| |
|
signal |
◆ deleteFile()
| bool FTPController::deleteFile |
( |
const QString & |
uri, |
|
|
int |
componentId = MAV_COMP_ID_AUTOPILOT1 |
|
) |
| |
◆ deleteInProgress()
| bool FTPController::deleteInProgress |
( |
| ) |
const |
|
inline |
◆ directoryEntries()
| QStringList FTPController::directoryEntries |
( |
| ) |
const |
|
inline |
◆ directoryEntriesChanged
| void FTPController::directoryEntriesChanged |
( |
| ) |
|
|
signal |
◆ downloadComplete
| void FTPController::downloadComplete |
( |
const QString & |
filePath, |
|
|
const QString & |
error |
|
) |
| |
|
signal |
◆ downloadFile()
| bool FTPController::downloadFile |
( |
const QString & |
uri, |
|
|
const QString & |
localDir, |
|
|
const QString & |
fileName = QString(), |
|
|
int |
componentId = MAV_COMP_ID_AUTOPILOT1 |
|
) |
| |
◆ downloadInProgress()
| bool FTPController::downloadInProgress |
( |
| ) |
const |
|
inline |
◆ errorString()
| QString FTPController::errorString |
( |
| ) |
const |
|
inline |
◆ errorStringChanged
| void FTPController::errorStringChanged |
( |
| ) |
|
|
signal |
◆ extractArchive()
| bool FTPController::extractArchive |
( |
const QString & |
archivePath, |
|
|
const QString & |
outputDir = QString() |
|
) |
| |
◆ extracting()
| bool FTPController::extracting |
( |
| ) |
const |
|
inline |
◆ extractingChanged
| void FTPController::extractingChanged |
( |
| ) |
|
|
signal |
◆ extractionComplete
| void FTPController::extractionComplete |
( |
const QString & |
outputDir, |
|
|
const QString & |
error |
|
) |
| |
|
signal |
◆ extractionProgress()
| float FTPController::extractionProgress |
( |
| ) |
const |
|
inline |
◆ extractionProgressChanged
| void FTPController::extractionProgressChanged |
( |
| ) |
|
|
signal |
◆ lastDownloadFile()
| QString FTPController::lastDownloadFile |
( |
| ) |
const |
|
inline |
◆ lastDownloadFileChanged
| void FTPController::lastDownloadFileChanged |
( |
| ) |
|
|
signal |
◆ lastDownloadIsArchive()
| bool FTPController::lastDownloadIsArchive |
( |
| ) |
const |
|
inline |
◆ lastUploadTarget()
| QString FTPController::lastUploadTarget |
( |
| ) |
const |
|
inline |
◆ lastUploadTargetChanged
| void FTPController::lastUploadTargetChanged |
( |
| ) |
|
|
signal |
◆ listDirectory()
| bool FTPController::listDirectory |
( |
const QString & |
uri, |
|
|
int |
componentId = MAV_COMP_ID_AUTOPILOT1 |
|
) |
| |
◆ listInProgress()
| bool FTPController::listInProgress |
( |
| ) |
const |
|
inline |
◆ progress()
| float FTPController::progress |
( |
| ) |
const |
|
inline |
◆ progressChanged
| void FTPController::progressChanged |
( |
| ) |
|
|
signal |
◆ uploadComplete
| void FTPController::uploadComplete |
( |
const QString & |
remotePath, |
|
|
const QString & |
error |
|
) |
| |
|
signal |
◆ uploadFile()
| bool FTPController::uploadFile |
( |
const QString & |
localFile, |
|
|
const QString & |
uri, |
|
|
int |
componentId = MAV_COMP_ID_AUTOPILOT1 |
|
) |
| |
◆ uploadInProgress()
| bool FTPController::uploadInProgress |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: