![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qjnienvironment.h>
#include <QtCore/qjnitypes.h>
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) |