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> 
   20    , 
public QNativeInterface::Private::QEvdevKeyMapper
 
   46    void loadKeymap(
const QString &filename) 
override;
 
   47    void switchLang() 
override;
 
   51    void createInputHandlers();
 
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
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
The QPlatformInputContext class abstracts the input method dependent data and composing state.
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.