Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickwidget.cpp File Reference

(f85d3f950a046d768d7644931ed8167d614ad19c)

#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)
 

Function Documentation

◆ graphicsApiToBackingStoreRhiApi()

◆ remapInputMethodQueryEvent()

static void remapInputMethodQueryEvent ( QObject * object,
QInputMethodQueryEvent * e )
static

Definition at line 1640 of file qquickwidget.cpp.

References Qt::ImAnchorRectangle, Qt::ImCursorPosition, Qt::ImCursorRectangle, Qt::ImInputItemClipRectangle, item, QGraphicsItem::mapRectToScene(), QGraphicsItem::mapToScene(), qobject_cast< QQuickItem * >(), QInputMethodQueryEvent::queries(), QInputMethodQueryEvent::setValue(), and QInputMethodQueryEvent::value().

Referenced by QQuickWidget::event().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ resolveWindowState()

static Qt::WindowState resolveWindowState ( Qt::WindowStates states)
static

Definition at line 1626 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: