TuttleOFX  1
tuttle::host::ofx::interact::OfxhInteractBase Class Reference

#include <OfxhInteract.hpp>

Inheritance diagram for tuttle::host::ofx::interact::OfxhInteractBase:

Public Member Functions

 OfxhInteractBase ()
virtual ~OfxhInteractBase ()=0
bool verifyMagic () const
OfxInteractHandle getHandle ()
 grab a handle on the parameter for passing to the C API
virtual OfxPropertySetHandle getPropHandle ()=0
 get the property handle for this instance/descriptor

Private Attributes

const int _magic
 to check for handles being nice

Static Private Attributes

static const int kMagic = 0x09012013
 magic number for Interact, and current day :-)

Detailed Description

Definition at line 45 of file OfxhInteract.hpp.


Constructor & Destructor Documentation

tuttle::host::ofx::interact::OfxhInteractBase::OfxhInteractBase ( ) [inline]

Definition at line 48 of file OfxhInteract.hpp.

tuttle::host::ofx::interact::OfxhInteractBase::~OfxhInteractBase ( ) [pure virtual]

Definition at line 52 of file OfxhInteract.cpp.


Member Function Documentation

OfxInteractHandle tuttle::host::ofx::interact::OfxhInteractBase::getHandle ( ) [inline]

grab a handle on the parameter for passing to the C API

Definition at line 61 of file OfxhInteract.hpp.

Referenced by tuttle::host::ofx::interact::OfxhInteract::callEntry(), and tuttle::host::ofx::interact::OfxhInteractDescriptor::describe().

virtual OfxPropertySetHandle tuttle::host::ofx::interact::OfxhInteractBase::getPropHandle ( ) [pure virtual]

get the property handle for this instance/descriptor

Implemented in tuttle::host::ofx::interact::OfxhInteract, and tuttle::host::ofx::interact::OfxhInteractDescriptor.

bool tuttle::host::ofx::interact::OfxhInteractBase::verifyMagic ( ) const [inline]

Definition at line 58 of file OfxhInteract.hpp.

References _magic, and kMagic.


Field Documentation

to check for handles being nice

Definition at line 55 of file OfxhInteract.hpp.

Referenced by verifyMagic().

const int tuttle::host::ofx::interact::OfxhInteractBase::kMagic = 0x09012013 [static, private]

magic number for Interact, and current day :-)

Definition at line 54 of file OfxhInteract.hpp.

Referenced by verifyMagic().


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