summaryrefslogtreecommitdiff
path: root/libjava/classpath/native/jni/qt-peer/qtcomponent.h
blob: 3188f03f524b71669c518a00b498b84be52377a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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