LcSettingC - various functions to set date into a setting … More...
Collaboration diagram for LcSettingC_Set_RB_API:LcSettingC - various functions to set date into a setting …
|
static |
Ruby: → C-API setting.SetBool(value:bool)
These functions set the value of the given setting to value …
Definition at line 867 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API LcSettingC setting.SetBoolElem(idx:int32, value:int32)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 775 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API setting.SetFloat(value:double)
These functions set the value of the given setting to value …
Definition at line 880 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API LcSettingC setting.SetFloatElem(idx:int32, value:double)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 793 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API setting.SetFormat(format:LcConfigFormatE)
These functions get and set the external format for the setting setting …
Definition at line 893 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API setting.SetInt(value:int32)
These functions set the value of the given setting to value …
Definition at line 906 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API setting.SetInt64(value:int64)
These functions set the value of the given setting to value …
Definition at line 919 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API LcSettingC setting.SetInt64Elem(idx:int32, value:int64)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 811 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API LcSettingC setting.SetIntElem(idx:int32, value:int32)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 829 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API setting.SetString(value:string)
These functions set the value of the given setting to value …
Definition at line 932 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API LcSettingC setting.SetStringElem(idx:int32, value:string)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 847 of file LcSettingC_rb.c.