![]() |
Qt 6.x
The Qt SDK
|
#include "qandroidplatformintegration.h"#include "androidjniaccessibility.h"#include "androidjnimain.h"#include "qabstracteventdispatcher.h"#include "qandroideventdispatcher.h"#include "qandroidplatformaccessibility.h"#include "qandroidplatformbackingstore.h"#include "qandroidplatformclipboard.h"#include "qandroidplatformfontdatabase.h"#include "qandroidplatformforeignwindow.h"#include "qandroidplatformoffscreensurface.h"#include "qandroidplatformopenglcontext.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/qeglpbuffer_p.h>#include <QtGui/private/qguiapplication_p.h>#include <QtGui/private/qoffscreensurface_p.h>#include <qpa/qplatformoffscreensurface.h>#include <qpa/qplatformwindow.h>#include <qpa/qwindowsysteminterface.h>#include <jni.h>#include <QtGui/qpa/qplatforminputcontextfactory_p.h>
Include dependency graph for qandroidplatformintegration.cpp:Go to the source code of this file.
Functions | |
| static bool | needsBasicRenderloopWorkaround () |
Variables | |
| static bool | m_running = false |
| static const auto | androidThemeName = "android"_L1 |
|
static |
Definition at line 296 of file qandroidplatformintegration.cpp.
References Qt::CaseInsensitive, QString::compare(), and QtAndroid::deviceName().
Referenced by QAndroidPlatformIntegration::hasCapability().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 470 of file qandroidplatformintegration.cpp.
Referenced by QAndroidPlatformIntegration::createPlatformTheme(), and QAndroidPlatformIntegration::themeNames().
|
static |
Definition at line 57 of file qandroidplatformintegration.cpp.
Referenced by QAndroidPlatformNativeInterface::customEvent(), and QQuickParticleSystem::isRunning().