URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [native/] [jni/] [qt-peer/] [qtcomponent.h] - Rev 774
Compare with Previous | Blame | View Log
#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