Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
androidwindowembedding.cpp File Reference

(9ef4435fbf68d2f628047ad75ef7104cf498682b)

#include "androidwindowembedding.h"
#include <QtCore/qcoreapplication.h>
#include <QtCore/qjnienvironment.h>
#include <QtCore/qjniobject.h>
#include <QtCore/qjnitypes.h>
#include <QtGui/qwindow.h>
Include dependency graph for androidwindowembedding.cpp:

Go to the source code of this file.

Namespaces

namespace  QtAndroidWindowEmbedding

Functions

QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS (QtView, "org/qtproject/qt/android/QtView")
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)
bool QtAndroidWindowEmbedding::registerNatives (QJniEnvironment &env)

Function Documentation

◆ Q_DECLARE_JNI_CLASS()

QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS ( QtView ,
"org/qtproject/qt/android/QtView"  )