LcSettingC - various functions to perform misc operations … More...
Functions | |
static OT_ProcRet | atllcconfig_LcSettingC_AddIfNotExists (LcSettingC_ARGS) |
Atl: → C-API addon - add name with type only if not exists in the setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_Parent (LcSettingC_ARGS) |
Atl: → C-API This function returns the parent setting of the given setting, or NULL if setting is the root setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_Exists (LcSettingC_ARGS) |
Atl: → C-API addon - return true if name exists in the setting otherwise false … | |
static OT_ProcRet | atllcconfig_LcSettingC_Index (LcSettingC_ARGS) |
Atl: → C-API This function returns the index of the given setting within its parent setting … | |
static OT_ProcRet | atllcconfig_LcSettingC_Length (LcSettingC_ARGS) |
Atl: → C-API This function returns the number of settings in a group, or the number of elements in a list or array … | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | atllcconfig_LcSettingC_Log (LcSettingC_ARGS) |
static OT_ProcRet | atllcconfig_LcSettingC_Name (LcSettingC_ARGS) |
Atl: → C-API This function returns the name of the given setting, or NULL if the setting has no name … | |
static OT_ProcRet | atllcconfig_LcSettingC_Remove (LcSettingC_ARGS) |
Atl: → C-API This function removes and destroys the setting named name from the parent setting parent, which must be a group … | |
static OT_ProcRet | atllcconfig_LcSettingC_RemoveElem (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_SourceFile (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_SourceLine (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_Type (LcSettingC_ARGS) |
Atl: → C-API This function returns the type of the given setting … | |
LcSettingC - various functions to perform misc operations …
|
static |
Atl:
→ C-API LcSettingC [LcSettingC::AddIfNotExists $setting name:string cfgtype:LcConfigTypeE]
addon - add name with type only if not exists in the setting …
Definition at line 725 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API bool [LcSettingC::Exists $setting name:string]
addon - return true if name exists in the setting otherwise false …
Definition at line 763 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API int32 [LcSettingC::Index $setting]
This function returns the index of the given setting within its parent setting …
Definition at line 778 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API int32 [LcSettingC::Length $setting]
This function returns the number of settings in a group, or the number of elements in a list or array …
Definition at line 791 of file LcSettingC_atl.c.
|
static |
Definition at line 805 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API string [LcSettingC::Name $setting]
This function returns the name of the given setting, or NULL
if the setting has no name …
Definition at line 808 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API LcSettingC [LcSettingC::Parent $setting]
This function returns the parent setting of the given setting, or NULL
if setting is the root setting …
Definition at line 743 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API LcSettingC::Remove $parent name:string
This function removes and destroys the setting named name from the parent setting parent, which must be a group …
Definition at line 821 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API LcSettingC::RemoveElem $parent 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 837 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API string [LcSettingC::SourceFile $setting]
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 853 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API int32 [LcSettingC::SourceLine $setting]
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 866 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API LcConfigTypeE [LcSettingC::Type $setting]
This function returns the type of the given setting …
Definition at line 879 of file LcSettingC_atl.c.