4#ifndef QHAIKUSERVICES_H
5#define QHAIKUSERVICES_H
7#include <qpa/qplatformservices.h>
11class QHaikuServices :
public QPlatformServices
14 bool openUrl(
const QUrl &url)
override;
15 bool openDocument(
const QUrl &url)
override;
17 QByteArray desktopEnvironment()
const override;
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
QHaikuRasterBackingStore(QWindow *window)
void flush(QWindow *window, const QRegion ®ion, const QPoint &offset) override
Flushes the given region from the specified window.
~QHaikuRasterBackingStore()
void resize(const QSize &size, const QRegion &staticContents) override
QPaintDevice * paintDevice() override
Implement this function to return the appropriate paint device.
static long int startApplicationThread(void *data)