LcSettingC - various functions to get data from a setting … More...
Functions | |
native LcSettingC | jvlcconfig.LcSettingC.GetElem (int idx) |
Java: → C-API This function fetches the element at the given index index in the setting setting, which must be an array, list, or group … | |
native LcSettingC | jvlcconfig.LcSettingC.GetMember (String name) |
Java: → C-API This function fetches the child setting named name from the group setting … | |
native boolean | jvlcconfig.LcSettingC.GetBool () |
Java: → C-API These functions return the value of the given setting … | |
native boolean | jvlcconfig.LcSettingC.GetBoolElem (int idx) |
Java: → C-API These functions return the value at the specified index index in the setting setting … | |
native double | jvlcconfig.LcSettingC.GetFloat () |
Java: → C-API These functions return the value of the given setting … | |
native double | jvlcconfig.LcSettingC.GetFloatElem (int idx) |
Java: → C-API These functions return the value at the specified index index in the setting setting … | |
native LcConfigFormatE | jvlcconfig.LcSettingC.GetFormat () |
Java: → C-API These functions get and set the external format for the setting setting … | |
native int | jvlcconfig.LcSettingC.GetInt () |
Java: → C-API These functions return the value of the given setting … | |
native long | jvlcconfig.LcSettingC.GetInt64 () |
Java: → C-API These functions return the value of the given setting … | |
native long | jvlcconfig.LcSettingC.GetInt64Elem (int idx) |
Java: → C-API These functions return the value at the specified index index in the setting setting … | |
native int | jvlcconfig.LcSettingC.GetIntElem (int idx) |
Java: → C-API These functions return the value at the specified index index in the setting setting … | |
native String | jvlcconfig.LcSettingC.GetString () |
Java: → C-API These functions return the value of the given setting … | |
native String | jvlcconfig.LcSettingC.GetStringElem (int idx) |
Java: → C-API These functions return the value at the specified index index in the setting setting … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_GetElem (JNIEnv *env, jobject self, jint idx) |
Java: → C-API This function fetches the element at the given index index in the setting setting, which must be an array, list, or group … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_GetMember (JNIEnv *env, jobject self, jstring name) |
Java: → C-API This function fetches the child setting named name from the group setting … | |
JNIEXPORT jboolean JNICALL | Java_jvlcconfig_LcSettingC_GetBool (JNIEnv *env, jobject self) |
Java: → C-API These functions return the value of the given setting … | |
JNIEXPORT jboolean JNICALL | Java_jvlcconfig_LcSettingC_GetBoolElem (JNIEnv *env, jobject self, jint idx) |
Java: → C-API These functions return the value at the specified index index in the setting setting … | |
JNIEXPORT jdouble JNICALL | Java_jvlcconfig_LcSettingC_GetFloat (JNIEnv *env, jobject self) |
Java: → C-API These functions return the value of the given setting … | |
JNIEXPORT jdouble JNICALL | Java_jvlcconfig_LcSettingC_GetFloatElem (JNIEnv *env, jobject self, jint idx) |
Java: → C-API These functions return the value at the specified index index in the setting setting … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_GetFormat (JNIEnv *env, jobject self) |
Java: → C-API These functions get and set the external format for the setting setting … | |
JNIEXPORT jint JNICALL | Java_jvlcconfig_LcSettingC_GetInt (JNIEnv *env, jobject self) |
Java: → C-API These functions return the value of the given setting … | |
JNIEXPORT jlong JNICALL | Java_jvlcconfig_LcSettingC_GetInt64 (JNIEnv *env, jobject self) |
Java: → C-API These functions return the value of the given setting … | |
JNIEXPORT jlong JNICALL | Java_jvlcconfig_LcSettingC_GetInt64Elem (JNIEnv *env, jobject self, jint idx) |
Java: → C-API These functions return the value at the specified index index in the setting setting … | |
JNIEXPORT jint JNICALL | Java_jvlcconfig_LcSettingC_GetIntElem (JNIEnv *env, jobject self, jint idx) |
Java: → C-API These functions return the value at the specified index index in the setting setting … | |
JNIEXPORT jstring JNICALL | Java_jvlcconfig_LcSettingC_GetString (JNIEnv *env, jobject self) |
Java: → C-API These functions return the value of the given setting … | |
JNIEXPORT jstring JNICALL | Java_jvlcconfig_LcSettingC_GetStringElem (JNIEnv *env, jobject self, jint idx) |
Java: → C-API These functions return the value at the specified index index in the setting setting … | |
LcSettingC - various functions to get data from a setting …
native boolean jvlcconfig.LcSettingC.GetBool | ( | ) |
Java:
→ C-API boolean setting.GetBool()
These functions return the value of the given setting …
native boolean jvlcconfig.LcSettingC.GetBoolElem | ( | int | idx | ) |
Java:
→ C-API boolean setting.GetBoolElem(int idx)
These functions return the value at the specified index index in the setting setting …
native LcSettingC jvlcconfig.LcSettingC.GetElem | ( | int | idx | ) |
Java:
→ C-API LcSettingC setting.GetElem(int idx)
This function fetches the element at the given index index in the setting setting, which must be an array, list, or group …
native double jvlcconfig.LcSettingC.GetFloat | ( | ) |
Java:
→ C-API double setting.GetFloat()
These functions return the value of the given setting …
native double jvlcconfig.LcSettingC.GetFloatElem | ( | int | idx | ) |
Java:
→ C-API double setting.GetFloatElem(int idx)
These functions return the value at the specified index index in the setting setting …
native LcConfigFormatE jvlcconfig.LcSettingC.GetFormat | ( | ) |
Java:
→ C-API LcConfigFormatE setting.GetFormat()
These functions get and set the external format for the setting setting …
native int jvlcconfig.LcSettingC.GetInt | ( | ) |
Java:
→ C-API int setting.GetInt()
These functions return the value of the given setting …
native long jvlcconfig.LcSettingC.GetInt64 | ( | ) |
Java:
→ C-API long setting.GetInt64()
These functions return the value of the given setting …
native long jvlcconfig.LcSettingC.GetInt64Elem | ( | int | idx | ) |
Java:
→ C-API long setting.GetInt64Elem(int idx)
These functions return the value at the specified index index in the setting setting …
native int jvlcconfig.LcSettingC.GetIntElem | ( | int | idx | ) |
Java:
→ C-API int setting.GetIntElem(int idx)
These functions return the value at the specified index index in the setting setting …
native LcSettingC jvlcconfig.LcSettingC.GetMember | ( | String | name | ) |
Java:
→ C-API LcSettingC setting.GetMember(String name)
This function fetches the child setting named name from the group setting …
native String jvlcconfig.LcSettingC.GetString | ( | ) |
Java:
→ C-API String setting.GetString()
These functions return the value of the given setting …
native String jvlcconfig.LcSettingC.GetStringElem | ( | int | idx | ) |
Java:
→ C-API String setting.GetStringElem(int idx)
These functions return the value at the specified index index in the setting setting …
JNIEXPORT jboolean JNICALL Java_jvlcconfig_LcSettingC_GetBool | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API boolean setting.GetBool()
These functions return the value of the given setting …
Definition at line 168 of file LcSettingC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvlcconfig_LcSettingC_GetBoolElem | ( | JNIEnv * | env, |
jobject | self, | ||
jint | idx ) |
Java:
→ C-API boolean setting.GetBoolElem(int idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 180 of file LcSettingC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_GetElem | ( | JNIEnv * | env, |
jobject | self, | ||
jint | idx ) |
Java:
→ C-API LcSettingC setting.GetElem(int idx)
This function fetches the element at the given index index in the setting setting, which must be an array, list, or group …
Definition at line 131 of file LcSettingC_jv.c.
JNIEXPORT jdouble JNICALL Java_jvlcconfig_LcSettingC_GetFloat | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API double setting.GetFloat()
These functions return the value of the given setting …
Definition at line 192 of file LcSettingC_jv.c.
JNIEXPORT jdouble JNICALL Java_jvlcconfig_LcSettingC_GetFloatElem | ( | JNIEnv * | env, |
jobject | self, | ||
jint | idx ) |
Java:
→ C-API double setting.GetFloatElem(int idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 204 of file LcSettingC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_GetFormat | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API LcConfigFormatE setting.GetFormat()
These functions get and set the external format for the setting setting …
Definition at line 216 of file LcSettingC_jv.c.
JNIEXPORT jint JNICALL Java_jvlcconfig_LcSettingC_GetInt | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API int setting.GetInt()
These functions return the value of the given setting …
Definition at line 228 of file LcSettingC_jv.c.
JNIEXPORT jlong JNICALL Java_jvlcconfig_LcSettingC_GetInt64 | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API long setting.GetInt64()
These functions return the value of the given setting …
Definition at line 240 of file LcSettingC_jv.c.
JNIEXPORT jlong JNICALL Java_jvlcconfig_LcSettingC_GetInt64Elem | ( | JNIEnv * | env, |
jobject | self, | ||
jint | idx ) |
Java:
→ C-API long setting.GetInt64Elem(int idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 252 of file LcSettingC_jv.c.
JNIEXPORT jint JNICALL Java_jvlcconfig_LcSettingC_GetIntElem | ( | JNIEnv * | env, |
jobject | self, | ||
jint | idx ) |
Java:
→ C-API int setting.GetIntElem(int idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 264 of file LcSettingC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_GetMember | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | name ) |
Java:
→ C-API LcSettingC setting.GetMember(String name)
This function fetches the child setting named name from the group setting …
Definition at line 147 of file LcSettingC_jv.c.
JNIEXPORT jstring JNICALL Java_jvlcconfig_LcSettingC_GetString | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API String setting.GetString()
These functions return the value of the given setting …
Definition at line 276 of file LcSettingC_jv.c.
JNIEXPORT jstring JNICALL Java_jvlcconfig_LcSettingC_GetStringElem | ( | JNIEnv * | env, |
jobject | self, | ||
jint | idx ) |
Java:
→ C-API String setting.GetStringElem(int idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 288 of file LcSettingC_jv.c.