|
Remoto - VFS
|
This is the complete list of members for VFS_tcp_export, 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 |
| _broadcastAddress | VFS_tcp_export | protected |
| _broadcastid | VFS_tcp_export | protected |
| _broadcastName | VFS_tcp_export | protected |
| _broadcastSocket | VFS_tcp_export | protected |
| _children | VFS_node | protected |
| _exportRoot | VFS_tcp_export | protected |
| _icon | VFS_tcp_export | private |
| _listenAddress | VFS_tcp_server | protected |
| _lock | VFS_node | mutableprotected |
| _multicastAddress | VFS_tcp_export | protected |
| _multicastPort | VFS_tcp_export | protected |
| _port | VFS_tcp_server | protected |
| _socket | VFS_tcp_server | protected |
| _ssl | VFS_tcp_server | protected |
| _sslCertPath | VFS_tcp_server | protected |
| _sslConfiguration | VFS_tcp_server | protected |
| _sslKeyPath | VFS_tcp_server | protected |
| _subscribers | VFS_node | protected |
| _tags | VFS_tcp_export | 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 |
| append(QString name, VFS_node *node, bool containerCheck=true, QString user="server") | VFS_node | virtual |
| applyDiff(VFS_request *r) | VFS_node | virtualslot |
| className() | VFS_node | |
| clientError(QAbstractSocket::SocketError error) | VFS_tcp_server | virtualslot |
| clientMessage(QByteArray message) | VFS_tcp_export | virtualslot |
| closeConnection() | VFS_tcp_server | protectedvirtualslot |
| code(QString nodename, QString libname, QString &error) | VFS_node | static |
| createNewConnection() | VFS_tcp_server | protectedvirtualslot |
| createRequest(VFS_request::requestType type, QString path, QString user="unknown", QJsonDocument data=QJsonDocument(), QJsonObject metadata=QJsonObject(), bool dontDelete=false) | VFS_node | virtual |
| diff(VFS_node *origin, VFS_request *t) | VFS_node | signal |
| executeRequest(VFS_request *t) | VFS_node | virtualslot |
| find(QString path) | VFS_node | |
| find(VFS_request *r) | VFS_node | virtual |
| findChildWithName(QString name) | VFS_node | |
| finished(bool andDelete=false) | VFS_node | signal |
| icon() | VFS_tcp_export | protectedvirtual |
| isContainer() | VFS_tcp_server | 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 |
| listen() | VFS_tcp_export | virtualslot |
| ls(VFS_request *r) | VFS_node | protectedvirtual |
| metadata(VFS_request *r) | VFS_tcp_server | privatevirtual |
| mount() | VFS_node | virtual |
| mounted() | VFS_node | signal |
| newClient(QTcpSocket *socket, bool ssl=false, QSslConfiguration sslConfiguration=QSslConfiguration()) | VFS_tcp_export | protectedvirtual |
| newConnection(VFS_tcp_client *c) | VFS_tcp_server | protectedvirtual |
| notifySubscribers(VFS_node *origin, VFS_request *t) | VFS_node | slot |
| read(VFS_request *r) | VFS_tcp_server | privatevirtual |
| receiveResponse(VFS_request *t) | VFS_node | 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 |
| report(VFS_request *r) | VFS_node | protectedvirtual |
| reportDetails() | VFS_tcp_export | virtual |
| requestLock(VFS_request *r) | VFS_node | protectedvirtual |
| rm(VFS_request *r) | VFS_node | protectedvirtual |
| sendBroadcast() | VFS_tcp_export | protectedvirtual |
| startBroadcast() | VFS_tcp_export | protectedvirtualslot |
| submit(VFS_request *r) | VFS_node | protectedvirtual |
| subscribe(VFS_request *r) | VFS_node | protectedvirtual |
| subtreeRequest(VFS_request *t) | VFS_node | virtualslot |
| timerEvent(QTimerEvent *event) | VFS_tcp_export | protectedvirtual |
| 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_tcp_export(QString exportRoot, quint16 port, QHostAddress address=QHostAddress::Any, bool ssl=false, QString sslCertPath="", QString sslKeyPath="", QByteArray icon="", QString broadcastName="", QString broadcastAddress="", QString multicastAddress="", quint16 multicastPort=0, QJsonArray tags=QJsonArray()) | VFS_tcp_export | explicit |
| VFS_tcp_server(quint16 port=0, QHostAddress address=QHostAddress::Any, bool ssl=false, QString sslCertPath="", QString sslKeyPath="") | VFS_tcp_server | explicit |
| write(VFS_request *r) | VFS_node | protectedvirtual |
| ~VFS_node() | VFS_node | virtual |
| ~VFS_tcp_export() | VFS_tcp_export | virtual |
| ~VFS_tcp_server() | VFS_tcp_server | virtual |