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
qdbuscontext_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 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//
5// W A R N I N G
6// -------------
7//
8// This file is not part of the public API. This header file may
9// change from version to version without notice, or even be
10// removed.
11//
12// We mean it.
13//
14//
15
16#ifndef QDBUSCONTEXT_P_H
17#define QDBUSCONTEXT_P_H
18
19#include <QtDBus/private/qtdbusglobal_p.h>
20
21#ifndef QT_NO_DBUS
22
24
25class QDBusMessage;
26class QDBusConnection;
27
28class QDBusContext;
30{
31public:
32 inline QDBusContextPrivate(const QDBusConnection &conn, const QDBusMessage &msg)
33 : connection(conn), message(msg) {}
34
37
39};
40
42
43#endif // QT_NO_DBUS
44#endif
45
\inmodule QtDBus
const QDBusMessage & message
QDBusConnection connection
QDBusContextPrivate(const QDBusConnection &conn, const QDBusMessage &msg)
The QDBusContext class allows slots to determine the D-Bus context of the calls.
\inmodule QtDBus
\inmodule QtCore
Definition qobject.h:103
Combined button and popup list for selecting options.
GLuint GLsizei const GLchar * message
GLhandleARB obj
[2]
QFuture< QSet< QChar > > set
[10]