![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Static Public Member Functions | |
static QOpenGLWindowPrivate * | get (QOpenGLWindow *w) |
static QOpenGLWindowPrivate * | get (QOpenGLWindow *w) |
Static Public Member Functions inherited from QWindowPrivate | |
static QWindowPrivate * | get (QWindow *window) |
static Qt::WindowState | effectiveState (Qt::WindowStates) |
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) |
Additional Inherited Members | |
Public Types inherited from QWindowPrivate | |
enum | PositionPolicy { WindowFrameInclusive , WindowFrameExclusive } |
enum | SiblingPosition { PositionTop , PositionBottom } |
enum class | FocusTarget { First , Last , Current , Next , Prev } |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Definition at line 154 of file qopenglwindow.cpp.
|
inline |
Definition at line 158 of file qopenglwindow.cpp.
QOpenGLWindowPrivate::~QOpenGLWindowPrivate | ( | ) |
Definition at line 189 of file qopenglwindow.cpp.
|
inline |
Definition at line 158 of file qopenglwindow.cpp.
QOpenGLWindowPrivate::~QOpenGLWindowPrivate | ( | ) |
Reimplemented from QPaintDeviceWindowPrivate.
Definition at line 218 of file qopenglwindow.cpp.
References initialize().
Reimplemented from QPaintDeviceWindowPrivate.
void QOpenGLWindowPrivate::bindFBO | ( | ) |
Definition at line 298 of file qopenglwindow.cpp.
void QOpenGLWindowPrivate::bindFBO | ( | ) |
|
overridevirtual |
Reimplemented from QPaintDeviceWindowPrivate.
Definition at line 259 of file qopenglwindow.cpp.
|
overridevirtual |
Reimplemented from QPaintDeviceWindowPrivate.
Reimplemented from QPaintDeviceWindowPrivate.
Definition at line 306 of file qopenglwindow.cpp.
Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().
Reimplemented from QPaintDeviceWindowPrivate.
Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().
|
inlinestatic |
Definition at line 169 of file qopenglwindow.cpp.
|
inlinestatic |
Definition at line 169 of file qopenglwindow.cpp.
void QOpenGLWindowPrivate::initialize | ( | ) |
Definition at line 193 of file qopenglwindow.cpp.
Referenced by beginPaint().
void QOpenGLWindowPrivate::initialize | ( | ) |
QColor QOpenGLWindowPrivate::backgroundColor |
Definition at line 185 of file qopenglwindow.cpp.
QOpenGLTextureBlitter QOpenGLWindowPrivate::blitter |
Definition at line 184 of file qopenglwindow.cpp.
QScopedPointer< QOpenGLContext > QOpenGLWindowPrivate::context |
Definition at line 180 of file qopenglwindow.cpp.
Referenced by testing.tools.safetynet_job.JobRun::_BuildRunMetadata(), testing.tools.safetynet_job.JobRun::_IncrementalRun(), testing.tools.safetynet_job.JobRun::_WriteCheckpoint(), testing.tools.safetynet_job.JobRun::_WriteRawJson(), and testing.tools.safetynet_job.JobRun::Run().
QScopedPointer< QOpenGLFramebufferObject > QOpenGLWindowPrivate::fbo |
Definition at line 182 of file qopenglwindow.cpp.
bool QOpenGLWindowPrivate::hasFboBlit |
Definition at line 179 of file qopenglwindow.cpp.
QScopedPointer< QOffscreenSurface > QOpenGLWindowPrivate::offscreenSurface |
Definition at line 186 of file qopenglwindow.cpp.
QScopedPointer< QOpenGLWindowPaintDevice > QOpenGLWindowPrivate::paintDevice |
Definition at line 183 of file qopenglwindow.cpp.
QOpenGLContext * QOpenGLWindowPrivate::shareContext |
Definition at line 181 of file qopenglwindow.cpp.
QOpenGLWindow::UpdateBehavior QOpenGLWindowPrivate::updateBehavior |
Definition at line 178 of file qopenglwindow.cpp.