defuze.me  Client
Public Member Functions | Protected Member Functions | Protected Attributes | Friends
Plugin Class Reference

Abstract class inherited by all PLUGINS. More...

#include <plugin.hpp>

Inheritance diagram for Plugin:
Inheritance graph
[legend]
Collaboration diagram for Plugin:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void init ()=0
 Called once, after all CORES and PLUGINS are loaded.
virtual void aboutToQuit ()
 Called just before to quit, when CORES and PLUGINS are still loaded.

Protected Member Functions

 Plugin ()
 Constructor is protected because you must not instanciate a plugin.

Protected Attributes

Corescores
Pluginsplugins

Friends

class Plugins

Detailed Description

Abstract class inherited by all PLUGINS.

It contain 2 methods handling CORES PLUGINS and releasing.

Definition at line 32 of file plugin.hpp.


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