LcConfigC - various functions to get config-data … More...
Collaboration diagram for LcConfigC_Get_JV_API:Functions | |
| native LcConfigFormatE | jvlcconfig.LcConfigC.GetDefaultFormat () |
Java: → C-API These functions, which are implemented as macros, get and set the default external format for settings in the configuration config … | |
| native short | jvlcconfig.LcConfigC.GetFloatPrecision () |
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 String | jvlcconfig.LcConfigC.GetIncludeDir () |
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 boolean | jvlcconfig.LcConfigC.GetOption (LcConfigOptionsEF option) |
Java: → C-API Since v1.7 These functions get and set the given option of the configuration config … | |
| native LcConfigOptionsEF | jvlcconfig.LcConfigC.GetOptions () |
Java: → C-API These functions get and set the options for the configuration config … | |
| native short | jvlcconfig.LcConfigC.GetTabWidth () |
Java: → C-API These functions, which are implemented as macros, get and set the tab width for the configuration config … | |
| JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcConfigC_GetDefaultFormat (JNIEnv *env, jobject self) |
Java: → C-API These functions, which are implemented as macros, get and set the default external format for settings in the configuration config … | |
| JNIEXPORT jshort JNICALL | Java_jvlcconfig_LcConfigC_GetFloatPrecision (JNIEnv *env, jobject self) |
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 jstring JNICALL | Java_jvlcconfig_LcConfigC_GetIncludeDir (JNIEnv *env, jobject self) |
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 jboolean JNICALL | Java_jvlcconfig_LcConfigC_GetOption (JNIEnv *env, jobject self, jobject option) |
Java: → C-API Since v1.7 These functions get and set the given option of the configuration config … | |
| JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcConfigC_GetOptions (JNIEnv *env, jobject self) |
Java: → C-API These functions get and set the options for the configuration config … | |
| JNIEXPORT jshort JNICALL | Java_jvlcconfig_LcConfigC_GetTabWidth (JNIEnv *env, jobject self) |
Java: → C-API These functions, which are implemented as macros, get and set the tab width for the configuration config … | |
LcConfigC - various functions to get config-data …
| native LcConfigFormatE jvlcconfig.LcConfigC.GetDefaultFormat | ( | ) |
Java: → C-API LcConfigFormatE config.GetDefaultFormat()
These functions, which are implemented as macros, get and set the default external format for settings in the configuration config …
| native short jvlcconfig.LcConfigC.GetFloatPrecision | ( | ) |
Java: → C-API short config.GetFloatPrecision()
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 String jvlcconfig.LcConfigC.GetIncludeDir | ( | ) |
Java: → C-API String config.GetIncludeDir()
ConfigSetIncludeDir specifies the include directory, include_dir, relative to which the files specified in '@include' directives will be located for the configuration config …
| native boolean jvlcconfig.LcConfigC.GetOption | ( | LcConfigOptionsEF | option | ) |
Java: → C-API boolean config.GetOption(LcConfigOptionsEF option)
Since v1.7 These functions get and set the given option of the configuration config …
| native LcConfigOptionsEF jvlcconfig.LcConfigC.GetOptions | ( | ) |
Java: → C-API LcConfigOptionsEF config.GetOptions()
These functions get and set the options for the configuration config …
| native short jvlcconfig.LcConfigC.GetTabWidth | ( | ) |
Java: → C-API short config.GetTabWidth()
These functions, which are implemented as macros, get and set the tab width for the configuration config …
| JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfigC_GetDefaultFormat | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API LcConfigFormatE config.GetDefaultFormat()
These functions, which are implemented as macros, get and set the default external format for settings in the configuration config …
Definition at line 148 of file LcConfigC_jv.c.
| JNIEXPORT jshort JNICALL Java_jvlcconfig_LcConfigC_GetFloatPrecision | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API short config.GetFloatPrecision()
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 160 of file LcConfigC_jv.c.
| JNIEXPORT jstring JNICALL Java_jvlcconfig_LcConfigC_GetIncludeDir | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API String config.GetIncludeDir()
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 172 of file LcConfigC_jv.c.
| JNIEXPORT jboolean JNICALL Java_jvlcconfig_LcConfigC_GetOption | ( | JNIEnv * | env, |
| jobject | self, | ||
| jobject | option ) |
Java: → C-API boolean config.GetOption(LcConfigOptionsEF option)
Since v1.7 These functions get and set the given option of the configuration config …
Definition at line 184 of file LcConfigC_jv.c.
| JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfigC_GetOptions | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API LcConfigOptionsEF config.GetOptions()
These functions get and set the options for the configuration config …
Definition at line 198 of file LcConfigC_jv.c.
| JNIEXPORT jshort JNICALL Java_jvlcconfig_LcConfigC_GetTabWidth | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API short config.GetTabWidth()
These functions, which are implemented as macros, get and set the tab width for the configuration config …
Definition at line 210 of file LcConfigC_jv.c.