Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_qjniobject.cpp File Reference

(69d4ecd6ef9057cb3703178277042ff7a7411459)

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 ()
 

Function Documentation

◆ 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:

◆ fromJavaOne()

static void fromJavaOne ( JNIEnv * env,
jobject thiz,
jint x )
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:

◆ fromJavaTwo()

static void fromJavaTwo ( JNIEnv * env,
jobject thiz,
jint x )
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:

◆ functionScope()

void functionScope ( )

[QJniObject scope]

Definition at line 5 of file src_qjniobject.cpp.