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.
34 lines
1.9 KiB
C
34 lines
1.9 KiB
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
#ifndef __org_trinitydesktop_qt_QLayoutItem__
|
|
#define __org_trinitydesktop_qt_QLayoutItem__
|
|
|
|
#include <jni.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QLayoutItem_sizeHint (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QLayoutItem_minimumSize (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QLayoutItem_maximumSize (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jint JNICALL Java_org_trinitydesktop_qt_QLayoutItem_expanding (JNIEnv *env, jobject);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QLayoutItem_setGeometry (JNIEnv *env, jobject, jobject);
|
|
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QLayoutItem_geometry (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QLayoutItem_isEmpty (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QLayoutItem_hasHeightForWidth (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jint JNICALL Java_org_trinitydesktop_qt_QLayoutItem_heightForWidth (JNIEnv *env, jobject, jint);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QLayoutItem_invalidate (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QLayoutItem_widget (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QLayoutItem_layout (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QLayoutItem_spacerItem (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jint JNICALL Java_org_trinitydesktop_qt_QLayoutItem_alignment (JNIEnv *env, jobject);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QLayoutItem_setAlignment (JNIEnv *env, jobject, jint);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __org_trinitydesktop_qt_QLayoutItem__ */
|