Lines Matching refs:ComponentInstanceObject
65 typedef struct ComponentInstanceObject { struct
68 } ComponentInstanceObject; typedef
72 ComponentInstanceObject *it; in CmpInstObj_New()
77 it = PyObject_NEW(ComponentInstanceObject, &ComponentInstance_Type); in CmpInstObj_New()
90 *p_itself = ((ComponentInstanceObject *)v)->ob_itself; in CmpInstObj_Convert()
94 static void CmpInstObj_dealloc(ComponentInstanceObject *self) in CmpInstObj_dealloc()
100 static PyObject *CmpInstObj_CloseComponent(ComponentInstanceObject *_self, PyObject *_args) in CmpInstObj_CloseComponent()
116 static PyObject *CmpInstObj_GetComponentInstanceError(ComponentInstanceObject *_self, PyObject *_ar… in CmpInstObj_GetComponentInstanceError()
132 static PyObject *CmpInstObj_SetComponentInstanceError(ComponentInstanceObject *_self, PyObject *_ar… in CmpInstObj_SetComponentInstanceError()
149 static PyObject *CmpInstObj_GetComponentInstanceStorage(ComponentInstanceObject *_self, PyObject *_… in CmpInstObj_GetComponentInstanceStorage()
164 static PyObject *CmpInstObj_SetComponentInstanceStorage(ComponentInstanceObject *_self, PyObject *_… in CmpInstObj_SetComponentInstanceStorage()
182 static PyObject *CmpInstObj_ComponentFunctionImplemented(ComponentInstanceObject *_self, PyObject *… in CmpInstObj_ComponentFunctionImplemented()
200 static PyObject *CmpInstObj_GetComponentVersion(ComponentInstanceObject *_self, PyObject *_args) in CmpInstObj_GetComponentVersion()
215 static PyObject *CmpInstObj_ComponentSetTarget(ComponentInstanceObject *_self, PyObject *_args) in CmpInstObj_ComponentSetTarget()
276 ((ComponentInstanceObject *)_self)->ob_itself = itself; in CmpInstObj_tp_new()
287 sizeof(ComponentInstanceObject), /*tp_basicsize*/