![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qandroidplatformintegration.h"#include "androidjnimain.h"#include "qabstracteventdispatcher.h"#include "qandroideventdispatcher.h"#include "qandroidplatformclipboard.h"#include "qandroidplatformfontdatabase.h"#include "qandroidplatformforeignwindow.h"#include "qandroidplatformoffscreensurface.h"#include "qandroidplatformopenglwindow.h"#include "qandroidplatformscreen.h"#include "qandroidplatformservices.h"#include "qandroidplatformtheme.h"#include "qandroidsystemlocale.h"#include <QGuiApplication>#include <QOffscreenSurface>#include <QOpenGLContext>#include <QThread>#include <QtCore/QJniObject>#include <QtGui/private/qguiapplication_p.h>#include <QtGui/private/qoffscreensurface_p.h>#include <QtGui/private/qrhibackingstore_p.h>#include <qpa/qplatformoffscreensurface.h>#include <qpa/qplatformwindow.h>#include <qpa/qwindowsysteminterface.h>#include <jni.h>#include <QtGui/qpa/qplatforminputcontextfactory_p.h>Go to the source code of this file.
Functions | |
| static bool | needsBasicRenderloopWorkaround () |
| JNIEXPORT bool JNICALL | Java_org_qtproject_qt_android_QtNativeAccessibility_accessibilitySupported (JNIEnv *, jobject) |
Variables | |
| static const auto | androidThemeName = "android"_L1 |
| JNIEXPORT bool JNICALL Java_org_qtproject_qt_android_QtNativeAccessibility_accessibilitySupported | ( | JNIEnv * | , |
| jobject | ) |
Definition at line 534 of file qandroidplatformintegration.cpp.
|
static |
Definition at line 312 of file qandroidplatformintegration.cpp.
Referenced by QAndroidPlatformIntegration::hasCapability().
|
static |
Definition at line 499 of file qandroidplatformintegration.cpp.
Referenced by QAndroidPlatformIntegration::createPlatformTheme().