Remoto - VFS
|
This is the complete list of members for VFS_remotoserver_client, including all inherited members.
__addNode(VFS_node *) | VFS_node | privatestatic |
__allNodes | VFS_node | privatestatic |
__allNodesMutex | VFS_node | privatestatic |
__isNode(VFS_node *) | VFS_node | static |
__removeNode(VFS_node *) | VFS_node | privatestatic |
_address | VFS_websocket_client | protected |
_authenticated | VFS_websocket_client | protected |
_authorized | VFS_websocket_client | protected |
_children | VFS_node | protected |
_connectID | VFS_websocket_client | protected |
_interval | VFS_websocket_client | protected |
_isClient | VFS_websocket_client | protected |
_lock | VFS_node | mutableprotected |
_parameters | VFS_remotoserver_client | protected |
_pingID | VFS_websocket_client | protected |
_server | VFS_websocket_client | protected |
_session | VFS_remotoserver_client | protected |
_socket | VFS_websocket_client | protected |
_sourcePathMap | VFS_remotoserver_client | protected |
_subscribers | VFS_node | protected |
_type | VFS_remotoserver_client | protected |
_user | VFS_remotoserver_client | protected |
_wsurl | VFS_websocket_client | protected |
aclDefaults(VFS_request *r) | VFS_node | protectedvirtual |
addACLDefault(QJsonObject &acl, bool value, QString description="") | VFS_node | protected |
addACLFeature(QJsonObject &acl, QString feature, bool value, QString description="") | VFS_node | protected |
addACLFeatureGroup(QJsonObject &acl, QString feature, QString group, bool value) | VFS_node | protected |
addACLFeatureUser(QJsonObject &acl, QString feature, QString user, bool value) | VFS_node | protected |
addACLGroup(QJsonObject &acl, QString group, bool value) | VFS_node | protected |
addACLUser(QJsonObject &acl, QString user, bool value) | VFS_node | protected |
addSourcePathMap(VFS_node *source, QString path) | VFS_remotoserver_client | protected |
append(QString name, VFS_node *node, bool containerCheck=true, QString user="server") | VFS_node | virtual |
applyDiff(VFS_request *t) | VFS_remotoserver_client | virtualslot |
authenticate(QJsonDocument d) | VFS_remotoserver_client | protectedvirtual |
authorized() | VFS_websocket_client | protectedvirtual |
className() | VFS_node | |
close() | VFS_websocket_client | protectedvirtualslot |
code(QString nodename, QString libname, QString &error) | VFS_node | static |
connected() | VFS_websocket_client | signal |
createRequest(VFS_request::requestType type, QString path, QString user="unknown", QJsonDocument data=QJsonDocument(), QJsonObject metadata=QJsonObject(), bool dontDelete=false) | VFS_remotoserver_client | virtual |
diff(VFS_node *origin, VFS_request *t) | VFS_node | signal |
disconnected() | VFS_websocket_client | signal |
error(QAbstractSocket::SocketError) | VFS_websocket_client | signal |
executeRequest(VFS_request *t) | VFS_node | virtualslot |
find(VFS_request *r) | VFS_remotoserver_client | virtual |
VFS_websocket_client::find(QString path) | VFS_node | |
findChildWithName(QString name) | VFS_node | |
finished(bool andDelete=false) | VFS_node | signal |
icon() | VFS_node | protectedvirtual |
init() | VFS_websocket_client | protectedvirtual |
isConnected() | VFS_websocket_client | virtual |
isConnecting() | VFS_websocket_client | virtual |
isContainer() | VFS_websocket_client | virtual |
issueRequest(VFS_request *t) | VFS_node | protectedvirtual |
issueRequest(VFS_node *target, VFS_request *t) | VFS_node | protectedvirtual |
issueResponse(VFS_request *t) | VFS_node | protectedvirtual |
ls(VFS_request *r) | VFS_node | protectedvirtual |
metadata(VFS_request *r) | VFS_node | protectedvirtual |
mount() | VFS_node | virtual |
mounted() | VFS_node | signal |
notifySubscribers(VFS_node *origin, VFS_request *t) | VFS_node | slot |
parameters() const | VFS_remotoserver_client | |
read(VFS_request *r) | VFS_node | protectedvirtual |
readyBinaryMessage(QByteArray message) | VFS_websocket_client | signal |
readyTextMessage(QString message) | VFS_websocket_client | signal |
receive(QByteArray data) | VFS_remotoserver_client | virtual |
receiveResponse(VFS_request *t) | VFS_remotoserver_client | virtualslot |
releaseLock(VFS_request *r) | VFS_node | protectedvirtual |
remove(bool andDelete) | VFS_node | slot |
remove(VFS_node *node=nullptr, QString *name=nullptr, QString user="server") | VFS_node | virtualslot |
removeSourcePathMap(VFS_node *n) | VFS_remotoserver_client | virtualslot |
report(VFS_request *r) | VFS_node | protectedvirtual |
reportDetails() | VFS_remotoserver_client | virtual |
requestLock(VFS_request *r) | VFS_node | protectedvirtual |
rm(VFS_request *r) | VFS_remotoserver_client | protectedvirtual |
socket_connected() | VFS_websocket_client | protectedvirtualslot |
socket_disconnected() | VFS_websocket_client | protectedvirtualslot |
socket_receive_binary(QByteArray message) | VFS_websocket_client | protectedvirtualslot |
socket_receive_text(QString message) | VFS_websocket_client | protectedvirtualslot |
startPing() | VFS_websocket_client | protectedvirtualslot |
submit(VFS_request *r) | VFS_websocket_client | virtual |
subscribe(VFS_request *r) | VFS_node | protectedvirtual |
subtreeRequest(VFS_request *t) | VFS_node | virtualslot |
timerEvent(QTimerEvent *event) | VFS_websocket_client | protectedvirtualslot |
uniqueChildName(QString name) | VFS_node | |
unmount() | VFS_node | virtual |
unmounted(VFS_node *self) | VFS_node | signal |
unsubscribe(VFS_request *r) | VFS_node | protectedvirtual |
unsubscribeAll(VFS_node *n) | VFS_node | virtualslot |
unsubscribePath(QString path) | VFS_node | protectedvirtual |
validChildName(QString name) | VFS_node | virtual |
VFS_node() | VFS_node | explicit |
VFS_remotoserver_client(QWebSocket *socket, VFS_websocket_server *server) | VFS_remotoserver_client | explicit |
VFS_remotoserver_request class | VFS_remotoserver_client | friend |
VFS_websocket_client(QWebSocket *socket, VFS_websocket_server *server) | VFS_websocket_client | explicit |
VFS_websocket_client(QString wsurl, quint16 interval=3000) | VFS_websocket_client | explicit |
write(VFS_request *r) | VFS_remotoserver_client | protectedvirtual |
writeBinary(QByteArray data) | VFS_websocket_client | virtual |
writeError(QString message, bool binary=false) | VFS_remotoserver_client | |
writeRequestError(QString command, QString path, QString reason, bool binary=false) | VFS_remotoserver_client | |
writeRequestSuccess(QString command, QString path, QJsonDocument data=QJsonDocument(), QJsonObject metadata=QJsonObject(), bool binary=false) | VFS_remotoserver_client | |
writeText(QString data) | VFS_websocket_client | virtual |
writeUICode(QString libname, QString code, QString error, bool binary=false) | VFS_remotoserver_client | |
writeUICodeDirectory(QJsonObject o, QString error, bool binary=false) | VFS_remotoserver_client | |
writeUIDiff(QString path, QJsonDocument diff, QString user, bool binary=false) | VFS_remotoserver_client | |
writeUILS(QString id, QString path, QJsonDocument data, QJsonObject metadata, bool binary=false) | VFS_remotoserver_client | |
writeUIMetadata(QString path, QJsonObject metadata, bool binary=false) | VFS_remotoserver_client | |
writeUIRead(QString path, QJsonDocument data, QJsonObject metadata, bool binary=false) | VFS_remotoserver_client | |
writeUIReleaseLock(QString path, QJsonDocument data, bool binary=false) | VFS_remotoserver_client | |
writeUIRequestLock(QString path, QJsonDocument data, bool binary=false) | VFS_remotoserver_client | |
writeUIRM(QString path, bool binary=false) | VFS_remotoserver_client | |
writeUISubscribe(QString path, QJsonDocument data, QJsonObject metadata, bool binary=false) | VFS_remotoserver_client | |
writeUIWrite(QString path, QJsonDocument data, QJsonObject metadata, bool binary=false) | VFS_remotoserver_client | |
~VFS_node() | VFS_node | virtual |
~VFS_remotoserver_client() | VFS_remotoserver_client | virtual |
~VFS_websocket_client() | VFS_websocket_client | virtual |