repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
libjava
/
classpath
/
native
/
jni
/
qt-peer
/
qtcomponent.h
blob
3188f03f524b71669c518a00b498b84be52377a4
1
#ifndef QTCOMPONENT_H
2
#define QTCOMPONENT_H
3
4
#include <QSize>
5
#include <QPoint>
6
//#include <cassert.h>
7
#include <jni.h>
8
#include
"nativewrapper.h"
9
10
void
*
getParentWidget
(
JNIEnv
*
env
,
jobject qtcomponentpeer
);
11
12
jobject
makeDimension
(
JNIEnv
*
env
,
QSize
*
size
);
13
14
jobject
makePoint
(
JNIEnv
*
env
,
QPoint
&
p
);
15
16
#endif