5#ifndef QPLATFORMINTEGRATION_VKKHRDISPLAY_H
6#define QPLATFORMINTEGRATION_VKKHRDISPLAY_H
8#include <qpa/qplatformintegration.h>
9#include <qpa/qplatformnativeinterface.h>
10#include <qpa/qplatformscreen.h>
14class QVkKhrDisplayScreen;
15class QVkKhrDisplayVulkanInstance;
26 bool hasCapability(QPlatformIntegration::Capability cap)
const override;
41 static void handleInstanceCreated(QVkKhrDisplayVulkanInstance *,
void *);
42 void createInputHandlers();
44 mutable QPlatformFontDatabase *m_fontDatabase =
nullptr;
45 mutable QPlatformServices *m_services =
nullptr;
46 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.
Combined button and popup list for selecting options.