LcConfigC - define the class … More...
Functions | |
static OT_ProcRet | tcllcconfig_LcConfigC_HandleResolve (OtClass_ARGS) |
Tcl: → C-API Handle-Resolve-Slot - return a LcConfigC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tcllcconfig_LcConfigC_HandleGet (LcConfigC_ARGS) |
static OT_ProcRet | tcllcconfig_LcConfigC_Next (LcConfigC_ARGS) |
Tcl: → C-API get next instance from linked-list of LcConfigS type | |
static OT_ProcRet | tcllcconfig_LcConfigC_Prev (LcConfigC_ARGS) |
Tcl: → C-API get previous instance from linked-list of LcConfigS type | |
static OT_ProcRet | tcllcconfig_LcConfigC_Instances (OtClass_ARGS) |
Tcl: → C-API get head-instance from linked-list of LcConfigS type … | |
static OT_ProcRet | tcllcconfig_LcConfigC_GetNull (OtClass_ARGS) |
Tcl: → C-API Null-Slot - return a LcConfigC typed NULL instance … | |
LcConfigC - define the class …
|
static |
Tcl:
→ C-API (static) LcConfigC [LcConfigC GetNull]
Null-Slot - return a LcConfigC typed NULL
instance …
Definition at line 271 of file LcConfigC_tcl.c.
|
static |
Definition at line 206 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API (static) LcConfigC [LcConfigC HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a LcConfigC from netHdl or "MK_NULL"
if invalid…
Definition at line 187 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API (static) LcConfigC [LcConfigC Instances]
get head-instance from linked-list of LcConfigS type …
Definition at line 248 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API LcConfigC [$cfg Next]
get next instance from linked-list of LcConfigS type
Definition at line 218 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API LcConfigC [$cfg Prev]
get previous instance from linked-list of LcConfigS type
Definition at line 232 of file LcConfigC_tcl.c.