Sq3LiteC - define the class … More...
Functions | |
static OT_ProcRet | tclsq3lite_Sq3LiteC_HandleResolve (OtClass_ARGS) |
Tcl: → C-API Handle-Resolve-Slot - return a Sq3LiteC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tclsq3lite_Sq3LiteC_HandleGet (Sq3LiteC_ARGS) |
static OT_ProcRet | tclsq3lite_Sq3LiteC_Next (Sq3LiteC_ARGS) |
Tcl: → C-API get next instance from linked-list of Sq3LiteS type | |
static OT_ProcRet | tclsq3lite_Sq3LiteC_Prev (Sq3LiteC_ARGS) |
Tcl: → C-API get previous instance from linked-list of Sq3LiteS type | |
static OT_ProcRet | tclsq3lite_Sq3LiteC_Instances (OtClass_ARGS) |
Tcl: → C-API get head-instance from linked-list of Sq3LiteS type … | |
static OT_ProcRet | tclsq3lite_Sq3LiteC_GetNull (OtClass_ARGS) |
Tcl: → C-API Null-Slot - return a Sq3LiteC typed NULL instance … | |
Sq3LiteC - define the class …
|
static |
Tcl:
→ C-API (static) Sq3LiteC [Sq3LiteC GetNull]
Null-Slot - return a Sq3LiteC typed NULL
instance …
Definition at line 278 of file Sq3LiteC_tcl.c.
|
static |
Definition at line 213 of file Sq3LiteC_tcl.c.
|
static |
Tcl:
→ C-API (static) Sq3LiteC [Sq3LiteC HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a Sq3LiteC from netHdl or "MK_NULL"
if invalid…
Definition at line 194 of file Sq3LiteC_tcl.c.
|
static |
Tcl:
→ C-API (static) Sq3LiteC [Sq3LiteC Instances]
get head-instance from linked-list of Sq3LiteS type …
Definition at line 255 of file Sq3LiteC_tcl.c.
|
static |
Tcl:
→ C-API Sq3LiteC [$lite Next]
get next instance from linked-list of Sq3LiteS type
Definition at line 225 of file Sq3LiteC_tcl.c.
|
static |
Tcl:
→ C-API Sq3LiteC [$lite Prev]
get previous instance from linked-list of Sq3LiteS type
Definition at line 239 of file Sq3LiteC_tcl.c.