You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/qtjava/javalib/qtjava/TQUriDrag.h

47 lines
4.1 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#ifndef __org_trinitydesktop_qt_QUriDrag__
#define __org_trinitydesktop_qt_QUriDrag__
#include <jni.h>
#ifdef __cplusplus
extern "C"
{
#endif
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QUriDrag_metaObject (JNIEnv *env, jobject);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QUriDrag_className (JNIEnv *env, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QUriDrag_newTQUriDrag___3Ljava_lang_String_2Lorg_trinitydesktop_qt_QWidget_2Ljava_lang_String_2 (JNIEnv *env, jobject, jobjectArray, jobject, jstring);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QUriDrag_newTQUriDrag___3Ljava_lang_String_2Lorg_trinitydesktop_qt_QWidget_2 (JNIEnv *env, jobject, jobjectArray, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QUriDrag_newTQUriDrag___3Ljava_lang_String_2 (JNIEnv *env, jobject, jobjectArray);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QUriDrag_newTQUriDrag__Lorg_trinitydesktop_qt_QWidget_2Ljava_lang_String_2 (JNIEnv *env, jobject, jobject, jstring);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QUriDrag_newTQUriDrag__Lorg_trinitydesktop_qt_QWidget_2 (JNIEnv *env, jobject, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QUriDrag_newTQUriDrag__ (JNIEnv *env, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QUriDrag_setFilenames (JNIEnv *env, jobject, jobjectArray);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QUriDrag_setFileNames (JNIEnv *env, jobject, jobjectArray);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QUriDrag_setUnicodeUris (JNIEnv *env, jobject, jobjectArray);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QUriDrag_setUris (JNIEnv *env, jobject, jobjectArray);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QUriDrag_tr__Ljava_lang_String_2Ljava_lang_String_2 (JNIEnv *env, jclass, jstring, jstring);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QUriDrag_tr__Ljava_lang_String_2 (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QUriDrag_uriToLocalFile (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QUriDrag_localFileToUri (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QUriDrag_uriToUnicodeUri (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QUriDrag_unicodeUriToUri (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QUriDrag_canDecode (JNIEnv *env, jclass, jobject);
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QUriDrag_decode__Lorg_trinitydesktop_qt_QMimeSourceInterface_2_3Ljava_lang_String_2 (JNIEnv *env, jclass, jobject, jobjectArray);
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QUriDrag_decodeToUnicodeUris__Lorg_trinitydesktop_qt_QMimeSourceInterface_2_3Ljava_lang_String_2 (JNIEnv *env, jclass, jobject, jobjectArray);
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QUriDrag_decodeLocalFiles__Lorg_trinitydesktop_qt_QMimeSourceInterface_2_3Ljava_lang_String_2 (JNIEnv *env, jclass, jobject, jobjectArray);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QUriDrag_finalize (JNIEnv *env, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QUriDrag_dispose (JNIEnv *env, jobject);
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QUriDrag_isDisposed (JNIEnv *env, jobject);
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QUriDrag_decode__Lorg_trinitydesktop_qt_QMimeSourceInterface_2Ljava_util_ArrayList_2 (JNIEnv *env, jclass, jobject, jobject);
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QUriDrag_decodeToUnicodeUris__Lorg_trinitydesktop_qt_QMimeSourceInterface_2Ljava_util_ArrayList_2 (JNIEnv *env, jclass, jobject, jobject);
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QUriDrag_decodeLocalFiles__Lorg_trinitydesktop_qt_QMimeSourceInterface_2Ljava_util_ArrayList_2 (JNIEnv *env, jclass, jobject, jobject);
#ifdef __cplusplus
}
#endif
#endif /* __org_trinitydesktop_qt_QUriDrag__ */