LcSettingC - various functions to get data from a setting … More...
Collaboration diagram for LcSettingC_Get_JV_API: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 165 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 177 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 128 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 189 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 201 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 213 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 225 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 237 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 249 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 261 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 144 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 273 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 285 of file LcSettingC_jv.c.