/* * This file was generated by qdbusxml2cpp version 0.8 * Command line was: qdbusxml2cpp ./dde-dock/frame/dbusinterface/xml/org.deepin.dde.Audio1.Sink.xml -a ./dde-dock/toolGenerate/qdbusxml2cpp/org.deepin.dde.Audio1.SinkAdaptor -i ./dde-dock/toolGenerate/qdbusxml2cpp/org.deepin.dde.Audio1.Sink.h * * 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 ORG_DEEPIN_DDE_AUDIO1_SINKADAPTOR_H #define ORG_DEEPIN_DDE_AUDIO1_SINKADAPTOR_H #include #include #include "./dde-dock/toolGenerate/qdbusxml2cpp/org.deepin.dde.Audio1.Sink.h" 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.deepin.dde.Audio1.Sink */ class SinkAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.deepin.dde.Audio1.Sink") 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" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: SinkAdaptor(QObject *parent); virtual ~SinkAdaptor(); public: // PROPERTIES Q_PROPERTY(AudioPort ActivePort READ activePort) AudioPort activePort() const; Q_PROPERTY(double Balance READ balance) double balance() const; Q_PROPERTY(double BaseVolume READ baseVolume) double baseVolume() const; Q_PROPERTY(uint Card READ card) uint card() const; Q_PROPERTY(QString Description READ description) QString description() const; Q_PROPERTY(double Fade READ fade) double fade() const; Q_PROPERTY(bool Mute READ mute) bool mute() const; Q_PROPERTY(QString Name READ name) QString name() const; Q_PROPERTY(AudioPortList Ports READ ports) AudioPortList ports() const; Q_PROPERTY(bool SupportBalance READ supportBalance) bool supportBalance() const; Q_PROPERTY(bool SupportFade READ supportFade) bool supportFade() const; Q_PROPERTY(double Volume READ volume) double volume() const; public Q_SLOTS: // METHODS QDBusObjectPath GetMeter(); void SetBalance(double in0, bool in1); void SetFade(double in0); void SetMute(bool in0); void SetPort(const QString &in0); void SetVolume(double in0, bool in1); Q_SIGNALS: // SIGNALS }; #endif