TuttleOFX
1
|
All openfx objects that can be send to the plugin need to inherit this class. So all these objects can be seen as OfxhIObject (reinterpret_cast) and then properly dynamic_cast to the desired class. More...
#include <OfxhIObject.hpp>
Public Member Functions | |
virtual | ~OfxhIObject ()=0 |
All openfx objects that can be send to the plugin need to inherit this class. So all these objects can be seen as OfxhIObject (reinterpret_cast) and then properly dynamic_cast to the desired class.
Definition at line 13 of file OfxhIObject.hpp.
tuttle::host::ofx::OfxhIObject::~OfxhIObject | ( | ) | [pure virtual] |
Definition at line 7 of file OfxhIObject.cpp.