~indicator-applet-developers/indicator-network/trunk.15.10

« back to all changes in this revision

Viewing changes to sniffer/urfkillswitch.h

  • Committer: Pete Woods
  • Date: 2015-04-28 16:18:29 UTC
  • mfrom: (480.1.4 trunk)
  • Revision ID: pete.woods@canonical.com-20150428161829-ucf3i3svndl6x6ku
Simplify sniffer code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * This file was generated by qdbusxml2cpp version 0.8
3
 
 * Command line was: qdbusxml2cpp -p urfkillwlan.h -c UrfkillWlan urfkillwlan.xml org.freedesktop.URfkill.Killswitch
4
 
 *
5
 
 * qdbusxml2cpp is Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
6
 
 *
7
 
 * This is an auto-generated file.
8
 
 * Do not edit! All changes made to it will be lost.
9
 
 */
10
 
 
11
 
#ifndef URFKILLWLAN_H_1416319828
12
 
#define URFKILLWLAN_H_1416319828
13
 
 
14
 
#include <QtCore/QObject>
15
 
#include <QtCore/QByteArray>
16
 
#include <QtCore/QList>
17
 
#include <QtCore/QMap>
18
 
#include <QtCore/QString>
19
 
#include <QtCore/QStringList>
20
 
#include <QtCore/QVariant>
21
 
#include <QtDBus/QtDBus>
22
 
 
23
 
/*
24
 
 * Proxy class for interface org.freedesktop.URfkill.Killswitch
25
 
 */
26
 
class UrfkillSwitch: public QDBusAbstractInterface
27
 
{
28
 
    Q_OBJECT
29
 
public:
30
 
    static inline const char *staticInterfaceName()
31
 
    { return "org.freedesktop.URfkill.Killswitch"; }
32
 
 
33
 
public:
34
 
    UrfkillSwitch(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0);
35
 
 
36
 
    ~UrfkillSwitch();
37
 
 
38
 
    Q_PROPERTY(int state READ state)
39
 
    inline int state() const
40
 
    { return qvariant_cast< int >(property("state")); }
41
 
 
42
 
public Q_SLOTS: // METHODS
43
 
Q_SIGNALS: // SIGNALS
44
 
    void StateChanged();
45
 
};
46
 
 
47
 
#endif