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
qgtk3portalinterface_p.h
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
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 QGTK3PORTALINTERFACE_H
5#define QGTK3PORTALINTERFACE_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 <QtCore/QObject>
19#include <QtCore/QLoggingCategory>
20
22
23class QDBusVariant;
24class QGtk3Storage;
25
26Q_DECLARE_LOGGING_CATEGORY(lcQGtk3PortalInterface);
27
29{
31public:
34
36
37private Q_SLOTS:
38 void settingChanged(const QString &group, const QString &key,
39 const QDBusVariant &value);
40private:
41 void queryColorScheme();
42
44 QGtk3Storage *m_storage = nullptr;
45};
46
48
49#endif // QGTK3PORTALINTERFACE_H
\inmodule QtDBus
~QGtk3PortalInterface()=default
Qt::ColorScheme colorScheme() const
QGtk3PortalInterface(QGtk3Storage *s)
\inmodule QtCore
Definition qobject.h:103
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
ColorScheme
Definition qnamespace.h:50
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
#define Q_DECLARE_LOGGING_CATEGORY(name)
GLuint64 key
GLboolean GLuint group
GLdouble s
[6]
Definition qopenglext.h:235
#define Q_OBJECT
#define Q_SLOTS