LcSettingC - various functions to set date into a setting …
More...
LcSettingC - various functions to set date into a setting …
◆ tcllcconfig_LcSettingC_SetBool()
Tcl: $setting SetBool value:bool
→ C-API
These functions set the value of the given setting to value …
Definition at line 1034 of file LcSettingC_tcl.c.
1034 {
1042 goto end;
1043 error:
1045 end:
1047}
#define OT_CHECK_bool(val)
#define OT_SETUP_ONEARG(d)
#define OT_retObj_SET_Error
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_SET_None
#define MkErrorC_Check(mng, PROC)
static enum MkErrorE LcSettingSetBool(LC_CFS setting, MK_BOOL value)
These functions set the value of the given setting to value …
◆ tcllcconfig_LcSettingC_SetBoolElem()
Tcl: LcSettingC [$setting SetBoolElem idx:int32 value:int32]
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 922 of file LcSettingC_tcl.c.
922 {
931 if (retVal == NULL) {
933 goto error;
934 }
936 goto end;
937 error:
939 end:
941}
#define OT_retObj_SET_CFS(nat)
#define OT_SETUP_VARARGS(min, max, d)
#define OT_CHECK_NI4(val)
#define OT_ERROR_SOFT_CONSTRUCTOR(class)
static LC_CFS LcSettingSetBoolElem(LC_CFS setting, MK_I32 idx, MK_I32 value)
These functions set the value at the specified index index in the setting setting to value …
Struct to represent the data from the LcSettingC …
◆ tcllcconfig_LcSettingC_SetFloat()
Tcl: $setting SetFloat value:double
→ C-API
These functions set the value of the given setting to value …
Definition at line 1050 of file LcSettingC_tcl.c.
1050 {
1058 goto end;
1059 error:
1061 end:
1063}
#define OT_CHECK_NF8(val)
static enum MkErrorE LcSettingSetFloat(LC_CFS setting, MK_DBL value)
These functions set the value of the given setting to value …
◆ tcllcconfig_LcSettingC_SetFloatElem()
Tcl: LcSettingC [$setting SetFloatElem idx:int32 value:double]
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 944 of file LcSettingC_tcl.c.
944 {
953 if (retVal == NULL) {
955 goto error;
956 }
958 goto end;
959 error:
961 end:
963}
static LC_CFS LcSettingSetFloatElem(LC_CFS setting, MK_I32 idx, MK_DBL value)
These functions set the value at the specified index index in the setting setting to value …
◆ tcllcconfig_LcSettingC_SetFormat()
Tcl: $setting SetFormat format:LcConfigFormatE
→ C-API
These functions get and set the external format for the setting setting …
Definition at line 1066 of file LcSettingC_tcl.c.
1066 {
1074 goto end;
1075 error:
1077 end:
1079}
#define OT_CHECK_ENUM(ename, val)
LcConfigFormatE
set the format of a LcSettingC …
static enum MkErrorE LcSettingSetFormat(LC_CFS setting, enum LcConfigFormatE format)
These functions get and set the external format for the setting setting …
◆ tcllcconfig_LcSettingC_SetInt()
Tcl: $setting SetInt value:int32
→ C-API
These functions set the value of the given setting to value …
Definition at line 1082 of file LcSettingC_tcl.c.
1082 {
1090 goto end;
1091 error:
1093 end:
1095}
static enum MkErrorE LcSettingSetInt(LC_CFS setting, MK_I32 value)
These functions set the value of the given setting to value …
◆ tcllcconfig_LcSettingC_SetInt64()
Tcl: $setting SetInt64 value:int64
→ C-API
These functions set the value of the given setting to value …
Definition at line 1098 of file LcSettingC_tcl.c.
1098 {
1106 goto end;
1107 error:
1109 end:
1111}
#define OT_CHECK_NI8(val)
static enum MkErrorE LcSettingSetInt64(LC_CFS setting, MK_I64 value)
These functions set the value of the given setting to value …
◆ tcllcconfig_LcSettingC_SetInt64Elem()
Tcl: LcSettingC [$setting SetInt64Elem idx:int32 value:int64]
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 966 of file LcSettingC_tcl.c.
966 {
975 if (retVal == NULL) {
977 goto error;
978 }
980 goto end;
981 error:
983 end:
985}
static LC_CFS LcSettingSetInt64Elem(LC_CFS setting, MK_I32 idx, MK_I64 value)
These functions set the value at the specified index index in the setting setting to value …
◆ tcllcconfig_LcSettingC_SetIntElem()
Tcl: LcSettingC [$setting SetIntElem idx:int32 value:int32]
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 988 of file LcSettingC_tcl.c.
988 {
997 if (retVal == NULL) {
999 goto error;
1000 }
1002 goto end;
1003 error:
1005 end:
1007}
static LC_CFS LcSettingSetIntElem(LC_CFS setting, MK_I32 idx, MK_I32 value)
These functions set the value at the specified index index in the setting setting to value …
◆ tcllcconfig_LcSettingC_SetString()
Tcl: $setting SetString value:string
→ C-API
These functions set the value of the given setting to value …
Definition at line 1114 of file LcSettingC_tcl.c.
1114 {
1122 goto end;
1123 error:
1125 end:
1127}
#define OT_CHECK_STRN(val)
static enum MkErrorE LcSettingSetString(LC_CFS setting, MK_STRN value)
These functions set the value of the given setting to value …
◆ tcllcconfig_LcSettingC_SetStringElem()
Tcl: LcSettingC [$setting SetStringElem idx:int32 value:string]
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 1010 of file LcSettingC_tcl.c.
1010 {
1019 if (retVal == NULL) {
1021 goto error;
1022 }
1024 goto end;
1025 error:
1027 end:
1029}
#define SetStringElem_doc
static LC_CFS LcSettingSetStringElem(LC_CFS setting, MK_I32 idx, MK_STRN value)
These functions set the value at the specified index index in the setting setting to value …