/* * This file was generated by qdbusxml2cpp version 0.7 * Command line was: qdbusxml2cpp -c NmAdaptor -a src/nm_adaptor.h:src/nm_adaptor.cpp interface.xml * * qdbusxml2cpp is Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #ifndef NM_ADAPTOR_H_1257956285 #define NM_ADAPTOR_H_1257956285 #include #include class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; /* * Adaptor class for interface de.lastlog.nmInterface */ class NmAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "de.lastlog.nmInterface") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: NmAdaptor(QObject *parent); virtual ~NmAdaptor(); public: // PROPERTIES public Q_SLOTS: // METHODS uint executeConfiguration(const QString &config); uint listConfigs(); QString queryConfigurationName(uint pos); void reloadConfigurations(); Q_SIGNALS: // SIGNALS void crashed(); }; #endif