LcSettingC - various functions to get data from a setting … More...
Functions | |
static OT_ProcRet | pylcconfig_LcSettingC_GetElem (LcSettingC_ARGS) |
Python: → 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 | pylcconfig_LcSettingC_GetMember (LcSettingC_ARGS) |
Python: → C-API This function fetches the child setting named name from the group setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetBool (LcSettingC_ARGS) |
Python: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetBoolElem (LcSettingC_ARGS) |
Python: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetFloat (LcSettingC_ARGS) |
Python: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetFloatElem (LcSettingC_ARGS) |
Python: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetFormat (LcSettingC_ARGS) |
Python: → C-API These functions get and set the external format for the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetInt (LcSettingC_ARGS) |
Python: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetInt64 (LcSettingC_ARGS) |
Python: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetInt64Elem (LcSettingC_ARGS) |
Python: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetIntElem (LcSettingC_ARGS) |
Python: → C-API These functions return the value at the specified index index in the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetString (LcSettingC_ARGS) |
Python: → C-API These functions return the value of the given setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetStringElem (LcSettingC_ARGS) |
Python: → 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 |
Python:
→ C-API bool setting.GetBool()
These functions return the value of the given setting …
Definition at line 334 of file LcSettingC_py.c.
|
static |
Python:
→ C-API bool setting.GetBoolElem(idx:int32)
These functions return the value at the specified index index in the setting setting …
Definition at line 347 of file LcSettingC_py.c.
|
static |
Python:
→ 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 292 of file LcSettingC_py.c.
|
static |
Python:
→ C-API double setting.GetFloat()
These functions return the value of the given setting …
Definition at line 362 of file LcSettingC_py.c.
|
static |
Python:
→ C-API double setting.GetFloatElem(idx:int32)
These functions return the value at the specified index index in the setting setting …
Definition at line 375 of file LcSettingC_py.c.
|
static |
Python:
→ C-API LcConfigFormatE setting.GetFormat()
These functions get and set the external format for the setting setting …
Definition at line 390 of file LcSettingC_py.c.
|
static |
Python:
→ C-API int32 setting.GetInt()
These functions return the value of the given setting …
Definition at line 403 of file LcSettingC_py.c.
|
static |
Python:
→ C-API int64 setting.GetInt64()
These functions return the value of the given setting …
Definition at line 416 of file LcSettingC_py.c.
|
static |
Python:
→ C-API int64 setting.GetInt64Elem(idx:int32)
These functions return the value at the specified index index in the setting setting …
Definition at line 429 of file LcSettingC_py.c.
|
static |
Python:
→ C-API int32 setting.GetIntElem(idx:int32)
These functions return the value at the specified index index in the setting setting …
Definition at line 444 of file LcSettingC_py.c.
|
static |
Python:
→ C-API LcSettingC setting.GetMember(name:string)
This function fetches the child setting named name from the group setting …
Definition at line 312 of file LcSettingC_py.c.
|
static |
Python:
→ C-API string setting.GetString()
These functions return the value of the given setting …
Definition at line 459 of file LcSettingC_py.c.
|
static |
Python:
→ C-API string setting.GetStringElem(idx:int32)
These functions return the value at the specified index index in the setting setting …
Definition at line 472 of file LcSettingC_py.c.