Searched refs:ComponentObject (Results 1 – 1 of 1) sorted by relevance
336 typedef struct ComponentObject { struct339 } ComponentObject; typedef343 ComponentObject *it; in CmpObj_New()349 it = PyObject_NEW(ComponentObject, &Component_Type); in CmpObj_New()366 *p_itself = ((ComponentObject *)v)->ob_itself; in CmpObj_Convert()370 static void CmpObj_dealloc(ComponentObject *self) in CmpObj_dealloc()376 static PyObject *CmpObj_UnregisterComponent(ComponentObject *_self, PyObject *_args) in CmpObj_UnregisterComponent()392 static PyObject *CmpObj_GetComponentInfo(ComponentObject *_self, PyObject *_args) in CmpObj_GetComponentInfo()419 static PyObject *CmpObj_OpenComponent(ComponentObject *_self, PyObject *_args) in CmpObj_OpenComponent()434 static PyObject *CmpObj_ResolveComponentAlias(ComponentObject *_self, PyObject *_args) in CmpObj_ResolveComponentAlias()[all …]