|
void | startedLogout (RequestState replyState) |
|
void | haveAuthReply (RequestState authReply) |
|
void | haveLSReply (RequestState replyState, QList< FileMetaData > fileDataList) |
|
void | haveDeleteReply (RequestState replyState, QString toDelete) |
|
void | haveMoveReply (RequestState replyState, FileMetaData revisedFileData, QString from) |
|
void | haveCopyReply (RequestState replyState, FileMetaData newFileData) |
|
void | haveRenameReply (RequestState replyState, FileMetaData newFileData, QString oldName) |
|
void | haveMkdirReply (RequestState replyState, FileMetaData newFolderData) |
|
void | haveUploadReply (RequestState replyState, FileMetaData newFileData) |
|
void | haveDownloadReply (RequestState replyState, QString localDest) |
|
void | haveBufferDownloadReply (RequestState replyState, QByteArray fileBuffer) |
|
void | haveJobReply (RequestState replyState, QJsonDocument rawJobReply) |
|
void | haveJobList (RequestState replyState, QList< RemoteJobData > jobList) |
|
void | haveJobDetails (RequestState replyState, RemoteJobData jobData) |
|
void | haveStoppedJob (RequestState replyState) |
|
void | haveDeletedJob (RequestState replyState) |
|