|
TuttleOFX
1
|
#include <OfxhMessage.hpp>


Public Member Functions | |
| virtual | ~OfxhIMessage () |
| virtual void | vmessage (const char *type, const char *id, const char *format, va_list args) const OFX_EXCEPTION_SPEC=0 |
Definition at line 13 of file OfxhMessage.hpp.
| virtual tuttle::host::ofx::OfxhIMessage::~OfxhIMessage | ( | ) | [inline, virtual] |
Definition at line 16 of file OfxhMessage.hpp.
| virtual void tuttle::host::ofx::OfxhIMessage::vmessage | ( | const char * | type, |
| const char * | id, | ||
| const char * | format, | ||
| va_list | args | ||
| ) | const [pure virtual] |
Implemented in tuttle::host::ofx::imageEffect::OfxhImageEffectNode, and tuttle::host::ImageEffectNode.