|
Soprano
2.7.5
|
Base class for all plugins in Soprano. More...
#include <Soprano/Plugin>
Inheritance diagram for Soprano::Plugin:Public Member Functions | |
| virtual | ~Plugin () |
| QString | pluginName () const |
| virtual bool | isAvailable () const |
Protected Member Functions | |
| Plugin (const QString &name) | |
Base class for all plugins in Soprano.
Each Soprano Plugin has a name which can be read via pluginName().
| virtual Soprano::Plugin::~Plugin | ( | ) | [virtual] |
| Soprano::Plugin::Plugin | ( | const QString & | name | ) | [protected] |
| QString Soprano::Plugin::pluginName | ( | ) | const |
| virtual bool Soprano::Plugin::isAvailable | ( | ) | const [virtual] |
This method can be reimplemented by plugins that need to do additional run-time checks before they can be used.
The default implementation returns true.
true if the plugin can be used.
1.7.6.1