/* * This file was generated by qdbusxml2cpp version 0.8 * Command line was: qdbusxml2cpp -c OrgBluezAgentAdaptor -a agent_p.h:agent.cpp org.bluez.Agent.xml org.bluez.Agent * * qdbusxml2cpp is Copyright (C) 2017 The Qt Company Ltd. * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #ifndef AGENT_P_H #define AGENT_P_H #include #include QT_BEGIN_NAMESPACE class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; QT_END_NAMESPACE /* * Adaptor class for interface org.bluez.Agent */ class OrgBluezAgentAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.bluez.Agent") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: OrgBluezAgentAdaptor(QObject *parent); virtual ~OrgBluezAgentAdaptor(); public: // PROPERTIES public Q_SLOTS: // METHODS void Authorize(const QDBusObjectPath &in0, const QString &in1); void Cancel(); void ConfirmModeChange(const QString &in0); void DisplayPasskey(const QDBusObjectPath &in0, uint in1, uchar in2); void Release(); void RequestConfirmation(const QDBusObjectPath &in0, uint in1); uint RequestPasskey(const QDBusObjectPath &in0); QString RequestPinCode(const QDBusObjectPath &in0); Q_SIGNALS: // SIGNALS }; #endif