![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
void | createRootWindow (JNIEnv *, jclass, QtJniTypes::View rootView, jint x, jint y, jint width, jint height) |
void | deleteWindow (JNIEnv *, jclass, jlong windowRef) |
void | setWindowVisible (JNIEnv *, jclass, jlong windowRef, jboolean visible) |
void | resizeWindow (JNIEnv *, jclass, jlong windowRef, jint x, jint y, jint width, jint height) |
bool | registerNatives (QJniEnvironment &env) |
void QtAndroidWindowEmbedding::createRootWindow | ( | JNIEnv * | , |
jclass | , | ||
QtJniTypes::View | rootView, | ||
jint | x, | ||
jint | y, | ||
jint | width, | ||
jint | height ) |
Definition at line 17 of file androidwindowembedding.cpp.
void QtAndroidWindowEmbedding::deleteWindow | ( | JNIEnv * | , |
jclass | , | ||
jlong | windowRef ) |
Definition at line 29 of file androidwindowembedding.cpp.
bool QtAndroidWindowEmbedding::registerNatives | ( | QJniEnvironment & | env | ) |
Definition at line 60 of file androidwindowembedding.cpp.
void QtAndroidWindowEmbedding::resizeWindow | ( | JNIEnv * | , |
jclass | , | ||
jlong | windowRef, | ||
jint | x, | ||
jint | y, | ||
jint | width, | ||
jint | height ) |
Definition at line 49 of file androidwindowembedding.cpp.
void QtAndroidWindowEmbedding::setWindowVisible | ( | JNIEnv * | , |
jclass | , | ||
jlong | windowRef, | ||
jboolean | visible ) |
Definition at line 35 of file androidwindowembedding.cpp.