![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickrendercontrol_p.h>
Public Types | |
| enum | FrameStatus { NotRecordingFrame , RecordingFrame , DeviceLostInBeginFrame , ErrorInBeginFrame } |
| Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Static Public Member Functions | |
| static QQuickRenderControlPrivate * | get (QQuickRenderControl *renderControl) |
| static bool | isRenderWindowFor (QQuickWindow *quickWin, const QWindow *renderWin) |
| static void | cleanup () |
| Static Public Member Functions inherited from QObjectPrivate | |
| static bool | removeConnection (Connection *c) |
| static QObjectPrivate * | get (QObject *o) |
| static const QObjectPrivate * | get (const QObject *o) |
| template<typename Func1, typename Func2> | |
| static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
| template<typename Func1, typename Func2> | |
| static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
| static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
| static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Static Public Attributes | |
| static QSGContext * | sg = nullptr |
Definition at line 29 of file qquickrendercontrol_p.h.
| Enumerator | |
|---|---|
| NotRecordingFrame | |
| RecordingFrame | |
| DeviceLostInBeginFrame | |
| ErrorInBeginFrame | |
Definition at line 34 of file qquickrendercontrol_p.h.
| QQuickRenderControlPrivate::QQuickRenderControlPrivate | ( | QQuickRenderControl * | renderControl | ) |
Definition at line 113 of file qquickrendercontrol.cpp.
|
static |
Definition at line 131 of file qquickrendercontrol.cpp.
|
inlinestatic |
Definition at line 43 of file qquickrendercontrol_p.h.
| QImage QQuickRenderControlPrivate::grab | ( | ) |
Definition at line 468 of file qquickrendercontrol.cpp.
| bool QQuickRenderControlPrivate::initRhi | ( | ) |
Definition at line 758 of file qquickrendercontrol.cpp.
|
virtual |
Reimplemented in QQuickWidgetRenderControlPrivate, and QQuickWidgetRenderControlPrivate.
Definition at line 561 of file qquickrendercontrol.cpp.
|
static |
Definition at line 553 of file qquickrendercontrol.cpp.
| void QQuickRenderControlPrivate::maybeUpdate | ( | ) |
Definition at line 515 of file qquickrendercontrol.cpp.
| void QQuickRenderControlPrivate::resetRhi | ( | const QQuickGraphicsConfiguration & | config | ) |
Definition at line 793 of file qquickrendercontrol.cpp.
| void QQuickRenderControlPrivate::update | ( | ) |
Definition at line 509 of file qquickrendercontrol.cpp.
| void QQuickRenderControlPrivate::windowDestroyed | ( | ) |
Definition at line 187 of file qquickrendercontrol.cpp.
| QRhiCommandBuffer* QQuickRenderControlPrivate::cb |
Definition at line 69 of file qquickrendercontrol_p.h.
| FrameStatus QQuickRenderControlPrivate::frameStatus |
Definition at line 72 of file qquickrendercontrol_p.h.
| bool QQuickRenderControlPrivate::initialized |
Definition at line 63 of file qquickrendercontrol_p.h.
| QOffscreenSurface* QQuickRenderControlPrivate::offscreenSurface |
Definition at line 70 of file qquickrendercontrol_p.h.
| bool QQuickRenderControlPrivate::ownRhi |
Definition at line 68 of file qquickrendercontrol_p.h.
| QQuickRenderControl* QQuickRenderControlPrivate::q |
Definition at line 62 of file qquickrendercontrol_p.h.
| QSGRenderContext* QQuickRenderControlPrivate::rc |
Definition at line 66 of file qquickrendercontrol_p.h.
| QRhi* QQuickRenderControlPrivate::rhi |
Definition at line 67 of file qquickrendercontrol_p.h.
| int QQuickRenderControlPrivate::sampleCount |
Definition at line 71 of file qquickrendercontrol_p.h.
|
static |
Definition at line 65 of file qquickrendercontrol_p.h.
| QQuickWindow* QQuickRenderControlPrivate::window |
Definition at line 64 of file qquickrendercontrol_p.h.