|
TuttleOFX
1
|
#include <ofxsImageEffect.h>

Protected Member Functions | |
| const std::string & | getHelperID () const |
| unsigned int | getHelperMajorVersion () const |
| unsigned int | getHelperMinorVersion () const |
| FactoryMainEntryHelper (const std::string &id, const unsigned int maj, const unsigned int min) | |
| const std::string & | getHelperUID () const |
Static Protected Member Functions | |
| static OfxStatus | mainEntry (const char *action, const void *handle, OfxPropertySetHandle in, OfxPropertySetHandle out) |
Protected Attributes | |
| std::string | _id |
| unsigned int | _maj |
| unsigned int | _min |
Static Protected Attributes | |
| static std::string | _uid |
Definition at line 185 of file ofxsImageEffect.h.
| OFX::FactoryMainEntryHelper< FACTORY >::FactoryMainEntryHelper | ( | const std::string & | id, |
| const unsigned int | maj, | ||
| const unsigned int | min | ||
| ) | [inline, protected] |
Definition at line 192 of file ofxsImageEffect.h.
References OFX::FactoryMainEntryHelper< FACTORY >::_uid, and tuttle::min().

| const std::string& OFX::FactoryMainEntryHelper< FACTORY >::getHelperID | ( | ) | const [inline, protected] |
Definition at line 188 of file ofxsImageEffect.h.
References OFX::FactoryMainEntryHelper< FACTORY >::_id.
Referenced by OFX::PluginFactoryHelper< FACTORY >::getID().
| unsigned int OFX::FactoryMainEntryHelper< FACTORY >::getHelperMajorVersion | ( | ) | const [inline, protected] |
Definition at line 189 of file ofxsImageEffect.h.
References OFX::FactoryMainEntryHelper< FACTORY >::_maj.
Referenced by OFX::PluginFactoryHelper< FACTORY >::getMajorVersion().
| unsigned int OFX::FactoryMainEntryHelper< FACTORY >::getHelperMinorVersion | ( | ) | const [inline, protected] |
Definition at line 190 of file ofxsImageEffect.h.
References OFX::FactoryMainEntryHelper< FACTORY >::_min.
Referenced by OFX::PluginFactoryHelper< FACTORY >::getMinorVersion().
| const std::string& OFX::FactoryMainEntryHelper< FACTORY >::getHelperUID | ( | ) | const [inline, protected] |
Definition at line 202 of file ofxsImageEffect.h.
References OFX::FactoryMainEntryHelper< FACTORY >::_uid.
Referenced by OFX::PluginFactoryHelper< FACTORY >::getUID().
| static OfxStatus OFX::FactoryMainEntryHelper< FACTORY >::mainEntry | ( | const char * | action, |
| const void * | handle, | ||
| OfxPropertySetHandle | in, | ||
| OfxPropertySetHandle | out | ||
| ) | [inline, static, protected] |
Definition at line 203 of file ofxsImageEffect.h.
References OFX::FactoryMainEntryHelper< FACTORY >::_uid, and OFX::Private::mainEntryStr().

std::string OFX::FactoryMainEntryHelper< FACTORY >::_id [protected] |
Definition at line 209 of file ofxsImageEffect.h.
Referenced by OFX::FactoryMainEntryHelper< FACTORY >::getHelperID().
unsigned int OFX::FactoryMainEntryHelper< FACTORY >::_maj [protected] |
Definition at line 210 of file ofxsImageEffect.h.
Referenced by OFX::FactoryMainEntryHelper< FACTORY >::getHelperMajorVersion().
unsigned int OFX::FactoryMainEntryHelper< FACTORY >::_min [protected] |
Definition at line 211 of file ofxsImageEffect.h.
Referenced by OFX::FactoryMainEntryHelper< FACTORY >::getHelperMinorVersion().
std::string OFX::FactoryMainEntryHelper< T >::_uid [static, protected] |
Definition at line 208 of file ofxsImageEffect.h.
Referenced by OFX::FactoryMainEntryHelper< FACTORY >::FactoryMainEntryHelper(), OFX::FactoryMainEntryHelper< FACTORY >::getHelperUID(), and OFX::FactoryMainEntryHelper< FACTORY >::mainEntry().