4#ifndef QHAIKURASTERWINDOWSURFACE_H
5#define QHAIKURASTERWINDOWSURFACE_H
7#include <qpa/qplatformbackingstore.h>
23 void flush(QWindow *window,
const QRegion ®ion,
const QPoint &offset)
override;
24 void resize(
const QSize &size,
const QRegion &staticContents)
override;
28 QHaikuBuffer m_buffer;
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)