TuttleOFX  1
OFX::PluginFactoryHelper< FACTORY > Class Template Reference

#include <ofxsImageEffect.h>

Inheritance diagram for OFX::PluginFactoryHelper< FACTORY >:
Collaboration diagram for OFX::PluginFactoryHelper< FACTORY >:

Public Member Functions

 PluginFactoryHelper (const std::string &id, unsigned int maj, unsigned int min)
virtual ~PluginFactoryHelper ()
OfxPluginEntryPointgetMainEntry ()
const std::string & getID () const
const std::string & getUID () const
unsigned int getMajorVersion () const
unsigned int getMinorVersion () const

Detailed Description

template<class FACTORY>
class OFX::PluginFactoryHelper< FACTORY >

Definition at line 218 of file ofxsImageEffect.h.


Constructor & Destructor Documentation

template<class FACTORY >
OFX::PluginFactoryHelper< FACTORY >::PluginFactoryHelper ( const std::string &  id,
unsigned int  maj,
unsigned int  min 
) [inline]

Definition at line 222 of file ofxsImageEffect.h.

template<class FACTORY >
virtual OFX::PluginFactoryHelper< FACTORY >::~PluginFactoryHelper ( ) [inline, virtual]

Definition at line 224 of file ofxsImageEffect.h.


Member Function Documentation

template<class FACTORY >
const std::string& OFX::PluginFactoryHelper< FACTORY >::getID ( ) const [inline, virtual]

Implements OFX::PluginFactory.

Definition at line 226 of file ofxsImageEffect.h.

References OFX::FactoryMainEntryHelper< FACTORY >::getHelperID().

Here is the call graph for this function:

template<class FACTORY >
OfxPluginEntryPoint* OFX::PluginFactoryHelper< FACTORY >::getMainEntry ( ) [inline, virtual]

Implements OFX::PluginFactory.

Definition at line 225 of file ofxsImageEffect.h.

template<class FACTORY >
unsigned int OFX::PluginFactoryHelper< FACTORY >::getMajorVersion ( ) const [inline, virtual]

Implements OFX::PluginFactory.

Definition at line 228 of file ofxsImageEffect.h.

References OFX::FactoryMainEntryHelper< FACTORY >::getHelperMajorVersion().

Here is the call graph for this function:

template<class FACTORY >
unsigned int OFX::PluginFactoryHelper< FACTORY >::getMinorVersion ( ) const [inline, virtual]

Implements OFX::PluginFactory.

Definition at line 229 of file ofxsImageEffect.h.

References OFX::FactoryMainEntryHelper< FACTORY >::getHelperMinorVersion().

Here is the call graph for this function:

template<class FACTORY >
const std::string& OFX::PluginFactoryHelper< FACTORY >::getUID ( ) const [inline, virtual]

Implements OFX::PluginFactory.

Definition at line 227 of file ofxsImageEffect.h.

References OFX::FactoryMainEntryHelper< FACTORY >::getHelperUID().

Here is the call graph for this function:


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