FBPythonWrapper Class Reference

FBPythonWrapper Class Reference

#include <mainpage.h>

Class Description

Base class of FBPlug in Python. This class acts 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.

+ Inheritance diagram for FBPythonWrapper:

Public Member Functions

 __reduce__ ()
 
 __init__ (...)
 

Public Attributes

object OnUnbind
 

Member Function Documentation

__init__ (   ...)

Python Docstring:

Raises an exception
This class cannot be instantiated from Python 
__reduce__ ( )

Member Data Documentation

object OnUnbind