BALL::BALLPlugin Class Reference
#include <BALL/PLUGIN/BALLPlugin.h>
List of all members.
Constructor & Destructor Documentation
virtual BALL::BALLPlugin::~BALLPlugin |
( |
|
) |
[inline, virtual] |
Member Function Documentation
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