Soprano::Plugin Class Reference

Base class for all plugins in Soprano. More...

#include <Soprano/Plugin>

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

List of all members.

Public Member Functions

virtual ~Plugin ()
QString pluginName () const
virtual bool isAvailable () const

Protected Member Functions

 Plugin (const QString &name)

Detailed Description

Base class for all plugins in Soprano.

Each Soprano Plugin has a name which can be read via pluginName().

See also:
Soprano::PluginManager
Author:
Sebastian Trueg <trueg@kde.org>

Definition at line 44 of file plugin.h.


Constructor & Destructor Documentation

virtual Soprano::Plugin::~Plugin (  )  [virtual]
Soprano::Plugin::Plugin ( const QString name  )  [protected]

Member Function Documentation

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.

Returns:
true if the plugin can be used.

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

Generated on 8 Dec 2009 for Soprano by  doxygen 1.6.1