MkObjectC - define the class … More...
MkObjectC - define the class …
|
static |
Ruby:
→ C-API (static) MkObjectC MkObjectC.GetNull()
Null-Slot - return a MkObjectC typed NULL
instance …
Definition at line 348 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API netObj.HandleDelete()
Handle-Delete-Slot - delete a netObj from handle-storage …
Definition at line 229 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API (static) MkObjectC.HandleDeleteByNetHdl(netHdl:MK_HDL)
Handle-Delete-Slot - delete a netHdl from handle-storage …
Definition at line 282 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API bool obj.HandleExists()
check if obj has already a handle defined…
Definition at line 240 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API MK_HDL obj.HandleGet()
Handle-Get-Slot - returns a export-hdl to the MkObjectC useable for external storage
Definition at line 250 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API MK_HDL obj.HandleGetOfType()
Export-Slot - returns typeHdl of the obj .
Definition at line 260 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API MK_HDL obj.HandleGetOr0()
return export-hdl or 0 in not created…
Definition at line 270 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API (static) MkObjectC MkObjectC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MkObjectC from netHdl or nil if invalid…
Definition at line 214 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API (static) MkObjectC MkObjectC.Instances()
get head-instance from linked-list of MkObjectS type …
Definition at line 328 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API MkObjectC obj.Next()
get next instance from linked-list of MkObjectS type
Definition at line 304 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API MkObjectC obj.Prev()
get previous instance from linked-list of MkObjectS type
Definition at line 315 of file MkObjectC_rb.c.