LcConfigC - various functions to set config-data … More...
Functions | |
static OT_ProcRet | pylcconfig_LcConfigC_SetDefaultFormat (LcConfigC_ARGS) |
Python: → C-API These functions, which are implemented as macros, get and set the default external format for settings in the configuration config … | |
static OT_ProcRet | pylcconfig_LcConfigC_SetFloatPrecision (LcConfigC_ARGS) |
Python: → C-API 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 … | |
static OT_ProcRet | pylcconfig_LcConfigC_SetIncludeDir (LcConfigC_ARGS) |
Python: → C-API ConfigSetIncludeDir specifies the include directory, include_dir, relative to which the files specified in '@include' directives will be located for the configuration config … | |
static OT_ProcRet | pylcconfig_LcConfigC_SetIncludeFunc (LcConfigC_ARGS) |
Python: → C-API set the __parser__(callback-name) for the include-config-file … | |
static OT_ProcRet | pylcconfig_LcConfigC_SetOption (LcConfigC_ARGS) |
Python: → C-API Since v1.7 These functions get and set the given option of the configuration config … | |
static OT_ProcRet | pylcconfig_LcConfigC_SetOptions (LcConfigC_ARGS) |
Python: → C-API These functions get and set the options for the configuration config … | |
static OT_ProcRet | pylcconfig_LcConfigC_SetSettingDeleteFunc (LcConfigC_ARGS) |
Python: → C-API set the callback-name for the setting-delete … | |
static OT_ProcRet | pylcconfig_LcConfigC_SetTabWidth (LcConfigC_ARGS) |
Python: → C-API These functions, which are implemented as macros, get and set the tab width for the configuration config … | |
LcConfigC - various functions to set config-data …
|
static |
Python:
→ C-API config.SetDefaultFormat(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 627 of file LcConfigC_py.c.
|
static |
Python:
→ C-API config.SetFloatPrecision(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 643 of file LcConfigC_py.c.
|
static |
Python:
→ C-API config.SetIncludeDir(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 659 of file LcConfigC_py.c.
|
static |
Python:
→ C-API cfg.SetIncludeFunc(?fConfigIncludeData:LC_CBP=None?)
set the __parser__(callback-name) for the include-config-file …
Definition at line 675 of file LcConfigC_py.c.
|
static |
Python:
→ C-API config.SetOption(option:LcConfigOptionsEF, flag:bool)
Since v1.7 These functions get and set the given option of the configuration config …
Definition at line 693 of file LcConfigC_py.c.
|
static |
Python:
→ C-API config.SetOptions(options:LcConfigOptionsEF)
These functions get and set the options for the configuration config …
Definition at line 711 of file LcConfigC_py.c.
|
static |
Python:
→ C-API cfg.SetSettingDeleteFunc(?fSettingDeleteData:LC_CBP=None?)
set the callback-name for the setting-delete …
Definition at line 727 of file LcConfigC_py.c.
|
static |
Python:
→ C-API config.SetTabWidth(width:int16)
These functions, which are implemented as macros, get and set the tab width for the configuration config …
Definition at line 745 of file LcConfigC_py.c.