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
androidwindowembedding.h File Reference

(d45ce587784427c4ff72d306811eb63baa53cb3a)

#include <QtCore/qjnienvironment.h>
#include <QtCore/qjnitypes.h>
+ Include dependency graph for androidwindowembedding.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QtAndroidWindowEmbedding
 

Functions

QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS (View, "android/view/View")
 
bool QtAndroidWindowEmbedding::registerNatives (QJniEnvironment &env)
 
void QtAndroidWindowEmbedding::createRootWindow (JNIEnv *, jclass, QtJniTypes::View rootView, jint x, jint y, jint width, jint height)
 
void QtAndroidWindowEmbedding::deleteWindow (JNIEnv *, jclass, jlong windowRef)
 
void QtAndroidWindowEmbedding::setWindowVisible (JNIEnv *, jclass, jlong windowRef, jboolean visible)
 
void QtAndroidWindowEmbedding::resizeWindow (JNIEnv *, jclass, jlong windowRef, jint x, jint y, jint width, jint height)
 

Function Documentation

◆ Q_DECLARE_JNI_CLASS()

QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS ( View ,
"android/view/View"  )