TuttleOFX
1
|
#include <ofxsInteract.h>
Public Types | |
typedef DESC | Descriptor |
Public Member Functions | |
OfxPluginEntryPoint * | getMainEntry () |
OFX::ParamInteractDescriptor & | getDescriptor () |
void | setParamName (const std::string &pName) |
Data Fields | |
Descriptor | _descriptor |
Static Protected Attributes | |
static std::string | _paramNameStatic |
Definition at line 344 of file ofxsInteract.h.
typedef DESC OFX::DefaultParamInteractWrap< DESC >::Descriptor |
Definition at line 347 of file ofxsInteract.h.
OFX::ParamInteractDescriptor& OFX::DefaultParamInteractWrap< DESC >::getDescriptor | ( | ) | [inline, virtual] |
Implements OFX::ParamInteractWrap.
Definition at line 352 of file ofxsInteract.h.
References OFX::DefaultParamInteractWrap< DESC >::_descriptor.
OfxPluginEntryPoint* OFX::DefaultParamInteractWrap< DESC >::getMainEntry | ( | ) | [inline, virtual] |
Implements OFX::ParamInteractWrap.
Definition at line 350 of file ofxsInteract.h.
void OFX::DefaultParamInteractWrap< DESC >::setParamName | ( | const std::string & | pName | ) | [inline] |
Definition at line 354 of file ofxsInteract.h.
References OFX::DefaultParamInteractWrap< DESC >::_paramNameStatic.
Descriptor OFX::DefaultParamInteractWrap< DESC >::_descriptor |
Definition at line 348 of file ofxsInteract.h.
Referenced by OFX::DefaultParamInteractWrap< DESC >::getDescriptor().
std::string OFX::DefaultParamInteractWrap< DESC >::_paramNameStatic [static, protected] |
Definition at line 357 of file ofxsInteract.h.
Referenced by OFX::DefaultParamInteractWrap< DESC >::setParamName().