4#ifndef QHAIKUINTEGRATION_H
5#define QHAIKUINTEGRATION_H
7#include <qpa/qplatformintegration.h>
21 bool hasCapability(QPlatformIntegration::Capability cap)
const override;
30#ifndef QT_NO_CLIPBOARD
35 QHaikuClipboard *m_clipboard;
36 QHaikuScreen *m_screen;
37 mutable QHaikuServices *m_services =
nullptr;
bool hasCapability(QPlatformIntegration::Capability cap) const override
QHaikuIntegration(const QStringList ¶mList)
QAbstractEventDispatcher * createEventDispatcher() const override
Factory function for the GUI event dispatcher.
QPlatformBackingStore * createPlatformBackingStore(QWindow *window) const override
Factory function for QPlatformBackingStore.
QPlatformClipboard * clipboard() const override
Accessor for the platform integration's clipboard.
QPlatformFontDatabase * fontDatabase() const override
Accessor for the platform integration's fontdatabase.
QPlatformWindow * createPlatformWindow(QWindow *window) const override
Factory function for QPlatformWindow.
QPlatformServices * services() const override