LcSettingC - various functions to perform misc operations … More...
Functions | |
static OT_ProcRet | tcllcconfig_LcSettingC_AddIfNotExists (LcSettingC_ARGS) |
Tcl: → C-API addon - add name with type only if not exists in the setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Parent (LcSettingC_ARGS) |
Tcl: → C-API This function returns the parent setting of the given setting, or NULL if setting is the root setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Exists (LcSettingC_ARGS) |
Tcl: → C-API addon - return true if name exists in the setting otherwise false … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Index (LcSettingC_ARGS) |
Tcl: → C-API This function returns the index of the given setting within its parent setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Length (LcSettingC_ARGS) |
Tcl: → C-API This function returns the number of settings in a group, or the number of elements in a list or array … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Name (LcSettingC_ARGS) |
Tcl: → C-API This function returns the name of the given setting, or NULL if the setting has no name … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Remove (LcSettingC_ARGS) |
Tcl: → C-API This function removes and destroys the setting named name from the parent setting parent, which must be a group … | |
static OT_ProcRet | tcllcconfig_LcSettingC_RemoveElem (LcSettingC_ARGS) |
Tcl: → C-API This function removes the child setting at the given index index from the setting parent, which must be a group, list, or array … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SourceFile (LcSettingC_ARGS) |
Tcl: → C-API This function returns the name of the file from which the setting setting was read, or NULL if the setting was not read from a file … | |
static OT_ProcRet | tcllcconfig_LcSettingC_SourceLine (LcSettingC_ARGS) |
Tcl: → C-API This function returns the line number of the configuration file or stream at which the setting setting was read, or 0 if no line number is available … | |
static OT_ProcRet | tcllcconfig_LcSettingC_Type (LcSettingC_ARGS) |
Tcl: → C-API This function returns the type of the given setting … | |
LcSettingC - various functions to perform misc operations …
|
static |
Tcl:
→ C-API LcSettingC [$setting AddIfNotExists name:string cfgtype:LcConfigTypeE]
addon - add name with type only if not exists in the setting …
Definition at line 739 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API bool [$setting Exists name:string]
addon - return true if name exists in the setting otherwise false …
Definition at line 777 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$setting Index]
This function returns the index of the given setting within its parent setting …
Definition at line 792 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$setting Length]
This function returns the number of settings in a group, or the number of elements in a list or array …
Definition at line 805 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API string [$setting Name]
This function returns the name of the given setting, or NULL
if the setting has no name …
Definition at line 820 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API LcSettingC [$setting Parent]
This function returns the parent setting of the given setting, or NULL
if setting is the root setting …
Definition at line 757 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API $parent Remove name:string
This function removes and destroys the setting named name from the parent setting parent, which must be a group …
Definition at line 833 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API $parent RemoveElem idx:int32
This function removes the child setting at the given index index from the setting parent, which must be a group, list, or array …
Definition at line 849 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API string [$setting SourceFile]
This function returns the name of the file from which the setting setting was read, or NULL if the setting was not read from a file …
Definition at line 865 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$setting SourceLine]
This function returns the line number of the configuration file or stream at which the setting setting was read, or 0 if no line number is available …
Definition at line 878 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API LcConfigTypeE [$setting Type]
This function returns the type of the given setting …
Definition at line 891 of file LcSettingC_tcl.c.