5#ifndef QINTEGRITYFBINTEGRATION_H
6#define QINTEGRITYFBINTEGRATION_H
8#include <qpa/qplatformintegration.h>
9#include <qpa/qplatformnativeinterface.h>
13class QAbstractEventDispatcher;
23 bool hasCapability(QPlatformIntegration::Capability cap)
const override;
39 void createInputHandlers();
42 QPlatformInputContext *m_inputContext;
43 QScopedPointer<QPlatformFontDatabase> m_fontDb;
44 mutable QScopedPointer<QPlatformServices> m_services;
45 QScopedPointer<QPlatformNativeInterface> m_nativeInterface;
QPlatformFontDatabase * fontDatabase() const override
Accessor for the platform integration's fontdatabase.
QIntegrityFbIntegration(const QStringList ¶mList)
QPlatformWindow * createPlatformWindow(QWindow *window) const override
Factory function for QPlatformWindow.
QList< QPlatformScreen * > screens() const
QPlatformServices * services() const override
bool hasCapability(QPlatformIntegration::Capability cap) const 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.
QPlatformInputContext * inputContext() const override
Returns the platforms input context.
QAbstractEventDispatcher * createEventDispatcher() const override
Factory function for the GUI event dispatcher.
QPlatformNativeInterface * nativeInterface() const override
~QIntegrityFbIntegration()
Combined button and popup list for selecting options.