Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qeglfskmsegldevicescreen.h
Go to the documentation of this file.
1// Copyright (C) 2016 Pelagicore AG
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QEGLFSKMSEGLDEVICESCREEN_H
6#define QEGLFSKMSEGLDEVICESCREEN_H
7
8#include <private/qeglfskmsscreen_p.h>
9
11
13{
14public:
15 QEglFSKmsEglDeviceScreen(QEglFSKmsDevice *device, const QKmsOutput &output);
17
18 QPlatformCursor *cursor() const override;
19
20 void waitForFlip() override;
21private:
22 uint32_t m_default_fb_handle;
23 uint32_t m_default_fb_id;
24};
25
26QT_END_NAMESPACE
27
28#endif // QEGLFSKMSEGLDEVICESCREEN_H
QEglFSKmsEglDeviceScreen(QEglFSKmsDevice *device, const QKmsOutput &output)
QPlatformCursor * cursor() const override
Reimplement this function in subclass to return the cursor of the screen.
QPlatformScreen * createScreen(const QKmsOutput &output) override
QPlatformCursor * globalCursor()
void * nativeDisplay() const override
QEglFSKmsEglDevice(QEglFSKmsEglDeviceIntegration *devInt, QKmsScreenConfig *screenConfig, const QString &path)
Combined button and popup list for selecting options.