TuttleOFX  1
tuttle::host::ofx::OfxhIObject Class Reference

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>

Inheritance diagram for tuttle::host::ofx::OfxhIObject:

Public Member Functions

virtual ~OfxhIObject ()=0

Detailed Description

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.


Constructor & Destructor Documentation

tuttle::host::ofx::OfxhIObject::~OfxhIObject ( ) [pure virtual]

Definition at line 7 of file OfxhIObject.cpp.


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