#include <BALL/PLUGIN/BALLPlugin.h>
Definition at line 20 of file BALLPlugin.h.
virtual BALL::BALLPlugin::~BALLPlugin |
( |
| ) |
|
|
inlinevirtual |
virtual bool BALL::BALLPlugin::activate |
( |
| ) |
|
|
pure virtual |
Activate the plugin.
- Returns
- true if no problems during activation occured, false otherwise
virtual bool BALL::BALLPlugin::deactivate |
( |
| ) |
|
|
pure virtual |
Deactivate the plugin.
- Returns
- true if no problems during deactivation occured, false otherwise
virtual QString BALL::BALLPlugin::getDescription |
( |
| ) |
const |
|
pure virtual |
Returns a description of the plugin
- Returns
- a description of the plugin
virtual QString BALL::BALLPlugin::getName |
( |
| ) |
const |
|
pure virtual |
Returns the name of the plugin
- Returns
- the plugins name
virtual bool BALL::BALLPlugin::isActive |
( |
| ) |
|
|
pure virtual |
Get the current state of the plugin.
- Returns
- true if the plugin is initialized and running, false otherwise