OMKPluginAddOn.cpp File Reference

This file defines the three exported functions needed for the plugin_add_on_sec, see Creating plugins in the main documentation. More...

#include "OBTPluginInformation.h"
#include "OMKAddOn.h"

Include dependency graph for OMKPluginAddOn.cpp:

Go to the source code of this file.

Functions

OMKADDON_API const OBT::PluginInformation & getPluginInformation ()
 The get informations function.
OMKADDON_API bool initPlugin (const char *configurationFile)
 The init function.
OMKADDON_API bool finishPlugin ()
 The finish funtion.


Detailed Description

This file defines the three exported functions needed for the plugin_add_on_sec, see Creating plugins in the main documentation.

Definition in file OMKPluginAddOn.cpp.


Function Documentation

OMKADDON_API bool finishPlugin (  ) 

The finish funtion.

Returns:
true if finish is well done.
Do nothing.

Definition at line 35 of file OMKPluginAddOn.cpp.

00036   {
00037     return true ;
00038   }

OMKADDON_API const OBT::PluginInformation& getPluginInformation (  ) 

The get informations function.

Returns:
pluginInfo.

Definition at line 14 of file OMKPluginAddOn.cpp.

References pluginInfo().

00015   {
00016     static OBT::PluginInformation pluginInfo( "OMK-AddOnPlugin", "Plugin to include OSO, animators and others stuffs", 0, 1, "First version", "13/07/07" ) ;
00017 
00018     return pluginInfo ;
00019   }

OMKADDON_API bool initPlugin ( const char *  configurationFile  ) 

The init function.

Parameters:
[in] configurationFile is not used.
Returns:
true if initialisation is well done.

Definition at line 25 of file OMKPluginAddOn.cpp.

00026   {
00027     return true ;
00028   }


logo OpenMask

Documentation generated on Mon Jun 9 11:45:58 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007