1 #ifndef __libquark_util_PluginLoader_hxx 2 #define __libquark_util_PluginLoader_hxx 43 #include <quark/PluginLoaderImpl.h++> 48 #endif // __libquark_util_PluginLoader_hxx Definition: BarChartView.h++:6
~PluginLoader()
Destructor.
T * loadPlugin(const QString &name)
Loads, instantiates, and returns a plugin with the given name.
PluginLoader(const QString &pluginDirectory)
Constructs a new PluginLoader that will load plugins from the given plugin directory.
A convenient wrapper template for QPluginLoader that loads and instantiates plugins of a given type...
Definition: PluginLoader.h++:17