Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Classes | Functions | Variables
direct.ffi.FFIExternalObject Namespace Reference

Classes

class  FFIExternalObject
 

Functions

def FFIInstance
 
def funcToMethod
 
def registerInTypeMap
 

Variables

dictionary DowncastMap = {}
 
dictionary WrapperClassMap = {}
 

Function Documentation

def direct.ffi.FFIExternalObject.FFIInstance (   classdef,
  this = 0,
  userManagesMemory = 0 
)
def direct.ffi.FFIExternalObject.funcToMethod (   func,
  clas,
  method_name = None 
)
Adds func to class so it is an accessible method; use method_name to specify the name to be used for calling the method.
The new method is accessible to any instance immediately.
def direct.ffi.FFIExternalObject.registerInTypeMap (   pythonClass)

Variable Documentation

dictionary DowncastMap = {}
dictionary WrapperClassMap = {}