Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

HBCI::Plugin Class Reference

This is the base class for a plugin. More...

#include <plugin.h>

Inheritance diagram for HBCI::Plugin:

Inheritance graph
[legend]
List of all members.

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

Detailed Description

This is the base class for a plugin.

Author:
Martin Preuss<martin@libchipcard.de>
See also:
How to add a Medium Plugin


Member Enumeration Documentation

enum HBCI::Plugin::PluginType
 

Enumeration values:
PluginTypeUnknown 
PluginTypeMedium 


Constructor & Destructor Documentation

HBCI::Plugin::Plugin  
 

virtual HBCI::Plugin::~Plugin   [virtual]
 


Member Function Documentation

virtual string HBCI::Plugin::description   const [pure virtual]
 

Returns the human-readable description of this plugin.

virtual string HBCI::Plugin::name   const [pure virtual]
 

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.

virtual PluginType HBCI::Plugin::pluginType   const [pure virtual]
 

Returns the type of this plugin.

Implemented in HBCI::MediumPlugin.

virtual unsigned int HBCI::Plugin::vmajor   const [pure virtual]
 

virtual unsigned int HBCI::Plugin::vminor   const [pure virtual]
 


The documentation for this class was generated from the following file:
Generated on Mon Jun 23 13:41:16 2003 for openhbci by doxygen1.2.17