1 #ifndef VFS_TCP_MOUNT_DIRECTORY_H
2 #define VFS_TCP_MOUNT_DIRECTORY_H
19 virtual VFS_node *
create(QString type, QVariantMap env, QDomElement child);
The interface class for dynamically loaded plugins.
VFS_node is the base class from which all other VFS_node classes derive.
A VFS_node_interface implementation used to route code requests to other VFS instances.
virtual VFS_node * create(QString type, QVariantMap env, QDomElement child)
This node create()s nothing, it is used for code registration purposes.
virtual void registerDirectory(QJsonObject d)
Register entries to the code directory.
virtual QStringList provides()
This node provide()s nothing, it is used for code registration purposes.
QJsonObject _directory
The directory of code registered to this node.
VFS_tcp_mount_directory(VFS_tcp_mount *mount)
VFS_tcp_mount_directory constructor.
virtual void unregisterDirectory()
Unregister all entries in this directory.
The VFS_tcp_mount class is a client side connection that will attempt to connect to another VFS insta...