LcSettingC - various functions to lookup a setting … More...
Collaboration diagram for LcSettingC_Lookup_JV_API:Functions | |
| native LcSettingC | jvlcconfig.LcSettingC.Lookup (String path) |
Java: → C-API This function locates a setting by a path path relative to the setting setting … | |
| native MkBufferListC | jvlcconfig.LcSettingC.LookupAll () |
Java: → C-API addon - read an entire configuration below setting into MkBufferListC … | |
| native boolean | jvlcconfig.LcSettingC.LookupBool (String name) |
Java: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| native double | jvlcconfig.LcSettingC.LookupFloat (String name) |
Java: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| native int | jvlcconfig.LcSettingC.LookupInt (String name) |
Java: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| native long | jvlcconfig.LcSettingC.LookupInt64 (String name) |
Java: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| native String | jvlcconfig.LcSettingC.LookupString (String name) |
Java: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_Lookup (JNIEnv *env, jobject self, jstring path) |
Java: → C-API This function locates a setting by a path path relative to the setting setting … | |
| JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_LookupAll (JNIEnv *env, jobject self) |
Java: → C-API addon - read an entire configuration below setting into MkBufferListC … | |
| JNIEXPORT jboolean JNICALL | Java_jvlcconfig_LcSettingC_LookupBool (JNIEnv *env, jobject self, jstring name) |
Java: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| JNIEXPORT jdouble JNICALL | Java_jvlcconfig_LcSettingC_LookupFloat (JNIEnv *env, jobject self, jstring name) |
Java: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| JNIEXPORT jint JNICALL | Java_jvlcconfig_LcSettingC_LookupInt (JNIEnv *env, jobject self, jstring name) |
Java: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| JNIEXPORT jlong JNICALL | Java_jvlcconfig_LcSettingC_LookupInt64 (JNIEnv *env, jobject self, jstring name) |
Java: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| JNIEXPORT jstring JNICALL | Java_jvlcconfig_LcSettingC_LookupString (JNIEnv *env, jobject self, jstring name) |
Java: → C-API These functions look up the value of the child setting named name of the setting setting … | |
LcSettingC - various functions to lookup a setting …
| JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_Lookup | ( | JNIEnv * | env, |
| jobject | self, | ||
| jstring | path ) |
Java: → C-API LcSettingC setting.Lookup(String path)
This function locates a setting by a path path relative to the setting setting …
Definition at line 399 of file LcSettingC_jv.c.
| JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_LookupAll | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API MkBufferListC setting.LookupAll()
addon - read an entire configuration below setting into MkBufferListC …
Definition at line 418 of file LcSettingC_jv.c.
| JNIEXPORT jboolean JNICALL Java_jvlcconfig_LcSettingC_LookupBool | ( | JNIEnv * | env, |
| jobject | self, | ||
| jstring | name ) |
Java: → C-API boolean setting.LookupBool(String name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 432 of file LcSettingC_jv.c.
| JNIEXPORT jdouble JNICALL Java_jvlcconfig_LcSettingC_LookupFloat | ( | JNIEnv * | env, |
| jobject | self, | ||
| jstring | name ) |
Java: → C-API double setting.LookupFloat(String name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 449 of file LcSettingC_jv.c.
| JNIEXPORT jint JNICALL Java_jvlcconfig_LcSettingC_LookupInt | ( | JNIEnv * | env, |
| jobject | self, | ||
| jstring | name ) |
Java: → C-API int setting.LookupInt(String name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 466 of file LcSettingC_jv.c.
| JNIEXPORT jlong JNICALL Java_jvlcconfig_LcSettingC_LookupInt64 | ( | JNIEnv * | env, |
| jobject | self, | ||
| jstring | name ) |
Java: → C-API long setting.LookupInt64(String name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 483 of file LcSettingC_jv.c.
| JNIEXPORT jstring JNICALL Java_jvlcconfig_LcSettingC_LookupString | ( | JNIEnv * | env, |
| jobject | self, | ||
| jstring | name ) |
Java: → C-API String setting.LookupString(String name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 500 of file LcSettingC_jv.c.
| native LcSettingC jvlcconfig.LcSettingC.Lookup | ( | String | path | ) |
Java: → C-API LcSettingC setting.Lookup(String path)
This function locates a setting by a path path relative to the setting setting …
| native MkBufferListC jvlcconfig.LcSettingC.LookupAll | ( | ) |
Java: → C-API MkBufferListC setting.LookupAll()
addon - read an entire configuration below setting into MkBufferListC …
| native boolean jvlcconfig.LcSettingC.LookupBool | ( | String | name | ) |
Java: → C-API boolean setting.LookupBool(String name)
These functions look up the value of the child setting named name of the setting setting …
| native double jvlcconfig.LcSettingC.LookupFloat | ( | String | name | ) |
Java: → C-API double setting.LookupFloat(String name)
These functions look up the value of the child setting named name of the setting setting …
| native int jvlcconfig.LcSettingC.LookupInt | ( | String | name | ) |
Java: → C-API int setting.LookupInt(String name)
These functions look up the value of the child setting named name of the setting setting …
| native long jvlcconfig.LcSettingC.LookupInt64 | ( | String | name | ) |
Java: → C-API long setting.LookupInt64(String name)
These functions look up the value of the child setting named name of the setting setting …
| native String jvlcconfig.LcSettingC.LookupString | ( | String | name | ) |
Java: → C-API String setting.LookupString(String name)
These functions look up the value of the child setting named name of the setting setting …