LcConfigC - various functions to set config-data … More...
LcConfigC - various functions to set config-data …
|
static |
Atl:
→ C-API LcConfigC::SetDefaultFormat $config format:LcConfigFormatE
These functions, which are implemented as macros, get and set the default external format for settings in the configuration config …
Definition at line 628 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigC::SetFloatPrecision $config digits:int16
Since v1.6 These functions get and set the number of decimal digits to output after the radix character when writing the configuration to a file or stream …
Definition at line 644 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigC::SetIncludeDir $config include_dir:string
ConfigSetIncludeDir specifies the include directory, include_dir, relative to which the files specified in '@include' directives will be located for the configuration config …
Definition at line 660 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigC::SetIncludeFunc $cfg ?fConfigIncludeData:LC_CBP=NULL?
set the __parser__(callback-name) for the include-config-file …
Definition at line 676 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigC::SetOption $config option:LcConfigOptionsEF flag:bool
Since v1.7 These functions get and set the given option of the configuration config …
Definition at line 694 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigC::SetOptions $config options:LcConfigOptionsEF
These functions get and set the options for the configuration config …
Definition at line 712 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigC::SetSettingDeleteFunc $cfg ?fSettingDeleteData:LC_CBP=NULL?
set the callback-name for the setting-delete …
Definition at line 728 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigC::SetTabWidth $config width:int16
These functions, which are implemented as macros, get and set the tab width for the configuration config …
Definition at line 746 of file LcConfigC_atl.c.