13class QMinimalEglIntegration :
public QPlatformIntegration
16 QMinimalEglIntegration();
17 ~QMinimalEglIntegration();
19 bool hasCapability(QPlatformIntegration::Capability cap)
const override;
21 QPlatformWindow *createPlatformWindow(QWindow *window)
const override;
22 QPlatformBackingStore *createPlatformBackingStore(QWindow *window)
const override;
24 QPlatformOpenGLContext *createPlatformOpenGLContext(QOpenGLContext *context)
const override;
26 QPlatformFontDatabase *fontDatabase()
const override;
28 QAbstractEventDispatcher *createEventDispatcher()
const override;
30 QVariant styleHint(QPlatformIntegration::StyleHint hint)
const override;
33 QPlatformFontDatabase *mFontDb;
34 QPlatformScreen *mScreen;