|
| FileOperator (RemoteDataInterface *theInterface, QObject *parent) |
|
void | connectFileTreeWidget (RemoteFileTree *connectedWidget) |
|
void | disconnectFileTreeWidget (RemoteFileTree *connectedWidget) |
|
const FileNodeRef | speculateFileWithName (QString fullPath, bool folder, bool loadBuffer=true) |
|
const FileNodeRef | speculateFileWithName (const FileNodeRef &baseNode, QString addedPath, bool folder, bool loadBuffer=true) |
|
bool | operationIsPending () |
|
void | lsClosestNode (QString fullPath, bool clearData=false) |
|
void | lsClosestNodeToParent (QString fullPath, bool clearData=false) |
|
void | enactRootRefresh () |
|
void | sendDeleteReq (const FileNodeRef &selectedNode) |
|
void | sendMoveReq (const FileNodeRef &moveFrom, QString newName) |
|
void | sendCopyReq (const FileNodeRef ©From, QString newName) |
|
void | sendRenameReq (const FileNodeRef &selectedNode, QString newName) |
|
void | sendCreateFolderReq (const FileNodeRef &selectedNode, QString newName) |
|
void | sendUploadReq (const FileNodeRef &uploadTarget, QString localFile) |
|
void | sendUploadBuffReq (const FileNodeRef &uploadTarget, QByteArray fileBuff, QString newName) |
|
void | sendDownloadReq (const FileNodeRef &targetFile, QString localDest) |
|
void | sendDownloadBuffReq (const FileNodeRef &targetFile) |
|
FileRecursiveOperator * | getRecursiveOp () |
|
bool | deletePopup (const FileNodeRef &toDelete) |
|