4#ifndef QPLATFORMINTEGRATION_VKKHRDISPLAY_H
5#define QPLATFORMINTEGRATION_VKKHRDISPLAY_H
7#include <qpa/qplatformintegration.h>
8#include <qpa/qplatformnativeinterface.h>
9#include <qpa/qplatformscreen.h>
13class QVkKhrDisplayScreen;
14class QVkKhrDisplayVulkanInstance;
25 bool hasCapability(QPlatformIntegration::Capability cap)
const override;
40 static void handleInstanceCreated(QVkKhrDisplayVulkanInstance *,
void *);
41 void createInputHandlers();
43 mutable QPlatformFontDatabase *m_fontDatabase =
nullptr;
44 mutable QPlatformServices *m_services =
nullptr;
45 QPlatformInputContext *m_inputContext =
nullptr;
bool hasCapability(QPlatformIntegration::Capability cap) const override
QPlatformBackingStore * createPlatformBackingStore(QWindow *window) const override
Factory function for QPlatformBackingStore.
QPlatformTheme * createPlatformTheme(const QString &name) const override
QVkKhrDisplayIntegration(const QStringList ¶meters)
QPlatformVulkanInstance * createPlatformVulkanInstance(QVulkanInstance *instance) const override
~QVkKhrDisplayIntegration()
QPlatformServices * services() const override
QPlatformInputContext * inputContext() const override
Returns the platforms input context.
QPlatformNativeInterface * nativeInterface() const override
QPlatformFontDatabase * fontDatabase() const override
Accessor for the platform integration's fontdatabase.
QAbstractEventDispatcher * createEventDispatcher() const override
Factory function for the GUI event dispatcher.
void initialize() override
Performs initialization steps that depend on having an event dispatcher available.
void * nativeResourceForWindow(const QByteArray &resource, QWindow *window) override
QPlatformWindow * createPlatformWindow(QWindow *window) const override
Factory function for QPlatformWindow.