#include <plugin.h>
Inheritance diagram for HBCI::Plugin:
Public Types | |
enum | PluginType { PluginTypeUnknown = 0, PluginTypeMedium } |
Public Methods | |
Plugin () | |
virtual | ~Plugin () |
virtual string | name () const=0 |
virtual string | description () const=0 |
virtual unsigned int | vmajor () const=0 |
virtual unsigned int | vminor () const=0 |
virtual PluginType | pluginType () const=0 |
|
|
|
|
|
|
|
Returns the human-readable description of this plugin. |
|
Returns the name of the given plugin. FIXME: It is still not yet decided whether this has any relation to the filename of the plugin. |
|
Returns the type of this plugin. Implemented in HBCI::MediumPlugin. |
|
|
|
|