defuze.me  Client
Public Slots | Signals | Public Member Functions
Plugins Class Reference

Strucure storing references to all plugins. More...

#include <plugins.hpp>

List of all members.

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.
Pluginget (const QString &name)
 Return the desired plugin.
template<class T >
T * cast (const QString &name)

Detailed Description

Strucure storing references to all plugins.

It also contains some conveniant methods.

Definition at line 24 of file plugins.hpp.


The documentation for this class was generated from the following files: