SimCenter Agave Client Interface
0.0.0
This repo is to be used for other SimCenter Projects which communicate with an Agave server.
|
Signals | |
void | fileOpStarted () |
void | fileOpDone (RequestState opState, QString err_msg) |
void | newFileInterlockSignal () |
Public Member Functions | |
FileRecursiveOperator (FileOperator *parent) | |
RecursiveOpState | getState () |
void | enactRecursiveDownload (const FileNodeRef &targetFolder, QString containingDestFolder) |
void | enactRecursiveUpload (const FileNodeRef &containingDestFolder, QString localFolderToCopy) |
void | abortRecursiveProcess () |
Protected Member Functions | |
void | getRecursiveUploadReply (RequestState replyState, FileMetaData newFileData) |
void | getRecursiveMkdirReply (RequestState replyState, FileMetaData newFolderData) |
Friends | |
class | FileOperator |