Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

sptkPlugin Class Reference

#include <sptkplugin.h>

Inheritance diagram for sptkPlugin:

sptkObject List of all members.

Public Member Functions

 sptkPlugin (std::string pluginName="")
int openPlugin (std::string pluginName)
sptkObjectcreateObject (std::string typeOfObject)
std::string getError ()
std::string getPluginName ()

Detailed Description

Author:
Sven Broenstrup


Member Function Documentation

sptkObject* sptkPlugin::createObject std::string    typeOfObject
 

Create an Object from the Plugin

Parameters:
typeOfObject The Name of the Object's Type

std::string sptkPlugin::getError  
 

Get an Error if occured

Returns:
Error message

std::string sptkPlugin::getPluginName  
 

Get the Name of the Plugin

Returns:
Name of the Plugin

int sptkPlugin::openPlugin std::string    pluginName
 

Open a Plugin

Parameters:
pluginName The name for the Plugin, eg sqlmysql, guicocoa, ...


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