Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
4#ifndef QEGLFSKMSEGLDEVICESCREEN_H
5#define QEGLFSKMSEGLDEVICESCREEN_H
6
7#include <private/qeglfskmsscreen_p.h>
8
10
12{
13public:
16
17 QPlatformCursor *cursor() const override;
18
19 void waitForFlip() override;
20private:
21 uint32_t m_default_fb_handle;
22 uint32_t m_default_fb_id;
23};
24
26
27#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.
QKmsOutput & output()
QEglFSKmsDevice * device() const
The QPlatformCursor class provides information about pointer device events (movement,...
Combined button and popup list for selecting options.