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
qeglfskmsdevice_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// Copyright (C) 2016 Pelagicore AG
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4// Qt-Security score:significant reason:default
5
6#ifndef QEGLFSKMSDEVICE_H
7#define QEGLFSKMSDEVICE_H
8
9//
10// W A R N I N G
11// -------------
12//
13// This file is not part of the Qt API. It exists purely as an
14// implementation detail. This header file may change from version to
15// version without notice, or even be removed.
16//
17// We mean it.
18//
19
20#include "private/qeglfsglobal_p.h"
21#include <QtKmsSupport/private/qkmsdevice_p.h>
22
24
25class Q_EGLFS_EXPORT QEglFSKmsDevice : public QKmsDevice
26{
27public:
28 QEglFSKmsDevice(QKmsScreenConfig *screenConfig, const QString &path);
29
30 void registerScreen(QPlatformScreen *screen,
31 bool isPrimary,
32 const QPoint &virtualPos,
33 const QList<QPlatformScreen *> &virtualSiblings) override;
34
35 void unregisterScreen(QPlatformScreen *screen) override;
36
37 void updateScreen(QPlatformScreen *screen, const QPoint &virtualPos,
38 const QList<QPlatformScreen *> &virtualSiblings) override;
39
40 void updateScreenOutput(QPlatformScreen *screen, const QKmsOutput &output) override;
41};
42
43QT_END_NAMESPACE
44
45#endif // QEGLFSKMSDEVICE_H
Combined button and popup list for selecting options.