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
profile1_p.h
Go to the documentation of this file.
1
/*
2
* This file was generated by qdbusxml2cpp version 0.8
3
* Source file was org.bluez.Profile1.xml
4
*
5
* qdbusxml2cpp is Copyright (C) The Qt Company Ltd. and other contributors.
6
*
7
* This is an auto-generated file.
8
* Do not edit! All changes made to it will be lost.
9
*/
10
11
#
ifndef
PROFILE1_P_H
12
#
define
PROFILE1_P_H
13
14
//
15
// W A R N I N G
16
// -------------
17
//
18
// This file is not part of the Qt API. It exists purely as an
19
// implementation detail. This header file may change from version to
20
// version without notice, or even be removed.
21
//
22
// We mean it.
23
//
24
25
#
include
<
QtCore
/
QObject
>
26
#
include
<
QtCore
/
QByteArray
>
27
#
include
<
QtCore
/
QList
>
28
#
include
<
QtCore
/
QMap
>
29
#
include
<
QtCore
/
QString
>
30
#
include
<
QtCore
/
QStringList
>
31
#
include
<
QtCore
/
QVariant
>
32
#
include
<
QtDBus
/
QtDBus
>
33
#
include
<
QtCore
/
private
/
qglobal_p
.
h
>
34
35
namespace
QtBluetoothPrivate
{
36
37
/*
38
* Proxy class for interface org.bluez.Profile1
39
*/
40
class
OrgBluezProfile1Interface
:
public
QDBusAbstractInterface
41
{
42
Q_OBJECT
43
public
:
44
static
inline
const
char
*
staticInterfaceName
()
45
{
return
"org.bluez.Profile1"
; }
46
47
public
:
48
OrgBluezProfile1Interface
(
const
QString
&
service
,
const
QString
&
path
,
const
QDBusConnection
&
connection
,
QObject
*
parent
=
nullptr
);
49
50
~
OrgBluezProfile1Interface
();
51
52
public
Q_SLOTS
:
// METHODS
53
inline
QDBusPendingReply
<>
NewConnection
(
const
QDBusObjectPath
&
in0
,
const
QDBusUnixFileDescriptor
&
in1
,
const
QVariantMap
&
in2
)
54
{
55
QList
<
QVariant
>
argumentList
;
56
argumentList
<<
QVariant
::
fromValue
(
in0
) <<
QVariant
::
fromValue
(
in1
) <<
QVariant
::
fromValue
(
in2
);
57
return
asyncCallWithArgumentList
(
QStringLiteral
(
"NewConnection"
),
argumentList
);
58
}
59
60
Q_NOREPLY
inline
void
Release
()
61
{
62
QList
<
QVariant
>
argumentList
;
63
callWithArgumentList
(
QDBus
::
NoBlock
,
QStringLiteral
(
"Release"
),
argumentList
);
64
}
65
66
inline
QDBusPendingReply
<>
RequestDisconnection
(
const
QDBusObjectPath
&
in0
)
67
{
68
QList
<
QVariant
>
argumentList
;
69
argumentList
<<
QVariant
::
fromValue
(
in0
);
70
return
asyncCallWithArgumentList
(
QStringLiteral
(
"RequestDisconnection"
),
argumentList
);
71
}
72
73
Q_SIGNALS
:
// SIGNALS
74
};
75
76
}
// end of namespace QtBluetoothPrivate
77
78
namespace
org
{
79
namespace
bluez
{
80
using
Profile1
= ::
QtBluetoothPrivate
::
OrgBluezProfile1Interface
;
81
}
82
}
83
84
#
endif
QtBluetoothPrivate::OrgBluezProfile1Interface
Definition
profile1_p.h:41
QtBluetoothPrivate::OrgBluezProfile1Interface::~OrgBluezProfile1Interface
~OrgBluezProfile1Interface()
Definition
profile1.cpp:25
QtBluetoothPrivate
Definition
adapter1_bluez5.cpp:14
org::bluez
Definition
adapter1_bluez5_p.h:145
org::bluez::Profile1
::QtBluetoothPrivate::OrgBluezProfile1Interface Profile1
Definition
profile1_p.h:80
org
Definition
qxdgnotificationproxy_p.h:105
qtconnectivity
src
bluetooth
bluez
profile1_p.h
Generated on
for Qt by
1.14.0