Python Reference Guide
 
Loading...
Searching...
No Matches
FBPythonWrapper Class Reference

Base class of FBPlug in Python. More...

#include <pyfbsdk.h>

Public Attributes

FBEvent OnUnbind
 Event: Will notifier the user when the corresponding ORSDK objects is unbound from the PythonObject.
 

Detailed Description

Base class of FBPlug in Python.

This class act as a bridge between the ORSDK C++ world and the Python world. Since each Python objects wrap a ORSDK object we need a way to notify Python if the ORSDK object is destroyed.

OnUnbind is used in this way: it notifies the user when the wrapped ORSDK objects is destroyed.

Member Data Documentation

◆ OnUnbind

FBEvent OnUnbind

Event: Will notifier the user when the corresponding ORSDK objects is unbound from the PythonObject.