![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Classes | |
| class | FooJavaClass |
| [C++ native methods] More... | |
Functions | |
| void | functionScope () |
| [QJniObject scope] | |
| static void | fromJavaOne (JNIEnv *env, jobject thiz, jint x) |
| [QJniObject scope] | |
| static void | fromJavaTwo (JNIEnv *env, jobject thiz, jint x) |
| void | foo () |
| void foo | ( | ) |
Definition at line 33 of file src_qjniobject.cpp.
References fromJavaOne(), fromJavaTwo(), and methods.
Here is the call graph for this function:
|
static |
[QJniObject scope]
[C++ native methods]
Definition at line 19 of file src_qjniobject.cpp.
References Q_UNUSED, and qDebug.
Referenced by foo().
Here is the caller graph for this function:
|
static |
Definition at line 26 of file src_qjniobject.cpp.
References Q_UNUSED, and qDebug.
Referenced by foo().
Here is the caller graph for this function:| void functionScope | ( | ) |
[QJniObject scope]
Definition at line 5 of file src_qjniobject.cpp.