TuttleOFX
1
|
#include <ofxsImageEffect.h>
Public Member Functions | |
PluginFactoryHelper (const std::string &id, unsigned int maj, unsigned int min) | |
virtual | ~PluginFactoryHelper () |
OfxPluginEntryPoint * | getMainEntry () |
const std::string & | getID () const |
const std::string & | getUID () const |
unsigned int | getMajorVersion () const |
unsigned int | getMinorVersion () const |
Definition at line 218 of file ofxsImageEffect.h.
OFX::PluginFactoryHelper< FACTORY >::PluginFactoryHelper | ( | const std::string & | id, |
unsigned int | maj, | ||
unsigned int | min | ||
) | [inline] |
Definition at line 222 of file ofxsImageEffect.h.
virtual OFX::PluginFactoryHelper< FACTORY >::~PluginFactoryHelper | ( | ) | [inline, virtual] |
Definition at line 224 of file ofxsImageEffect.h.
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().
OfxPluginEntryPoint* OFX::PluginFactoryHelper< FACTORY >::getMainEntry | ( | ) | [inline, virtual] |
Implements OFX::PluginFactory.
Definition at line 225 of file ofxsImageEffect.h.
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().
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().
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().