#include <plugins.h>
Public Member Functions | |
virtual PluginList | getPlugins ()=0 |
virtual bool | isFilePluginProvider () |
Abstract base class for Plugin factories. Subclasses of this are responsible for creating plugin objects, e.g. by loading loadable modules from storage media; by creating "fake" plugins from static code; or whatever other means.
|
pure virtual |
|
inlinevirtual |