MkObjectC - define the class … More...
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 363 of file MkObjectC_py.c.
|
static |
Python:
→ C-API netObj.HandleDelete()
Handle-Delete-Slot - delete a netObj from handle-storage …
Definition at line 217 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 285 of file MkObjectC_py.c.
|
static |
Python:
→ C-API bool obj.HandleExists()
check if obj has already a handle defined…
Definition at line 231 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
Definition at line 244 of file MkObjectC_py.c.
|
static |
Python:
→ C-API MK_HDL obj.HandleGetOfType()
Export-Slot - returns typeHdl of the obj .
Definition at line 257 of file MkObjectC_py.c.
|
static |
Python:
→ C-API MK_HDL obj.HandleGetOr0()
return export-hdl or 0 in not created…
Definition at line 270 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 199 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 340 of file MkObjectC_py.c.
|
static |
Python:
→ C-API MkObjectC obj.Next()
get next instance from linked-list of MkObjectS type
Definition at line 310 of file MkObjectC_py.c.
|
static |
Python:
→ C-API MkObjectC obj.Prev()
get previous instance from linked-list of MkObjectS type
Definition at line 324 of file MkObjectC_py.c.