LcSettingC - various functions to get data from a setting … More...
LcSettingC - various functions to get data from a setting …
|
static |
Atl:
→ C-API bool [LcSettingC::GetBool $setting]
These functions return the value of the given setting …
Definition at line 333 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API bool [LcSettingC::GetBoolElem $setting idx:int32]
These functions return the value at the specified index index in the setting setting …
Definition at line 346 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API LcSettingC [LcSettingC::GetElem $setting 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 291 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API double [LcSettingC::GetFloat $setting]
These functions return the value of the given setting …
Definition at line 361 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API double [LcSettingC::GetFloatElem $setting idx:int32]
These functions return the value at the specified index index in the setting setting …
Definition at line 374 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API LcConfigFormatE [LcSettingC::GetFormat $setting]
These functions get and set the external format for the setting setting …
Definition at line 389 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API int32 [LcSettingC::GetInt $setting]
These functions return the value of the given setting …
Definition at line 402 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API int64 [LcSettingC::GetInt64 $setting]
These functions return the value of the given setting …
Definition at line 415 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API int64 [LcSettingC::GetInt64Elem $setting idx:int32]
These functions return the value at the specified index index in the setting setting …
Definition at line 428 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API int32 [LcSettingC::GetIntElem $setting idx:int32]
These functions return the value at the specified index index in the setting setting …
Definition at line 443 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API LcSettingC [LcSettingC::GetMember $setting name:string]
This function fetches the child setting named name from the group setting …
Definition at line 311 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API string [LcSettingC::GetString $setting]
These functions return the value of the given setting …
Definition at line 458 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API string [LcSettingC::GetStringElem $setting idx:int32]
These functions return the value at the specified index index in the setting setting …
Definition at line 471 of file LcSettingC_atl.c.