LcSettingC - various functions to create, initialize and destroy … More...
Functions | |
static OT_ProcRet | tcllcconfig_LcSettingC_Add (LcSettingC_ARGS) |
Tcl: → C-API This function adds a new child setting or element to the setting parent, which must be a group, array, or list … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetConfig (LcSettingC_ARGS) |
Tcl: → C-API addon - return the LcConfigC from the LcSettingC … | |
LcSettingC - various functions to create, initialize and destroy …
|
static |
Tcl:
→ C-API (constructor) LcSettingC [$parent Add name:string __type:LcConfigTypeE]
This function adds a new child setting or element to the setting parent, which must be a group, array, or list …
Definition at line 1139 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API LcConfigC [$setting GetConfig]
addon - return the LcConfigC from the LcSettingC …
Definition at line 1163 of file LcSettingC_tcl.c.