Sq3BlobC - define the class … More...
Functions | |
static OT_ProcRet | tclsq3lite_Sq3BlobC_HandleResolve (OtClass_ARGS) |
Tcl: → C-API Handle-Resolve-Slot - return a Sq3BlobC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tclsq3lite_Sq3BlobC_HandleGet (Sq3BlobC_ARGS) |
static OT_ProcRet | tclsq3lite_Sq3BlobC_Next (Sq3BlobC_ARGS) |
Tcl: → C-API get next instance from linked-list of Sq3BlobS type | |
static OT_ProcRet | tclsq3lite_Sq3BlobC_Prev (Sq3BlobC_ARGS) |
Tcl: → C-API get previous instance from linked-list of Sq3BlobS type | |
static OT_ProcRet | tclsq3lite_Sq3BlobC_Instances (OtClass_ARGS) |
Tcl: → C-API get head-instance from linked-list of Sq3BlobS type … | |
static OT_ProcRet | tclsq3lite_Sq3BlobC_GetNull (OtClass_ARGS) |
Tcl: → C-API Null-Slot - return a Sq3BlobC typed NULL instance … | |
Sq3BlobC - define the class …
|
static |
Tcl:
→ C-API (static) Sq3BlobC [Sq3BlobC GetNull]
Null-Slot - return a Sq3BlobC typed NULL
instance …
Definition at line 250 of file Sq3BlobC_tcl.c.
|
static |
Definition at line 185 of file Sq3BlobC_tcl.c.
|
static |
Tcl:
→ C-API (static) Sq3BlobC [Sq3BlobC HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a Sq3BlobC from netHdl or "MK_NULL"
if invalid…
Definition at line 166 of file Sq3BlobC_tcl.c.
|
static |
Tcl:
→ C-API (static) Sq3BlobC [Sq3BlobC Instances]
get head-instance from linked-list of Sq3BlobS type …
Definition at line 227 of file Sq3BlobC_tcl.c.
|
static |
Tcl:
→ C-API Sq3BlobC [$blob Next]
get next instance from linked-list of Sq3BlobS type
Definition at line 197 of file Sq3BlobC_tcl.c.
|
static |
Tcl:
→ C-API Sq3BlobC [$blob Prev]
get previous instance from linked-list of Sq3BlobS type
Definition at line 211 of file Sq3BlobC_tcl.c.