TuttleOFX
1
|
OFX suite that allows an effect to interact with an openGL window so as to provide custom interfaces. More...
#include <ofxInteract.h>
Data Fields | |
OfxStatus(* | interactSwapBuffers )(OfxInteractHandle interactInstance) |
Requests an openGL buffer swap on the interact instance. | |
OfxStatus(* | interactRedraw )(OfxInteractHandle interactInstance) |
Requests a redraw of the interact instance. | |
OfxStatus(* | interactGetPropertySet )(OfxInteractHandle interactInstance, OfxPropertySetHandle *property) |
Gets the property set handle for this interact handle. |
OFX suite that allows an effect to interact with an openGL window so as to provide custom interfaces.
Definition at line 221 of file ofxInteract.h.
OfxStatus( * OfxInteractSuiteV1::interactGetPropertySet)(OfxInteractHandle interactInstance, OfxPropertySetHandle *property) |
Gets the property set handle for this interact handle.
Definition at line 230 of file ofxInteract.h.
Referenced by OFX::Interact::Interact(), OFX::Private::interactMainEntry(), OFX::retrieveEffectFromInteractHandle(), and OFX::Private::retrieveInteractPointer().
OfxStatus( * OfxInteractSuiteV1::interactRedraw)(OfxInteractHandle interactInstance) |
Requests a redraw of the interact instance.
Definition at line 227 of file ofxInteract.h.
Referenced by OFX::Interact::requestRedraw().
OfxStatus( * OfxInteractSuiteV1::interactSwapBuffers)(OfxInteractHandle interactInstance) |
Requests an openGL buffer swap on the interact instance.
Definition at line 224 of file ofxInteract.h.
Referenced by OFX::Interact::swapBuffers().