![]() |
Qt 6.x
The Qt SDK
|
#include "qquickwidget.h"#include "qquickwidget_p.h"#include "qaccessiblequickwidgetfactory_p.h"#include <QtWidgets/private/qwidgetrepaintmanager_p.h>#include "private/qquickwindow_p.h"#include "private/qquickitem_p.h"#include "private/qquickitemchangelistener_p.h"#include "private/qquickrendercontrol_p.h"#include "private/qsgrhisupport_p.h"#include "private/qsgsoftwarerenderer_p.h"#include <private/qqmldebugconnector_p.h>#include <private/qquickprofiler_p.h>#include <private/qqmldebugserviceinterfaces_p.h>#include <QtQml/qqmlengine.h>#include <private/qqmlengine_p.h>#include <QtCore/qbasictimer.h>#include <QtGui/QOffscreenSurface>#include <QtGui/private/qguiapplication_p.h>#include <QtGui/qpa/qplatformintegration.h>#include <QtGui/QPainter>#include <QtQuick/QSGRendererInterface>#include <QtQuick/qquickgraphicsdevice.h>#include <QtQuick/qquickrendertarget.h>#include "private/qwidget_p.h"#include "moc_qquickwidget_p.cpp"#include "moc_qquickwidget.cpp"
Include dependency graph for qquickwidget.cpp:Go to the source code of this file.
Classes | |
| class | QQuickWidgetOffscreenWindowPrivate |
| class | QQuickWidgetRenderControl |
| class | QQuickWidgetRenderControlPrivate |
Functions | |
| static QPlatformBackingStoreRhiConfig::Api | graphicsApiToBackingStoreRhiApi (QSGRendererInterface::GraphicsApi api) |
| static Qt::WindowState | resolveWindowState (Qt::WindowStates states) |
| static void | remapInputMethodQueryEvent (QObject *object, QInputMethodQueryEvent *e) |
|
inlinestatic |
Definition at line 983 of file qquickwidget.cpp.
References QPlatformBackingStoreRhiConfig::D3D11, QSGRendererInterface::Direct3D11, QPlatformBackingStoreRhiConfig::Metal, QSGRendererInterface::Metal, QPlatformBackingStoreRhiConfig::Null, QPlatformBackingStoreRhiConfig::OpenGL, QSGRendererInterface::OpenGL, QPlatformBackingStoreRhiConfig::Vulkan, and QSGRendererInterface::Vulkan.
Referenced by QQuickWidgetPrivate::initializeWithRhi(), and QQuickWidgetPrivate::rhiConfig().
Here is the caller graph for this function:
|
static |
Definition at line 1602 of file qquickwidget.cpp.
References e, Qt::ImAnchorRectangle, Qt::ImCursorPosition, Qt::ImCursorRectangle, Qt::ImInputItemClipRectangle, item, QGraphicsItem::mapRectToScene(), QGraphicsItem::mapToScene(), and qobject_cast< QQuickItem * >().
Referenced by QQuickWidget::event().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1588 of file qquickwidget.cpp.
References Qt::WindowFullScreen, Qt::WindowMaximized, Qt::WindowMinimized, and Qt::WindowNoState.
Referenced by QQuickWidget::event().
Here is the caller graph for this function: