Qt
6.x
The Qt SDK
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
23
QT_BEGIN_NAMESPACE
24
25
class
QDBusMessage
;
26
class
QDBusConnection
;
27
28
class
QDBusContext
;
29
class
QDBusContextPrivate
30
{
31
public
:
32
inline
QDBusContextPrivate
(
const
QDBusConnection
&conn,
const
QDBusMessage
&msg)
33
:
connection
(conn),
message
(msg) {}
34
35
QDBusConnection
connection
;
36
const
QDBusMessage
&
message
;
37
38
static
QDBusContextPrivate
*
set
(
QObject
*
obj
,
QDBusContextPrivate
*newContext);
39
};
40
41
QT_END_NAMESPACE
42
43
#endif
// QT_NO_DBUS
44
#endif
45
QDBusConnection
\inmodule QtDBus
Definition
qdbusconnection.h:42
QDBusContextPrivate
Definition
qdbuscontext_p.h:30
QDBusContextPrivate::message
const QDBusMessage & message
Definition
qdbuscontext_p.h:36
QDBusContextPrivate::connection
QDBusConnection connection
Definition
qdbuscontext_p.h:35
QDBusContextPrivate::QDBusContextPrivate
QDBusContextPrivate(const QDBusConnection &conn, const QDBusMessage &msg)
Definition
qdbuscontext_p.h:32
QDBusContext
The QDBusContext class allows slots to determine the D-Bus context of the calls.
Definition
qdbuscontext.h:21
QDBusMessage
\inmodule QtDBus
Definition
qdbusmessage.h:22
QObject
\inmodule QtCore
Definition
qobject.h:90
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
message
GLuint GLsizei const GLchar * message
Definition
qopengles2ext.h:154
obj
GLhandleARB obj
[2]
Definition
qopenglext.h:4164
set
QFuture< QSet< QChar > > set
[10]
Definition
src_concurrent_qtconcurrentfilter.cpp:77
qtbase
src
dbus
qdbuscontext_p.h
Generated by
1.9.7