5#ifndef QBSDFBINTEGRATION_H
6#define QBSDFBINTEGRATION_H
8#include <qpa/qplatformintegration.h>
9#include <qpa/qplatformnativeinterface.h>
13class QAbstractEventDispatcher;
24 bool hasCapability(QPlatformIntegration::Capability cap)
const override;
40 void createInputHandlers();
42 QScopedPointer<QBsdFbScreen> m_primaryScreen;
43 QScopedPointer<QPlatformInputContext> m_inputContext;
44 QScopedPointer<QPlatformFontDatabase> m_fontDb;
45 mutable QScopedPointer<QPlatformServices> m_services;
46 QScopedPointer<QFbVtHandler> m_vtHandler;
47 QScopedPointer<QPlatformNativeInterface> m_nativeInterface;
~QBsdFbIntegration() override
QPlatformBackingStore * createPlatformBackingStore(QWindow *window) const override
Factory function for QPlatformBackingStore.
void initialize() override
Performs initialization steps that depend on having an event dispatcher available.
QPlatformWindow * createPlatformWindow(QWindow *window) const override
Factory function for QPlatformWindow.
QPlatformServices * services() const override
QList< QPlatformScreen * > screens() const
QBsdFbIntegration(const QStringList ¶mList)
QAbstractEventDispatcher * createEventDispatcher() const override
Factory function for the GUI event dispatcher.
bool hasCapability(QPlatformIntegration::Capability cap) const override
QPlatformNativeInterface * nativeInterface() const override
QPlatformInputContext * inputContext() const override
Returns the platforms input context.
QPlatformFontDatabase * fontDatabase() const override
Accessor for the platform integration's fontdatabase.