Sq3FileC - define the class … More...
Functions | |
static OT_ProcRet | tclsq3lite_Sq3FileC_HandleResolve (OtClass_ARGS) |
Tcl: → C-API Handle-Resolve-Slot - return a Sq3FileC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tclsq3lite_Sq3FileC_HandleGet (Sq3FileC_ARGS) |
static OT_ProcRet | tclsq3lite_Sq3FileC_Next (Sq3FileC_ARGS) |
Tcl: → C-API get next instance from linked-list of Sq3FileS type | |
static OT_ProcRet | tclsq3lite_Sq3FileC_Prev (Sq3FileC_ARGS) |
Tcl: → C-API get previous instance from linked-list of Sq3FileS type | |
static OT_ProcRet | tclsq3lite_Sq3FileC_Instances (OtClass_ARGS) |
Tcl: → C-API get head-instance from linked-list of Sq3FileS type … | |
static OT_ProcRet | tclsq3lite_Sq3FileC_GetNull (OtClass_ARGS) |
Tcl: → C-API Null-Slot - return a Sq3FileC typed NULL instance … | |
Sq3FileC - define the class …
|
static |
Tcl:
→ C-API (static) Sq3FileC [Sq3FileC GetNull]
Null-Slot - return a Sq3FileC typed NULL
instance …
Definition at line 233 of file Sq3FileC_tcl.c.
|
static |
Definition at line 168 of file Sq3FileC_tcl.c.
|
static |
Tcl:
→ C-API (static) Sq3FileC [Sq3FileC HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a Sq3FileC from netHdl or "MK_NULL"
if invalid…
Definition at line 149 of file Sq3FileC_tcl.c.
|
static |
Tcl:
→ C-API (static) Sq3FileC [Sq3FileC Instances]
get head-instance from linked-list of Sq3FileS type …
Definition at line 210 of file Sq3FileC_tcl.c.
|
static |
Tcl:
→ C-API Sq3FileC [$file Next]
get next instance from linked-list of Sq3FileS type
Definition at line 180 of file Sq3FileC_tcl.c.
|
static |
Tcl:
→ C-API Sq3FileC [$file Prev]
get previous instance from linked-list of Sq3FileS type
Definition at line 194 of file Sq3FileC_tcl.c.