libkdepim
KPIM::PluginLoaderBase Class Reference
Inheritance diagram for KPIM::PluginLoaderBase:

Detailed Description
Definition at line 48 of file pluginloaderbase.h.
Public Member Functions | |
QStringList | types () const |
const PluginMetaData * | infoForName (const QString &type) const |
virtual void | scan ()=0 |
Protected Member Functions | |
PluginLoaderBase () | |
virtual | ~PluginLoaderBase () |
void | doScan (const char *path) |
void * | mainFunc (const QString &type, const char *main_func) const |
Member Function Documentation
|
Rescans the plugin directory to find any newly installed plugins. Extend this method in subclasses to add any builtins. Subclasses must call this explicitely. It's not called for them in the constructor. Definition at line 65 of file pluginloaderbase.cpp. |
|
Returns the PluginMetaData structure for a given type.
Definition at line 60 of file pluginloaderbase.cpp. |
|
Returns a pointer to symbol
Definition at line 115 of file pluginloaderbase.cpp. |
|
Overload this method in subclasses to call doScan with the right
Implemented in KPIM::PluginLoader< T, T_config >. |
|
Returns a list of all available plugin objects (of kind
Definition at line 52 of file pluginloaderbase.cpp. |
The documentation for this class was generated from the following files: