4#ifndef QLINUXFBINTEGRATION_H
5#define QLINUXFBINTEGRATION_H
7#include <qpa/qplatformintegration.h>
8#include <qpa/qplatformnativeinterface.h>
9#include <QtGui/private/qkeymapper_p.h>
13class QAbstractEventDispatcher;
28 bool hasCapability(QPlatformIntegration::Capability cap)
const override;
51 void createInputHandlers();
54 QPlatformInputContext *m_inputContext;
55 QScopedPointer<QPlatformFontDatabase> m_fontDb;
56 mutable QScopedPointer<QPlatformServices> m_services;
57 QScopedPointer<QFbVtHandler> m_vtHandler;
QList< QPlatformScreen * > screens() const
void initialize() override
Performs initialization steps that depend on having an event dispatcher available.
QPlatformWindow * createPlatformWindow(QWindow *window) const override
Factory function for QPlatformWindow.
bool hasCapability(QPlatformIntegration::Capability cap) const override
QFunctionPointer platformFunction(const QByteArray &function) const override
QLinuxFbIntegration(const QStringList ¶mList)
QPlatformBackingStore * createPlatformBackingStore(QWindow *window) const override
Factory function for QPlatformBackingStore.
QAbstractEventDispatcher * createEventDispatcher() const override
Factory function for the GUI event dispatcher.
QPlatformFontDatabase * fontDatabase() const override
Accessor for the platform integration's fontdatabase.
QPlatformNativeInterface * nativeInterface() const override
QPlatformInputContext * inputContext() const override
Returns the platforms input context.
QPlatformServices * services() const override