(5f2d5aa4a454bb1a5de8562b8016fd68796364ea)
#include "qjniobject.h"
#include "qjnihelpers_p.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qhash.h>
#include <QtCore/qreadwritelock.h>
#include <QtCore/qloggingcategory.h>
Go to the source code of this file.
◆ JClassHash
◆ JFieldIDHash
◆ JMethodIDHash
◆ cacheKey()
template<typename ... Args>
◆ getCachedClass()
jclass getCachedClass |
( |
const QByteArray & | className | ) |
|
|
static |
◆ getCleanJniObject()
QJniObject getCleanJniObject |
( |
jobject | object, |
|
|
JNIEnv * | env ) |
|
static |
Get a JNI object from a jobject variant and do the necessary exception clearing and delete the local reference before returning. The JNI object can be null if there was an exception.
Definition at line 392 of file qjniobject.cpp.