LcSettingC - various functions to set date into a setting … More...
Functions | |
native LcSettingC | jvlcconfig.LcSettingC.SetBoolElem (int idx, int value) |
Java: → C-API These functions set the value at the specified index index in the setting setting to value … | |
native LcSettingC | jvlcconfig.LcSettingC.SetFloatElem (int idx, double value) |
Java: → C-API These functions set the value at the specified index index in the setting setting to value … | |
native LcSettingC | jvlcconfig.LcSettingC.SetInt64Elem (int idx, long value) |
Java: → C-API These functions set the value at the specified index index in the setting setting to value … | |
native LcSettingC | jvlcconfig.LcSettingC.SetIntElem (int idx, int value) |
Java: → C-API These functions set the value at the specified index index in the setting setting to value … | |
native LcSettingC | jvlcconfig.LcSettingC.SetStringElem (int idx, String value) |
Java: → C-API These functions set the value at the specified index index in the setting setting to value … | |
native void | jvlcconfig.LcSettingC.SetBool (boolean value) |
Java: → C-API These functions set the value of the given setting to value … | |
native void | jvlcconfig.LcSettingC.SetFloat (double value) |
Java: → C-API These functions set the value of the given setting to value … | |
native void | jvlcconfig.LcSettingC.SetFormat (LcConfigFormatE format) |
Java: → C-API These functions get and set the external format for the setting setting … | |
native void | jvlcconfig.LcSettingC.SetInt (int value) |
Java: → C-API These functions set the value of the given setting to value … | |
native void | jvlcconfig.LcSettingC.SetInt64 (long value) |
Java: → C-API These functions set the value of the given setting to value … | |
native void | jvlcconfig.LcSettingC.SetString (String value) |
Java: → C-API These functions set the value of the given setting to value … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_SetBoolElem (JNIEnv *env, jobject self, jint idx, jint value) |
Java: → C-API These functions set the value at the specified index index in the setting setting to value … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_SetFloatElem (JNIEnv *env, jobject self, jint idx, jdouble value) |
Java: → C-API These functions set the value at the specified index index in the setting setting to value … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_SetInt64Elem (JNIEnv *env, jobject self, jint idx, jlong value) |
Java: → C-API These functions set the value at the specified index index in the setting setting to value … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_SetIntElem (JNIEnv *env, jobject self, jint idx, jint value) |
Java: → C-API These functions set the value at the specified index index in the setting setting to value … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_SetStringElem (JNIEnv *env, jobject self, jint idx, jstring value) |
Java: → C-API These functions set the value at the specified index index in the setting setting to value … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcSettingC_SetBool (JNIEnv *env, jobject self, jboolean value) |
Java: → C-API These functions set the value of the given setting to value … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcSettingC_SetFloat (JNIEnv *env, jobject self, jdouble value) |
Java: → C-API These functions set the value of the given setting to value … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcSettingC_SetFormat (JNIEnv *env, jobject self, jobject format) |
Java: → C-API These functions get and set the external format for the setting setting … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcSettingC_SetInt (JNIEnv *env, jobject self, jint value) |
Java: → C-API These functions set the value of the given setting to value … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcSettingC_SetInt64 (JNIEnv *env, jobject self, jlong value) |
Java: → C-API These functions set the value of the given setting to value … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcSettingC_SetString (JNIEnv *env, jobject self, jstring value) |
Java: → C-API These functions set the value of the given setting to value … | |
LcSettingC - various functions to set date into a setting …
JNIEXPORT void JNICALL Java_jvlcconfig_LcSettingC_SetBool | ( | JNIEnv * | env, |
jobject | self, | ||
jboolean | value ) |
Java:
→ C-API setting.SetBool(boolean value)
These functions set the value of the given setting to value …
Definition at line 769 of file LcSettingC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_SetBoolElem | ( | JNIEnv * | env, |
jobject | self, | ||
jint | idx, | ||
jint | value ) |
Java:
→ C-API LcSettingC setting.SetBoolElem(int idx, int value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 684 of file LcSettingC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcSettingC_SetFloat | ( | JNIEnv * | env, |
jobject | self, | ||
jdouble | value ) |
Java:
→ C-API setting.SetFloat(double value)
These functions set the value of the given setting to value …
Definition at line 780 of file LcSettingC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_SetFloatElem | ( | JNIEnv * | env, |
jobject | self, | ||
jint | idx, | ||
jdouble | value ) |
Java:
→ C-API LcSettingC setting.SetFloatElem(int idx, double value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 700 of file LcSettingC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcSettingC_SetFormat | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | format ) |
Java:
→ C-API setting.SetFormat(LcConfigFormatE format)
These functions get and set the external format for the setting setting …
Definition at line 791 of file LcSettingC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcSettingC_SetInt | ( | JNIEnv * | env, |
jobject | self, | ||
jint | value ) |
Java:
→ C-API setting.SetInt(int value)
These functions set the value of the given setting to value …
Definition at line 804 of file LcSettingC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcSettingC_SetInt64 | ( | JNIEnv * | env, |
jobject | self, | ||
jlong | value ) |
Java:
→ C-API setting.SetInt64(long value)
These functions set the value of the given setting to value …
Definition at line 815 of file LcSettingC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_SetInt64Elem | ( | JNIEnv * | env, |
jobject | self, | ||
jint | idx, | ||
jlong | value ) |
Java:
→ C-API LcSettingC setting.SetInt64Elem(int idx, long value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 716 of file LcSettingC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_SetIntElem | ( | JNIEnv * | env, |
jobject | self, | ||
jint | idx, | ||
jint | value ) |
Java:
→ C-API LcSettingC setting.SetIntElem(int idx, int value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 732 of file LcSettingC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcSettingC_SetString | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | value ) |
Java:
→ C-API setting.SetString(String value)
These functions set the value of the given setting to value …
Definition at line 826 of file LcSettingC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_SetStringElem | ( | JNIEnv * | env, |
jobject | self, | ||
jint | idx, | ||
jstring | value ) |
Java:
→ C-API LcSettingC setting.SetStringElem(int idx, String value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 748 of file LcSettingC_jv.c.
native void jvlcconfig.LcSettingC.SetBool | ( | boolean | value | ) |
Java:
→ C-API setting.SetBool(boolean value)
These functions set the value of the given setting to value …
native LcSettingC jvlcconfig.LcSettingC.SetBoolElem | ( | int | idx, |
int | value ) |
Java:
→ C-API LcSettingC setting.SetBoolElem(int idx, int value)
These functions set the value at the specified index index in the setting setting to value …
native void jvlcconfig.LcSettingC.SetFloat | ( | double | value | ) |
Java:
→ C-API setting.SetFloat(double value)
These functions set the value of the given setting to value …
native LcSettingC jvlcconfig.LcSettingC.SetFloatElem | ( | int | idx, |
double | value ) |
Java:
→ C-API LcSettingC setting.SetFloatElem(int idx, double value)
These functions set the value at the specified index index in the setting setting to value …
native void jvlcconfig.LcSettingC.SetFormat | ( | LcConfigFormatE | format | ) |
Java:
→ C-API setting.SetFormat(LcConfigFormatE format)
These functions get and set the external format for the setting setting …
native void jvlcconfig.LcSettingC.SetInt | ( | int | value | ) |
Java:
→ C-API setting.SetInt(int value)
These functions set the value of the given setting to value …
native void jvlcconfig.LcSettingC.SetInt64 | ( | long | value | ) |
Java:
→ C-API setting.SetInt64(long value)
These functions set the value of the given setting to value …
native LcSettingC jvlcconfig.LcSettingC.SetInt64Elem | ( | int | idx, |
long | value ) |
Java:
→ C-API LcSettingC setting.SetInt64Elem(int idx, long value)
These functions set the value at the specified index index in the setting setting to value …
native LcSettingC jvlcconfig.LcSettingC.SetIntElem | ( | int | idx, |
int | value ) |
Java:
→ C-API LcSettingC setting.SetIntElem(int idx, int value)
These functions set the value at the specified index index in the setting setting to value …
native void jvlcconfig.LcSettingC.SetString | ( | String | value | ) |
Java:
→ C-API setting.SetString(String value)
These functions set the value of the given setting to value …
native LcSettingC jvlcconfig.LcSettingC.SetStringElem | ( | int | idx, |
String | value ) |
Java:
→ C-API LcSettingC setting.SetStringElem(int idx, String value)
These functions set the value at the specified index index in the setting setting to value …