LcSettingC - various functions to get data from a setting … More...
Functions | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetElem (LcSettingC_ARGS) |
Tcl: → C-API This function fetches the element at the given index index in the setting setting, which must be an array, list, or group … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetMember (LcSettingC_ARGS) |
Tcl: → C-API This function fetches the child setting named name from the group setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetBool (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetBoolElem (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetFloat (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetFloatElem (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetFormat (LcSettingC_ARGS) |
Tcl: → C-API These functions get and set the external format for the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetInt (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetInt64 (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetInt64Elem (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetIntElem (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetString (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_GetStringElem (LcSettingC_ARGS) |
Tcl: → C-API These functions return the value at the specified index index in the setting setting … | |
LcSettingC - various functions to get data from a setting …
|
static |
Tcl:
→ C-API bool [$setting GetBool]
These functions return the value of the given setting …
Definition at line 354 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API bool [$setting GetBoolElem idx:int32]
These functions return the value at the specified index index in the setting setting …
Definition at line 367 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API LcSettingC [$setting GetElem idx:int32]
This function fetches the element at the given index index in the setting setting, which must be an array, list, or group …
Definition at line 312 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API double [$setting GetFloat]
These functions return the value of the given setting …
Definition at line 382 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API double [$setting GetFloatElem idx:int32]
These functions return the value at the specified index index in the setting setting …
Definition at line 395 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API LcConfigFormatE [$setting GetFormat]
These functions get and set the external format for the setting setting …
Definition at line 410 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$setting GetInt]
These functions return the value of the given setting …
Definition at line 423 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API int64 [$setting GetInt64]
These functions return the value of the given setting …
Definition at line 436 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API int64 [$setting GetInt64Elem idx:int32]
These functions return the value at the specified index index in the setting setting …
Definition at line 449 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$setting GetIntElem idx:int32]
These functions return the value at the specified index index in the setting setting …
Definition at line 464 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API LcSettingC [$setting GetMember name:string]
This function fetches the child setting named name from the group setting …
Definition at line 332 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API string [$setting GetString]
These functions return the value of the given setting …
Definition at line 479 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API string [$setting GetStringElem idx:int32]
These functions return the value at the specified index index in the setting setting …
Definition at line 492 of file LcSettingC_tcl.c.