defuze.me
Client
|
Strucure storing references to all plugins. More...
#include <plugins.hpp>
Public Slots | |
void | aboutToQuit () |
Call all plugins aboutToQuit() method. | |
Signals | |
void | message (const QString &msg) |
Public Member Functions | |
Plugins (Cores *c) | |
void | init () |
Call all plugins init() method. | |
void | add (const QString &name, Plugin *plugin) |
Add a plugin to the list of loaded plugins. | |
Plugin * | get (const QString &name) |
Return the desired plugin. | |
template<class T > | |
T * | cast (const QString &name) |
Strucure storing references to all plugins.
It also contains some conveniant methods.
Definition at line 24 of file plugins.hpp.