LcSettingC - define the class … More...
Functions | |
static OT_ProcRet | tcllcconfig_LcSettingC_HandleResolve (OtClass_ARGS) |
Tcl: → C-API Handle-Resolve-Slot - return a LcSettingC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tcllcconfig_LcSettingC_HandleGet (LcSettingC_ARGS) |
static OT_ProcRet | tcllcconfig_LcSettingC_Next (LcSettingC_ARGS) |
Tcl: → C-API get next instance from linked-list of LcSettingS type | |
static OT_ProcRet | tcllcconfig_LcSettingC_Prev (LcSettingC_ARGS) |
Tcl: → C-API get previous instance from linked-list of LcSettingS type | |
static OT_ProcRet | tcllcconfig_LcSettingC_Instances (OtClass_ARGS) |
Tcl: → C-API get head-instance from linked-list of LcSettingS type … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetNull (OtClass_ARGS) |
Tcl: → C-API Null-Slot - return a LcSettingC typed NULL instance … | |
LcSettingC - define the class …
|
static |
Tcl:
→ C-API (static) LcSettingC [LcSettingC GetNull]
Null-Slot - return a LcSettingC typed NULL
instance …
Definition at line 289 of file LcSettingC_tcl.c.
|
static |
Definition at line 224 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API (static) LcSettingC [LcSettingC HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a LcSettingC from netHdl or "MK_NULL"
if invalid…
Definition at line 205 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API (static) LcSettingC [LcSettingC Instances]
get head-instance from linked-list of LcSettingS type …
Definition at line 266 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API LcSettingC [$cfs Next]
get next instance from linked-list of LcSettingS type
Definition at line 236 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API LcSettingC [$cfs Prev]
get previous instance from linked-list of LcSettingS type
Definition at line 250 of file LcSettingC_tcl.c.