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.
38 lines
2.7 KiB
C
38 lines
2.7 KiB
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
#ifndef __org_trinitydesktop_qt_QRadioButton__
|
|
#define __org_trinitydesktop_qt_QRadioButton__
|
|
|
|
#include <jni.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QRadioButton_metaObject (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QRadioButton_className (JNIEnv *env, jobject);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QRadioButton_newTQRadioButton__Lorg_trinitydesktop_qt_QWidget_2Ljava_lang_String_2 (JNIEnv *env, jobject, jobject, jstring);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QRadioButton_newTQRadioButton__Lorg_trinitydesktop_qt_QWidget_2 (JNIEnv *env, jobject, jobject);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QRadioButton_newTQRadioButton__Ljava_lang_String_2Lorg_trinitydesktop_qt_QWidget_2Ljava_lang_String_2 (JNIEnv *env, jobject, jstring, jobject, jstring);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QRadioButton_newTQRadioButton__Ljava_lang_String_2Lorg_trinitydesktop_qt_QWidget_2 (JNIEnv *env, jobject, jstring, jobject);
|
|
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QRadioButton_isChecked (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QRadioButton_sizeHint (JNIEnv *env, jobject);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QRadioButton_setChecked (JNIEnv *env, jobject, jboolean);
|
|
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QRadioButton_tr__Ljava_lang_String_2Ljava_lang_String_2 (JNIEnv *env, jclass, jstring, jstring);
|
|
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QRadioButton_tr__Ljava_lang_String_2 (JNIEnv *env, jclass, jstring);
|
|
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QRadioButton_hitButton (JNIEnv *env, jobject, jobject);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QRadioButton_drawButton (JNIEnv *env, jobject, jobject);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QRadioButton_drawButtonLabel (JNIEnv *env, jobject, jobject);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QRadioButton_updateMask (JNIEnv *env, jobject);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QRadioButton_resizeEvent (JNIEnv *env, jobject, jobject);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QRadioButton_finalize (JNIEnv *env, jobject);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QRadioButton_dispose (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QRadioButton_isDisposed (JNIEnv *env, jobject);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __org_trinitydesktop_qt_QRadioButton__ */
|