12class QMinimalEglIntegration :
public QPlatformIntegration
15 QMinimalEglIntegration();
16 ~QMinimalEglIntegration();
18 bool hasCapability(QPlatformIntegration::Capability cap)
const override;
20 QPlatformWindow *createPlatformWindow(QWindow *window)
const override;
21 QPlatformBackingStore *createPlatformBackingStore(QWindow *window)
const override;
23 QPlatformOpenGLContext *createPlatformOpenGLContext(QOpenGLContext *context)
const override;
25 QPlatformFontDatabase *fontDatabase()
const override;
27 QAbstractEventDispatcher *createEventDispatcher()
const override;
29 QVariant styleHint(QPlatformIntegration::StyleHint hint)
const override;
32 QPlatformFontDatabase *mFontDb;
33 QPlatformScreen *mScreen;