LcSettingC - various functions to set date into a setting … More...
Collaboration diagram for LcSettingC_Set_CS_API:Functions | |
| LcSettingC | cslcconfig.LcSettingC.SetBoolElem (int idx, int value) |
C#: → C-API These functions set the value at the specified index index in the setting setting to value … | |
| LcSettingC | cslcconfig.LcSettingC.SetFloatElem (int idx, double value) |
C#: → C-API These functions set the value at the specified index index in the setting setting to value … | |
| LcSettingC | cslcconfig.LcSettingC.SetInt64Elem (int idx, long value) |
C#: → C-API These functions set the value at the specified index index in the setting setting to value … | |
| LcSettingC | cslcconfig.LcSettingC.SetIntElem (int idx, int value) |
C#: → C-API These functions set the value at the specified index index in the setting setting to value … | |
| LcSettingC | cslcconfig.LcSettingC.SetStringElem (int idx, string value) |
C#: → C-API These functions set the value at the specified index index in the setting setting to value … | |
| void | cslcconfig.LcSettingC.SetBool (bool value) |
C#: → C-API These functions set the value of the given setting to value … | |
| void | cslcconfig.LcSettingC.SetFloat (double value) |
C#: → C-API These functions set the value of the given setting to value … | |
| void | cslcconfig.LcSettingC.SetFormat (LcConfigFormatE format) |
C#: → C-API These functions get and set the external format for the setting setting … | |
| void | cslcconfig.LcSettingC.SetInt (int value) |
C#: → C-API These functions set the value of the given setting to value … | |
| void | cslcconfig.LcSettingC.SetInt64 (long value) |
C#: → C-API These functions set the value of the given setting to value … | |
| void | cslcconfig.LcSettingC.SetString (string value) |
C#: → C-API These functions set the value of the given setting to value … | |
LcSettingC - various functions to set date into a setting …
|
inline |
C#: → C-API setting.SetBool(bool value)
These functions set the value of the given setting to value …
Definition at line 532 of file LcSettingC.cs.
|
inline |
C#: → C-API LcSettingC setting.SetBoolElem(int idx, int value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 483 of file LcSettingC.cs.
|
inline |
C#: → C-API setting.SetFloat(double value)
These functions set the value of the given setting to value …
Definition at line 538 of file LcSettingC.cs.
|
inline |
C#: → C-API LcSettingC setting.SetFloatElem(int idx, double value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 492 of file LcSettingC.cs.
|
inline |
C#: → C-API setting.SetFormat(LcConfigFormatE format)
These functions get and set the external format for the setting setting …
Definition at line 544 of file LcSettingC.cs.
|
inline |
C#: → C-API setting.SetInt(int value)
These functions set the value of the given setting to value …
Definition at line 550 of file LcSettingC.cs.
|
inline |
C#: → C-API setting.SetInt64(long value)
These functions set the value of the given setting to value …
Definition at line 556 of file LcSettingC.cs.
|
inline |
C#: → C-API LcSettingC setting.SetInt64Elem(int idx, long value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 501 of file LcSettingC.cs.
|
inline |
C#: → C-API LcSettingC setting.SetIntElem(int idx, int value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 510 of file LcSettingC.cs.
|
inline |
C#: → C-API setting.SetString(string value)
These functions set the value of the given setting to value …
Definition at line 562 of file LcSettingC.cs.
|
inline |
C#: → C-API LcSettingC setting.SetStringElem(int idx, string value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 519 of file LcSettingC.cs.