4#ifndef QPLATFORMINTEGRATION_MINIMAL_H
5#define QPLATFORMINTEGRATION_MINIMAL_H
7#include <qpa/qplatformintegration.h>
8#include <qpa/qplatformscreen.h>
53 unsigned options()
const {
return m_options; }
Format
The following image formats are available in Qt.
QPlatformFontDatabase * fontDatabase() const override
Accessor for the platform integration's fontdatabase.
QAbstractEventDispatcher * createEventDispatcher() const override
Factory function for the GUI event dispatcher.
QPlatformBackingStore * createPlatformBackingStore(QWindow *window) const override
Factory function for QPlatformBackingStore.
QPlatformNativeInterface * nativeInterface() const override
static QMinimalIntegration * instance()
bool hasCapability(QPlatformIntegration::Capability cap) const override
QPlatformWindow * createPlatformWindow(QWindow *window) const override
Factory function for QPlatformWindow.
QRect geometry() const override
Reimplement in subclass to return the pixel geometry of the screen.
int depth() const override
Reimplement in subclass to return current depth of the screen.
QImage::Format format() const override
Reimplement in subclass to return the image format which corresponds to the screen format.
\inmodule QtCore\reentrant
Combined button and popup list for selecting options.