messageviewer
pluginloader.h
Go to the documentation of this file.
virtual T * createForName(const QString &type) const
Returns a pointer to a plugin object (of type T) or a null pointer if the type wasn't found...
Definition: pluginloader.h:107
virtual void scan()
Rescans the plugin directory to find any newly installed plugins.
Definition: pluginloader.h:100
A generic plugin loader for when KPart::Plugin is overkill.
Definition: pluginloader.h:78
void doScan(const char *path)
Rescans the plugin directory to find any newly installed plugins.
Definition: pluginloaderbase.cpp:52
Definition: pluginloaderbase.h:45
KLibrary::void_function_ptr mainFunc(const QString &type, const char *main_func) const
Returns a pointer to symbol main_func in the library that implements the plugin of type type...
Definition: pluginloaderbase.cpp:97
static PluginLoader< T, T_config > * instance()
Returns the single instance of this loader.
Definition: pluginloader.h:89
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.