LcSettingC - various functions to get data from a setting … More...
Collaboration diagram for LcSettingC_Get_RB_API:Functions | |
| static OT_ProcRet | rblcconfig_LcSettingC_GetElem (LcSettingC_ARGS) |
Ruby: → 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 | rblcconfig_LcSettingC_GetMember (LcSettingC_ARGS) |
Ruby: → C-API This function fetches the child setting named name from the group setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_GetBool (LcSettingC_ARGS) |
Ruby: → C-API These functions return the value of the given setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_GetBoolElem (LcSettingC_ARGS) |
Ruby: → C-API These functions return the value at the specified index index in the setting setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_GetFloat (LcSettingC_ARGS) |
Ruby: → C-API These functions return the value of the given setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_GetFloatElem (LcSettingC_ARGS) |
Ruby: → C-API These functions return the value at the specified index index in the setting setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_GetFormat (LcSettingC_ARGS) |
Ruby: → C-API These functions get and set the external format for the setting setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_GetInt (LcSettingC_ARGS) |
Ruby: → C-API These functions return the value of the given setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_GetInt64 (LcSettingC_ARGS) |
Ruby: → C-API These functions return the value of the given setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_GetInt64Elem (LcSettingC_ARGS) |
Ruby: → C-API These functions return the value at the specified index index in the setting setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_GetIntElem (LcSettingC_ARGS) |
Ruby: → C-API These functions return the value at the specified index index in the setting setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_GetString (LcSettingC_ARGS) |
Ruby: → C-API These functions return the value of the given setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_GetStringElem (LcSettingC_ARGS) |
Ruby: → 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 |
Ruby: → C-API bool setting.GetBool()
These functions return the value of the given setting …
Definition at line 317 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API bool setting.GetBoolElem(idx:int32)
These functions return the value at the specified index index in the setting setting …
Definition at line 327 of file LcSettingC_rb.c.
|
static |
Ruby: → 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 283 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API double setting.GetFloat()
These functions return the value of the given setting …
Definition at line 339 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API double setting.GetFloatElem(idx:int32)
These functions return the value at the specified index index in the setting setting …
Definition at line 349 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API LcConfigFormatE setting.GetFormat()
These functions get and set the external format for the setting setting …
Definition at line 361 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API int32 setting.GetInt()
These functions return the value of the given setting …
Definition at line 371 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API int64 setting.GetInt64()
These functions return the value of the given setting …
Definition at line 381 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API int64 setting.GetInt64Elem(idx:int32)
These functions return the value at the specified index index in the setting setting …
Definition at line 391 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API int32 setting.GetIntElem(idx:int32)
These functions return the value at the specified index index in the setting setting …
Definition at line 403 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API LcSettingC setting.GetMember(name:string)
This function fetches the child setting named name from the group setting …
Definition at line 299 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API string setting.GetString()
These functions return the value of the given setting …
Definition at line 415 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API string setting.GetStringElem(idx:int32)
These functions return the value at the specified index index in the setting setting …
Definition at line 425 of file LcSettingC_rb.c.