MkObjectC - define the class … More...
Functions | |
static OT_ProcRet | py_mkkernel_MkObjectC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a MkObjectC from netHdl or None if invalid… | |
static OT_ProcRet | py_mkkernel_MkObjectC_HandleDelete (MkObjectC_ARGS) |
Python: → C-API Handle-Delete-Slot - delete a netObj from handle-storage … | |
static OT_ProcRet | py_mkkernel_MkObjectC_HandleGet (MkObjectC_ARGS) |
Python: → C-API Handle-Get-Slot - returns a export-hdl to the MkObjectC useable for external storage | |
static OT_ProcRet | py_mkkernel_MkObjectC_HandleDeleteByNetHdl (OtClass_ARGS) |
Python: → C-API Handle-Delete-Slot - delete a netHdl from handle-storage … | |
static OT_ProcRet | py_mkkernel_MkObjectC_Next (MkObjectC_ARGS) |
Python: → C-API get next instance from linked-list of MkObjectS type | |
static OT_ProcRet | py_mkkernel_MkObjectC_Prev (MkObjectC_ARGS) |
Python: → C-API get previous instance from linked-list of MkObjectS type | |
static OT_ProcRet | py_mkkernel_MkObjectC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of MkObjectS type … | |
static OT_ProcRet | py_mkkernel_MkObjectC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a MkObjectC typed NULL instance … | |
MkObjectC - define the class …
Method definition
|
static |
Python:
→ C-API [static] MkObjectC MkObjectC.GetNull()
Null-Slot - return a MkObjectC typed NULL
instance …
Definition at line 300 of file MkObjectC_py.c.
|
static |
Python:
→ C-API netObj.HandleDelete()
Handle-Delete-Slot - delete a netObj from handle-storage …
Definition at line 203 of file MkObjectC_py.c.
|
static |
Python:
→ C-API [static] MkObjectC.HandleDeleteByNetHdl(netHdl:MK_HDL)
Handle-Delete-Slot - delete a netHdl from handle-storage …
Definition at line 222 of file MkObjectC_py.c.
|
static |
Python:
→ C-API MK_HDL obj.HandleGet()
Handle-Get-Slot - returns a export-hdl to the MkObjectC useable for external storage
Python:
→ C-API bool obj.IsNull()
ckeck if the object is None
Definition at line 1141 of file MkObjectC_py.c.
|
static |
Python:
→ C-API [static] MkObjectC MkObjectC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MkObjectC from netHdl or None
if invalid…
Definition at line 185 of file MkObjectC_py.c.
|
static |
Python:
→ C-API [static] MkObjectC MkObjectC.Instances()
get head-instance from linked-list of MkObjectS type …
Definition at line 277 of file MkObjectC_py.c.
|
static |
Python:
→ C-API MkObjectC obj.Next()
get next instance from linked-list of MkObjectS type
Definition at line 247 of file MkObjectC_py.c.
|
static |
Python:
→ C-API MkObjectC obj.Prev()
get previous instance from linked-list of MkObjectS type
Definition at line 261 of file MkObjectC_py.c.