LcConfigC - various functions to set config-data … More...
Functions | |
native void | jvlcconfig.LcConfigC.SetDefaultFormat (LcConfigFormatE format) |
Java: → C-API These functions, which are implemented as macros, get and set the default external format for settings in the configuration config … | |
native void | jvlcconfig.LcConfigC.SetFloatPrecision (short digits) |
Java: → 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 … | |
native void | jvlcconfig.LcConfigC.SetIncludeDir (String include_dir) |
Java: → 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 … | |
native void | jvlcconfig.LcConfigC.SetIncludeFunc (LcConfigIncludeIF fConfigIncludeData) |
Java: → C-API set the __parser__(callback-name) for the include-config-file … | |
native void | jvlcconfig.LcConfigC.SetOption (LcConfigOptionsEF option, boolean flag) |
Java: → C-API Since v1.7 These functions get and set the given option of the configuration config … | |
native void | jvlcconfig.LcConfigC.SetOptions (LcConfigOptionsEF options) |
Java: → C-API These functions get and set the options for the configuration config … | |
native void | jvlcconfig.LcConfigC.SetSettingDeleteFunc (LcSettingDeleteIF fSettingDeleteData) |
Java: → C-API set the callback-name for the setting-delete … | |
native void | jvlcconfig.LcConfigC.SetTabWidth (short width) |
Java: → C-API These functions, which are implemented as macros, get and set the tab width for the configuration config … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfigC_SetDefaultFormat (JNIEnv *env, jobject self, jobject format) |
Java: → C-API These functions, which are implemented as macros, get and set the default external format for settings in the configuration config … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfigC_SetFloatPrecision (JNIEnv *env, jobject self, jshort digits) |
Java: → 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 … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfigC_SetIncludeDir (JNIEnv *env, jobject self, jstring include_dir) |
Java: → 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 … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfigC_SetIncludeFunc (JNIEnv *env, jobject self, jobject fConfigIncludeData) |
Java: → C-API set the __parser__(callback-name) for the include-config-file … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfigC_SetOption (JNIEnv *env, jobject self, jobject option, jboolean flag) |
Java: → C-API Since v1.7 These functions get and set the given option of the configuration config … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfigC_SetOptions (JNIEnv *env, jobject self, jobject options) |
Java: → C-API These functions get and set the options for the configuration config … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfigC_SetSettingDeleteFunc (JNIEnv *env, jobject self, jobject fSettingDeleteData) |
Java: → C-API set the callback-name for the setting-delete … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfigC_SetTabWidth (JNIEnv *env, jobject self, jshort width) |
Java: → 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 …
JNIEXPORT void JNICALL Java_jvlcconfig_LcConfigC_SetDefaultFormat | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | format ) |
Java:
→ C-API config.SetDefaultFormat(LcConfigFormatE format)
These functions, which are implemented as macros, get and set the default external format for settings in the configuration config …
Definition at line 453 of file LcConfigC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcConfigC_SetFloatPrecision | ( | JNIEnv * | env, |
jobject | self, | ||
jshort | digits ) |
Java:
→ C-API config.SetFloatPrecision(short digits)
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 465 of file LcConfigC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcConfigC_SetIncludeDir | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | include_dir ) |
Java:
→ C-API config.SetIncludeDir(String include_dir)
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 475 of file LcConfigC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcConfigC_SetIncludeFunc | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | fConfigIncludeData ) |
Java:
→ C-API cfg.SetIncludeFunc(?LcConfigIncludeIF fConfigIncludeData = null?)
set the __parser__(callback-name) for the include-config-file …
Definition at line 488 of file LcConfigC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcConfigC_SetOption | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | option, | ||
jboolean | flag ) |
Java:
→ C-API config.SetOption(LcConfigOptionsEF option, boolean flag)
Since v1.7 These functions get and set the given option of the configuration config …
Definition at line 503 of file LcConfigC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcConfigC_SetOptions | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | options ) |
Java:
→ C-API config.SetOptions(LcConfigOptionsEF options)
These functions get and set the options for the configuration config …
Definition at line 515 of file LcConfigC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcConfigC_SetSettingDeleteFunc | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | fSettingDeleteData ) |
Java:
→ C-API cfg.SetSettingDeleteFunc(?LcSettingDeleteIF fSettingDeleteData = null?)
set the callback-name for the setting-delete …
Definition at line 527 of file LcConfigC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcConfigC_SetTabWidth | ( | JNIEnv * | env, |
jobject | self, | ||
jshort | width ) |
Java:
→ C-API config.SetTabWidth(short width)
These functions, which are implemented as macros, get and set the tab width for the configuration config …
Definition at line 542 of file LcConfigC_jv.c.
native void jvlcconfig.LcConfigC.SetDefaultFormat | ( | LcConfigFormatE | format | ) |
Java:
→ C-API config.SetDefaultFormat(LcConfigFormatE format)
These functions, which are implemented as macros, get and set the default external format for settings in the configuration config …
native void jvlcconfig.LcConfigC.SetFloatPrecision | ( | short | digits | ) |
Java:
→ C-API config.SetFloatPrecision(short digits)
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 …
native void jvlcconfig.LcConfigC.SetIncludeDir | ( | String | include_dir | ) |
Java:
→ C-API config.SetIncludeDir(String include_dir)
ConfigSetIncludeDir specifies the include directory, include_dir, relative to which the files specified in '@include' directives will be located for the configuration config …
native void jvlcconfig.LcConfigC.SetIncludeFunc | ( | LcConfigIncludeIF | fConfigIncludeData | ) |
Java:
→ C-API cfg.SetIncludeFunc(?LcConfigIncludeIF fConfigIncludeData = null?)
set the __parser__(callback-name) for the include-config-file …
native void jvlcconfig.LcConfigC.SetOption | ( | LcConfigOptionsEF | option, |
boolean | flag ) |
Java:
→ C-API config.SetOption(LcConfigOptionsEF option, boolean flag)
Since v1.7 These functions get and set the given option of the configuration config …
native void jvlcconfig.LcConfigC.SetOptions | ( | LcConfigOptionsEF | options | ) |
Java:
→ C-API config.SetOptions(LcConfigOptionsEF options)
These functions get and set the options for the configuration config …
native void jvlcconfig.LcConfigC.SetSettingDeleteFunc | ( | LcSettingDeleteIF | fSettingDeleteData | ) |
Java:
→ C-API cfg.SetSettingDeleteFunc(?LcSettingDeleteIF fSettingDeleteData = null?)
set the callback-name for the setting-delete …
native void jvlcconfig.LcConfigC.SetTabWidth | ( | short | width | ) |
Java:
→ C-API config.SetTabWidth(short width)
These functions, which are implemented as macros, get and set the tab width for the configuration config …