/* * This file was generated by qdbusxml2cpp version 0.8 * Command line was: qdbusxml2cpp -p obex_transfer1_bluez5_p.h:obex_transfer1_bluez5_p.h org.bluez.obex.Transfer1.xml * * qdbusxml2cpp is Copyright (C) 2017 The Qt Company Ltd. * * This is an auto-generated file. * Do not edit! All changes made to it will be lost. */ #ifndef OBEX_TRANSFER1_BLUEZ5_P_H #define OBEX_TRANSFER1_BLUEZ5_P_H #include #include #include #include #include #include #include #include /* * Proxy class for interface org.bluez.obex.Transfer1 */ class OrgBluezObexTransfer1Interface: public QDBusAbstractInterface { Q_OBJECT public: static inline const char *staticInterfaceName() { return "org.bluez.obex.Transfer1"; } public: OrgBluezObexTransfer1Interface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr); ~OrgBluezObexTransfer1Interface(); Q_PROPERTY(QString Filename READ filename) inline QString filename() const { return qvariant_cast< QString >(property("Filename")); } Q_PROPERTY(QString Name READ name) inline QString name() const { return qvariant_cast< QString >(property("Name")); } Q_PROPERTY(QDBusObjectPath Session READ session) inline QDBusObjectPath session() const { return qvariant_cast< QDBusObjectPath >(property("Session")); } Q_PROPERTY(qulonglong Size READ size) inline qulonglong size() const { return qvariant_cast< qulonglong >(property("Size")); } Q_PROPERTY(QString Status READ status) inline QString status() const { return qvariant_cast< QString >(property("Status")); } Q_PROPERTY(qulonglong Transferred READ transferred) inline qulonglong transferred() const { return qvariant_cast< qulonglong >(property("Transferred")); } public Q_SLOTS: // METHODS inline QDBusPendingReply<> Cancel() { QList argumentList; return asyncCallWithArgumentList(QStringLiteral("Cancel"), argumentList); } inline QDBusPendingReply<> Resume() { QList argumentList; return asyncCallWithArgumentList(QStringLiteral("Resume"), argumentList); } inline QDBusPendingReply<> Suspend() { QList argumentList; return asyncCallWithArgumentList(QStringLiteral("Suspend"), argumentList); } Q_SIGNALS: // SIGNALS }; namespace org { namespace bluez { namespace obex { typedef ::OrgBluezObexTransfer1Interface Transfer1; } } } #endif