summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/native/jni/qt-peer/qtcomponent.h
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-23 19:36:46 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-23 19:36:46 +0000
commit49792907376493f0939563eb0219b96a48f1ae3b (patch)
treeb2c2abf473309eac532cafbad81b20f3270ff45f /libjava/classpath/native/jni/qt-peer/qtcomponent.h
parent68cf394a99ed232a528346d711e946d4c9a902b5 (diff)
downloadppe42-gcc-49792907376493f0939563eb0219b96a48f1ae3b.tar.gz
ppe42-gcc-49792907376493f0939563eb0219b96a48f1ae3b.zip
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104578 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/native/jni/qt-peer/qtcomponent.h')
-rw-r--r--libjava/classpath/native/jni/qt-peer/qtcomponent.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/libjava/classpath/native/jni/qt-peer/qtcomponent.h b/libjava/classpath/native/jni/qt-peer/qtcomponent.h
new file mode 100644
index 00000000000..3188f03f524
--- /dev/null
+++ b/libjava/classpath/native/jni/qt-peer/qtcomponent.h
@@ -0,0 +1,16 @@
+#ifndef QTCOMPONENT_H
+#define QTCOMPONENT_H
+
+#include <QSize>
+#include <QPoint>
+//#include <cassert.h>
+#include <jni.h>
+#include "nativewrapper.h"
+
+void *getParentWidget( JNIEnv *env, jobject qtcomponentpeer );
+
+jobject makeDimension(JNIEnv *env, QSize *size);
+
+jobject makePoint(JNIEnv *env, QPoint &p);
+
+#endif
OpenPOWER on IntegriCloud