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
profile1_p.h
Go to the documentation of this file.
1/*
2 * This file was generated by qdbusxml2cpp version 0.8
3 * Command line was: qdbusxml2cpp -I QtCore/private/qglobal_p.h -p profile1_p.h:profile1.cpp org.bluez.Profile1.xml
4 *
5 * qdbusxml2cpp is Copyright (C) 2022 The Qt Company Ltd.
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/*
36 * Proxy class for interface org.bluez.Profile1
37 */
39{
41public:
42 static inline const char *staticInterfaceName()
43 { return "org.bluez.Profile1"; }
44
45public:
47
49
50public Q_SLOTS: // METHODS
52 {
53 QList<QVariant> argumentList;
54 argumentList << QVariant::fromValue(in0) << QVariant::fromValue(in1) << QVariant::fromValue(in2);
55 return asyncCallWithArgumentList(QStringLiteral("NewConnection"), argumentList);
56 }
57
58 inline Q_NOREPLY void Release()
59 {
60 QList<QVariant> argumentList;
61 callWithArgumentList(QDBus::NoBlock, QStringLiteral("Release"), argumentList);
62 }
63
65 {
66 QList<QVariant> argumentList;
67 argumentList << QVariant::fromValue(in0);
68 return asyncCallWithArgumentList(QStringLiteral("RequestDisconnection"), argumentList);
69 }
70
71Q_SIGNALS: // SIGNALS
72};
73
74namespace org {
75 namespace bluez {
77 }
78}
79#endif
QDBusPendingReply NewConnection(const QDBusObjectPath &in0, const QDBusUnixFileDescriptor &in1, const QVariantMap &in2)
Definition profile1_p.h:51
Q_NOREPLY void Release()
Definition profile1_p.h:58
OrgBluezProfile1Interface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent=nullptr)
Definition profile1.cpp:18
static const char * staticInterfaceName()
Definition profile1_p.h:42
QDBusPendingReply RequestDisconnection(const QDBusObjectPath &in0)
Definition profile1_p.h:64
QDBusPendingCall asyncCallWithArgumentList(const QString &method, const QList< QVariant > &args)
QString service() const
Returns the name of the service this interface is associated with.
QDBusConnection connection() const
Returns the connection this interface is associated with.
QDBusMessage callWithArgumentList(QDBus::CallMode mode, const QString &method, const QList< QVariant > &args)
Places a call to the remote method specified by method on this interface, using args as arguments.
\inmodule QtDBus
\inmodule QtDBus
\inmodule QtCore
Definition qobject.h:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
static auto fromValue(T &&value) noexcept(std::is_nothrow_copy_constructible_v< T > &&Private::CanUseInternalSpace< T >) -> std::enable_if_t< std::conjunction_v< std::is_copy_constructible< T >, std::is_destructible< T > >, QVariant >
Definition qvariant.h:536
GLsizei const GLchar *const * path
#define QStringLiteral(str)
#define Q_NOREPLY
#define Q_OBJECT
#define Q_SLOTS
#define Q_SIGNALS