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
qeglfskmsegldevice.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 QEGLFSKMSEGLDEVICE_H
6#define QEGLFSKMSEGLDEVICE_H
7
8#include <private/qeglfskmsdevice_p.h>
9
10QT_BEGIN_NAMESPACE
11
12class QPlatformCursor;
13class QEglFSKmsEglDeviceIntegration;
14
16{
17public:
18 QEglFSKmsEglDevice(QEglFSKmsEglDeviceIntegration *devInt, QKmsScreenConfig *screenConfig, const QString &path);
19
20 bool open() override;
21 void close() override;
22
23 void *nativeDisplay() const override;
24
25 QPlatformScreen *createScreen(const QKmsOutput &output) override;
26
27 QPlatformCursor *globalCursor() { return m_globalCursor; }
29
30private:
31 QEglFSKmsEglDeviceIntegration *m_devInt;
32 QPlatformCursor *m_globalCursor;
33};
34
35QT_END_NAMESPACE
36
37#endif // QEGLFSKMSEGLDEVICE_H
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.