LcSettingC - various functions to get data from a setting … More...
Collaboration diagram for LcSettingC_Get_CS_API:Functions | |
| LcSettingC | cslcconfig.LcSettingC.GetElem (int idx) |
C#: → C-API This function fetches the element at the given index index in the setting setting, which must be an array, list, or group … | |
| LcSettingC | cslcconfig.LcSettingC.GetMember (string name) |
C#: → C-API This function fetches the child setting named name from the group setting … | |
| bool | cslcconfig.LcSettingC.GetBool () |
C#: → C-API These functions return the value of the given setting … | |
| bool | cslcconfig.LcSettingC.GetBoolElem (int idx) |
C#: → C-API These functions return the value at the specified index index in the setting setting … | |
| double | cslcconfig.LcSettingC.GetFloat () |
C#: → C-API These functions return the value of the given setting … | |
| double | cslcconfig.LcSettingC.GetFloatElem (int idx) |
C#: → C-API These functions return the value at the specified index index in the setting setting … | |
| LcConfigFormatE | cslcconfig.LcSettingC.GetFormat () |
C#: → C-API These functions get and set the external format for the setting setting … | |
| int | cslcconfig.LcSettingC.GetInt () |
C#: → C-API These functions return the value of the given setting … | |
| long | cslcconfig.LcSettingC.GetInt64 () |
C#: → C-API These functions return the value of the given setting … | |
| long | cslcconfig.LcSettingC.GetInt64Elem (int idx) |
C#: → C-API These functions return the value at the specified index index in the setting setting … | |
| int | cslcconfig.LcSettingC.GetIntElem (int idx) |
C#: → C-API These functions return the value at the specified index index in the setting setting … | |
| string | cslcconfig.LcSettingC.GetString () |
C#: → C-API These functions return the value of the given setting … | |
| string | cslcconfig.LcSettingC.GetStringElem (int idx) |
C#: → 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 …
|
inline |
C#: → C-API bool setting.GetBool()
These functions return the value of the given setting …
Definition at line 179 of file LcSettingC.cs.
|
inline |
C#: → C-API bool setting.GetBoolElem(int idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 185 of file LcSettingC.cs.
|
inline |
C#: → C-API LcSettingC setting.GetElem(int idx)
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 157 of file LcSettingC.cs.
|
inline |
C#: → C-API double setting.GetFloat()
These functions return the value of the given setting …
Definition at line 191 of file LcSettingC.cs.
|
inline |
C#: → C-API double setting.GetFloatElem(int idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 197 of file LcSettingC.cs.
|
inline |
C#: → C-API LcConfigFormatE setting.GetFormat()
These functions get and set the external format for the setting setting …
Definition at line 203 of file LcSettingC.cs.
|
inline |
C#: → C-API int setting.GetInt()
These functions return the value of the given setting …
Definition at line 209 of file LcSettingC.cs.
|
inline |
C#: → C-API long setting.GetInt64()
These functions return the value of the given setting …
Definition at line 215 of file LcSettingC.cs.
|
inline |
C#: → C-API long setting.GetInt64Elem(int idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 221 of file LcSettingC.cs.
|
inline |
C#: → C-API int setting.GetIntElem(int idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 227 of file LcSettingC.cs.
|
inline |
C#: → C-API LcSettingC setting.GetMember(string name)
This function fetches the child setting named name from the group setting …
Definition at line 166 of file LcSettingC.cs.
|
inline |
C#: → C-API string setting.GetString()
These functions return the value of the given setting …
Definition at line 233 of file LcSettingC.cs.
|
inline |
C#: → C-API string setting.GetStringElem(int idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 239 of file LcSettingC.cs.