14 virtual VFS_node *
create(QString type, QVariantMap env, QDomElement child);
15 virtual QString
code(QString nodename, QString libname, QString &error);
The interface class for dynamically loaded plugins.
VFS_node is the base class from which all other VFS_node classes derive.
The standard library of nodes needed to build a VFS.
virtual QString code(QString nodename, QString libname, QString &error)
Return code for namespace stdlib.
virtual QString arguments(QString type)
Return an argument string for each stdlib node's constructor.
virtual QString description(QString type)
Descriptive text about an individual node.
virtual bool licensed(QString type)
Check remoto licensing.
virtual VFS_node * create(QString type, QVariantMap env, QDomElement child)
Create a new node instance.
virtual QStringList provides()
A string list of node names that this plugin is prepared to create.
virtual bool initialize()
Register the browser and vfsclient types.