LcSettingC - various functions to perform misc operations … More...
Collaboration diagram for LcSettingC_Misc_CS_API:Functions | |
| LcSettingC | cslcconfig.LcSettingC.AddIfNotExists (string name, LcConfigTypeE cfgtype) |
C#: → C-API addon - add name with type only if not exists in the setting … | |
| LcSettingC | cslcconfig.LcSettingC.Parent () |
C#: → C-API This function returns the parent setting of the given setting, or NULL if setting is the root setting … | |
| bool | cslcconfig.LcSettingC.Exists (string name) |
C#: → C-API addon - return true if name exists in the setting otherwise false … | |
| int | cslcconfig.LcSettingC.Index () |
C#: → C-API This function returns the index of the given setting within its parent setting … | |
| int | cslcconfig.LcSettingC.Length () |
C#: → C-API This function returns the number of settings in a group, or the number of elements in a list or array … | |
| string | cslcconfig.LcSettingC.Name () |
C#: → C-API This function returns the name of the given setting, or NULL if the setting has no name … | |
| void | cslcconfig.LcSettingC.Remove (string name) |
C#: → C-API This function removes and destroys the setting named name from the parent setting parent, which must be a group … | |
| void | cslcconfig.LcSettingC.RemoveElem (int idx) |
C#: → C-API This function removes the child setting at the given index index from the setting parent, which must be a group, list, or array … | |
| string | cslcconfig.LcSettingC.SourceFile () |
C#: → C-API This function returns the name of the file from which the setting setting was read, or NULL if the setting was not read from a file … | |
| int | cslcconfig.LcSettingC.SourceLine () |
C#: → C-API This function returns the line number of the configuration file or stream at which the setting setting was read, or 0 if no line number is available … | |
| LcConfigTypeE | cslcconfig.LcSettingC.Type () |
C#: → C-API This function returns the type of the given setting … | |
LcSettingC - various functions to perform misc operations …
|
inline |
C#: → C-API LcSettingC setting.AddIfNotExists(string name, LcConfigTypeE cfgtype)
addon - add name with type only if not exists in the setting …
Definition at line 392 of file LcSettingC.cs.
|
inline |
C#: → C-API bool setting.Exists(string name)
addon - return true if name exists in the setting otherwise false …
Definition at line 411 of file LcSettingC.cs.
|
inline |
C#: → C-API int setting.Index()
This function returns the index of the given setting within its parent setting …
Definition at line 419 of file LcSettingC.cs.
|
inline |
C#: → C-API int setting.Length()
This function returns the number of settings in a group, or the number of elements in a list or array …
Definition at line 425 of file LcSettingC.cs.
|
inline |
C#: → C-API string setting.Name()
This function returns the name of the given setting, or NULL if the setting has no name …
Definition at line 433 of file LcSettingC.cs.
|
inline |
C#: → C-API LcSettingC setting.Parent()
This function returns the parent setting of the given setting, or NULL if setting is the root setting …
Definition at line 400 of file LcSettingC.cs.
|
inline |
C#: → C-API parent.Remove(string name)
This function removes and destroys the setting named name from the parent setting parent, which must be a group …
Definition at line 439 of file LcSettingC.cs.
|
inline |
C#: → C-API parent.RemoveElem(int idx)
This function removes the child setting at the given index index from the setting parent, which must be a group, list, or array …
Definition at line 447 of file LcSettingC.cs.
|
inline |
C#: → C-API string setting.SourceFile()
This function returns the name of the file from which the setting setting was read, or NULL if the setting was not read from a file …
Definition at line 453 of file LcSettingC.cs.
|
inline |
C#: → C-API int setting.SourceLine()
This function returns the line number of the configuration file or stream at which the setting setting was read, or 0 if no line number is available …
Definition at line 459 of file LcSettingC.cs.
|
inline |
C#: → C-API LcConfigTypeE setting.Type()
This function returns the type of the given setting …
Definition at line 465 of file LcSettingC.cs.