4#ifndef QBSDFBINTEGRATION_H
5#define QBSDFBINTEGRATION_H
7#include <qpa/qplatformintegration.h>
8#include <qpa/qplatformnativeinterface.h>
39 void createInputHandlers();
~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
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.
The QPlatformInputContext class abstracts the input method dependent data and composing state.
T * data() const noexcept
Returns the value of the pointer referenced by this object.
Combined button and popup list for selecting options.