![]() |
Qt 6.x
The Qt SDK
|
#include <qoffscreenintegration_x11.h>
Public Member Functions | |
QOffscreenX11Integration (const QStringList ¶mList) | |
~QOffscreenX11Integration () | |
bool | hasCapability (QPlatformIntegration::Capability cap) const override |
QOffscreenX11PlatformNativeInterface * | nativeInterface () const override |
![]() | |
QOffscreenIntegration (const QStringList ¶mList) | |
~QOffscreenIntegration () | |
QJsonObject | defaultConfiguration () const |
std::optional< QJsonObject > | resolveConfigFileConfiguration (const QStringList ¶mList) const |
void | setConfiguration (const QJsonObject &configuration) |
QJsonObject | configuration () const |
void | initialize () override |
Performs initialization steps that depend on having an event dispatcher available. | |
bool | hasCapability (QPlatformIntegration::Capability cap) const override |
QPlatformWindow * | createPlatformWindow (QWindow *window) const override |
Factory function for QPlatformWindow. | |
QPlatformBackingStore * | createPlatformBackingStore (QWindow *window) const override |
Factory function for QPlatformBackingStore. | |
QPlatformInputContext * | inputContext () const override |
Returns the platforms input context. | |
QPlatformServices * | services () const override |
QPlatformFontDatabase * | fontDatabase () const override |
Accessor for the platform integration's fontdatabase. | |
QAbstractEventDispatcher * | createEventDispatcher () const override |
Factory function for the GUI event dispatcher. | |
QPlatformNativeInterface * | nativeInterface () const override |
QStringList | themeNames () const override |
QPlatformTheme * | createPlatformTheme (const QString &name) const override |
QList< QOffscreenScreen * > | screens () const |
![]() | |
virtual | ~QPlatformIntegration () |
virtual bool | hasCapability (Capability cap) const |
virtual QPlatformPixmap * | createPlatformPixmap (QPlatformPixmap::PixelType type) const |
Factory function for QPlatformPixmap. | |
virtual QPlatformWindow * | createPlatformWindow (QWindow *window) const =0 |
Factory function for QPlatformWindow. | |
virtual QPlatformWindow * | createForeignWindow (QWindow *, WId) const |
virtual QPlatformBackingStore * | createPlatformBackingStore (QWindow *window) const =0 |
Factory function for QPlatformBackingStore. | |
virtual QPlatformOpenGLContext * | createPlatformOpenGLContext (QOpenGLContext *context) const |
Factory function for QPlatformOpenGLContext. | |
virtual QPlatformSharedGraphicsCache * | createPlatformSharedGraphicsCache (const char *cacheId) const |
Factory function for QPlatformSharedGraphicsCache. | |
virtual QPaintEngine * | createImagePaintEngine (QPaintDevice *paintDevice) const |
Factory function for QPaintEngine. | |
virtual QAbstractEventDispatcher * | createEventDispatcher () const =0 |
Factory function for the GUI event dispatcher. | |
virtual void | initialize () |
Performs initialization steps that depend on having an event dispatcher available. | |
virtual void | destroy () |
Called before the platform integration is deleted. | |
virtual QPlatformFontDatabase * | fontDatabase () const |
Accessor for the platform integration's fontdatabase. | |
virtual QPlatformClipboard * | clipboard () const |
Accessor for the platform integration's clipboard. | |
virtual QPlatformInputContext * | inputContext () const |
Returns the platforms input context. | |
virtual QPlatformNativeInterface * | nativeInterface () const |
virtual QPlatformServices * | services () const |
virtual QVariant | styleHint (StyleHint hint) const |
virtual Qt::WindowState | defaultWindowState (Qt::WindowFlags) const |
virtual Qt::KeyboardModifiers | queryKeyboardModifiers () const |
virtual QList< int > | possibleKeys (const QKeyEvent *) const |
Should be used to obtain a list of possible shortcuts for the given key event. | |
virtual QStringList | themeNames () const |
virtual QPlatformTheme * | createPlatformTheme (const QString &name) const |
virtual QPlatformOffscreenSurface * | createPlatformOffscreenSurface (QOffscreenSurface *surface) const |
Factory function for QOffscreenSurface. | |
virtual QPlatformSessionManager * | createPlatformSessionManager (const QString &id, const QString &key) const |
virtual void | sync () |
virtual QOpenGLContext::OpenGLModuleType | openGLModuleType () |
Platform integration function for querying the OpenGL implementation type. | |
virtual void | setApplicationIcon (const QIcon &icon) const |
virtual void | setApplicationBadge (qint64 number) |
virtual void | beep () const |
virtual void | quit () const |
template<auto func, typename... Args> | |
auto | call (Args... args) |
Definition at line 41 of file qoffscreenintegration_x11.h.
QOffscreenX11Integration::QOffscreenX11Integration | ( | const QStringList & | paramList | ) |
Definition at line 43 of file qoffscreenintegration_x11.cpp.
|
default |
|
overridevirtual |
Reimplemented from QOffscreenIntegration.
Definition at line 51 of file qoffscreenintegration_x11.cpp.
References QOffscreenIntegration::hasCapability(), QPlatformIntegration::OpenGL, QPlatformIntegration::RasterGLSurface, and QPlatformIntegration::ThreadedOpenGL.
|
overridevirtual |
Reimplemented from QOffscreenIntegration.
Definition at line 76 of file qoffscreenintegration_x11.cpp.
References QScopedPointer< T, Cleanup >::data(), QOffscreenIntegration::m_nativeInterface, and QScopedPointer< T, Cleanup >::reset().