MkObjectC - create and destroy a managed-object … More...
Functions | |
static OT_ProcRet | pymkkernel_MkObjectC_Dispose (MkObjectC_ARGS) |
Python: → C-API Dispose-Slot - untie the connection between the Native-Python-Instance and the pymkkernel-Instance. | |
static OT_ProcRet | pymkkernel_MkObjectC_Delete (MkObjectC_ARGS) |
Python: → C-API Delete-Slot - delete an instance. | |
static OT_ProcRet | pymkkernel_MkObjectC_DeleteCallbackCleanup (OtClass_ARGS) |
Python: → C-API cleanup the DeleteCallback installed with MkObjectDeleteCallbackSetup … | |
static OT_ProcRet | pymkkernel_MkObjectC_DeleteCallbackSetup (OtClass_ARGS) |
Python: → C-API Create/Delete the instance-delete-callback … | |
MkObjectC - create and destroy a managed-object …
|
static |
Python:
→ C-API [destructor] obj.Delete()
Delete-Slot - delete an instance.
Definition at line 926 of file MkObjectC_py.c.
|
static |
Python:
→ C-API [static] MkObjectC.DeleteCallbackCleanup(ident:string)
cleanup the DeleteCallback installed with MkObjectDeleteCallbackSetup …
Definition at line 942 of file MkObjectC_py.c.
|
static |
Python:
→ C-API [static] MkObjectC.DeleteCallbackSetup(ident:string, ?callback:callable=None?, ?filter:string="None"?)
Create/Delete the instance-delete-callback …
Definition at line 958 of file MkObjectC_py.c.
|
static |
Python:
→ C-API [destructor] obj.Dispose()
Dispose-Slot - untie the connection between the Native-Python-Instance and the pymkkernel-Instance.
Definition at line 910 of file MkObjectC_py.c.