LcSettingC - various functions to set date into a setting … More...
Functions | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetBoolElem (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetFloatElem (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetInt64Elem (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetIntElem (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetStringElem (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value at the specified index index in the setting setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetBool (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetFloat (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetFormat (LcSettingC_ARGS) |
Tcl: → C-API These functions get and set the external format for the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetInt (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetInt64 (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value of the given setting to value … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SetString (LcSettingC_ARGS) |
Tcl: → C-API These functions set the value of the given setting to value … | |
LcSettingC - various functions to set date into a setting …
|
static |
Tcl:
→ C-API $setting SetBool value:bool
These functions set the value of the given setting to value …
Definition at line 1025 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API LcSettingC [$setting SetBoolElem idx:int32 value:int32]
These functions set the value at the specified index index in the setting setting to value …
Definition at line 913 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API $setting SetFloat value:double
These functions set the value of the given setting to value …
Definition at line 1041 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API LcSettingC [$setting SetFloatElem idx:int32 value:double]
These functions set the value at the specified index index in the setting setting to value …
Definition at line 935 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API $setting SetFormat format:LcConfigFormatE
These functions get and set the external format for the setting setting …
Definition at line 1057 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API $setting SetInt value:int32
These functions set the value of the given setting to value …
Definition at line 1073 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API $setting SetInt64 value:int64
These functions set the value of the given setting to value …
Definition at line 1089 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API LcSettingC [$setting SetInt64Elem idx:int32 value:int64]
These functions set the value at the specified index index in the setting setting to value …
Definition at line 957 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API LcSettingC [$setting SetIntElem idx:int32 value:int32]
These functions set the value at the specified index index in the setting setting to value …
Definition at line 979 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API $setting SetString value:string
These functions set the value of the given setting to value …
Definition at line 1105 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API LcSettingC [$setting SetStringElem idx:int32 value:string]
These functions set the value at the specified index index in the setting setting to value …
Definition at line 1001 of file LcSettingC_tcl.c.