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/TQSplashScreen.h

39 lines
2.7 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#ifndef __org_trinitydesktop_qt_QSplashScreen__
#define __org_trinitydesktop_qt_QSplashScreen__
#include <jni.h>
#ifdef __cplusplus
extern "C"
{
#endif
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QSplashScreen_metaObject (JNIEnv *env, jobject);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QSplashScreen_className (JNIEnv *env, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_newTQSplashScreen__Lorg_trinitydesktop_qt_QPixmap_2I (JNIEnv *env, jobject, jobject, jint);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_newTQSplashScreen__Lorg_trinitydesktop_qt_QPixmap_2 (JNIEnv *env, jobject, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_newTQSplashScreen__ (JNIEnv *env, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_setPixmap (JNIEnv *env, jobject, jobject);
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QSplashScreen_pixmap (JNIEnv *env, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_finish (JNIEnv *env, jobject, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_repaint (JNIEnv *env, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_message__Ljava_lang_String_2ILorg_trinitydesktop_qt_QColor_2 (JNIEnv *env, jobject, jstring, jint, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_message__Ljava_lang_String_2I (JNIEnv *env, jobject, jstring, jint);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_message__Ljava_lang_String_2 (JNIEnv *env, jobject, jstring);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_clear (JNIEnv *env, jobject);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QSplashScreen_tr__Ljava_lang_String_2Ljava_lang_String_2 (JNIEnv *env, jclass, jstring, jstring);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QSplashScreen_tr__Ljava_lang_String_2 (JNIEnv *env, jclass, jstring);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_drawContents (JNIEnv *env, jobject, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_mousePressEvent (JNIEnv *env, jobject, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_finalize (JNIEnv *env, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QSplashScreen_dispose (JNIEnv *env, jobject);
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QSplashScreen_isDisposed (JNIEnv *env, jobject);
#ifdef __cplusplus
}
#endif
#endif /* __org_trinitydesktop_qt_QSplashScreen__ */