8#include <QtGui/private/qgenericunixfontdatabase_p.h>
9#include <QtGui/private/qgenericunixservices_p.h>
10#include <QtGui/private/qgenericunixeventdispatcher_p.h>
12#include <QtFbSupport/private/qfbvthandler_p.h>
13#include <QtFbSupport/private/qfbbackingstore_p.h>
14#include <QtFbSupport/private/qfbwindow_p.h>
15#include <QtFbSupport/private/qfbcursor_p.h>
17#include <QtGui/private/qguiapplication_p.h>
18#include <qpa/qplatforminputcontext.h>
19#include <qpa/qplatforminputcontextfactory_p.h>
20#include <qpa/qwindowsysteminterface.h>
23#include <QtInputSupport/private/qtslib_p.h>
47 qWarning(
"bsdfb: Failed to initialize screen");
54 createInputHandlers();
83 return createUnixEventDispatcher();
95 return m_fontDb.
data();
100 return m_services.
data();
103void QBsdFbIntegration::createInputHandlers()
114 return m_nativeInterface.
data();
~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
QPlatformFontDatabase * fontDatabase() const override
Accessor for the platform integration's fontdatabase.
bool initialize() override
void append(parameter_type t)
static QPlatformInputContext * create()
T * data() const noexcept
Returns the value of the pointer referenced by this object.
void reset(T *other=nullptr) noexcept(noexcept(Cleanup::cleanup(std::declval< T * >())))
Deletes the existing object it is pointing to (if any), and sets its pointer to other.
\macro QT_RESTRICTED_CAST_FROM_ASCII
static void handleScreenAdded(QPlatformScreen *screen, bool isPrimary=false)
Should be called by the implementation whenever a new screen is added.
static void handleScreenRemoved(QPlatformScreen *screen)
Should be called by the implementation whenever a screen is removed.
Combined button and popup list for selecting options.
Q_CORE_EXPORT int qEnvironmentVariableIntValue(const char *varName, bool *ok=nullptr) noexcept