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
qwaylandfractionalscale_p.h
Go to the documentation of this file.
1// Copyright (C) 2022 David Edmundson <davidedmundson@kde.org>
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 QWAYLANDFRACTIONALSCALE_P_H
5#define QWAYLANDFRACTIONALSCALE_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtWaylandClient/private/qwayland-fractional-scale-v1.h>
19#include <QtWaylandClient/qtwaylandclientglobal.h>
20
21#include <QObject>
22
23#include <optional>
24
25QT_BEGIN_NAMESPACE
26
27namespace QtWaylandClient {
28
30{
32public:
35
36 std::optional<qreal> preferredScale() const { return mPreferredScale; }
37
40
41protected:
42 void wp_fractional_scale_v1_preferred_scale(uint scale) override;
43
44private:
45 std::optional<qreal> mPreferredScale;
46};
47
48}
49
50QT_END_NAMESPACE
51
52#endif
void wp_fractional_scale_v1_preferred_scale(uint scale) override
Combined button and popup list for selecting options.