~ubuntu-branches/ubuntu/saucy/print-manager/saucy-proposed

« back to all changes in this revision

Viewing changes to build/configure-printer/configureprinteradaptor.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-23 15:47:14 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120823154714-2kfgr4ml10d3bvwk
Tags: 0.2.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * This file was generated by qdbusxml2cpp version 0.7
3
 
 * Command line was: qdbusxml2cpp -m -a configureprinteradaptor -i ConfigurePrinterInterface.h -l ConfigurePrinterInterface /home/jr/src/print-manager/git/print-manager/configure-printer/org.kde.ConfigurePrinter.xml
4
 
 *
5
 
 * qdbusxml2cpp is Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
6
 
 *
7
 
 * This is an auto-generated file.
8
 
 * This file may have been hand-edited. Look for HAND-EDIT comments
9
 
 * before re-generating it.
10
 
 */
11
 
 
12
 
#ifndef CONFIGUREPRINTERADAPTOR_H_1345050380
13
 
#define CONFIGUREPRINTERADAPTOR_H_1345050380
14
 
 
15
 
#include <QtCore/QObject>
16
 
#include <QtDBus/QtDBus>
17
 
#include "ConfigurePrinterInterface.h"
18
 
class QByteArray;
19
 
template<class T> class QList;
20
 
template<class Key, class Value> class QMap;
21
 
class QString;
22
 
class QStringList;
23
 
class QVariant;
24
 
 
25
 
/*
26
 
 * Adaptor class for interface org.kde.ConfigurePrinter
27
 
 */
28
 
class ConfigurePrinterAdaptor: public QDBusAbstractAdaptor
29
 
{
30
 
    Q_OBJECT
31
 
    Q_CLASSINFO("D-Bus Interface", "org.kde.ConfigurePrinter")
32
 
    Q_CLASSINFO("D-Bus Introspection", ""
33
 
"  <interface name=\"org.kde.ConfigurePrinter\">\n"
34
 
"    <method name=\"ConfigurePrinter\">\n"
35
 
"      <arg direction=\"in\" type=\"s\" name=\"printerName\"/>\n"
36
 
"    </method>\n"
37
 
"  </interface>\n"
38
 
        "")
39
 
public:
40
 
    ConfigurePrinterAdaptor(ConfigurePrinterInterface *parent);
41
 
    virtual ~ConfigurePrinterAdaptor();
42
 
 
43
 
    inline ConfigurePrinterInterface *parent() const
44
 
    { return static_cast<ConfigurePrinterInterface *>(QObject::parent()); }
45
 
 
46
 
public: // PROPERTIES
47
 
public Q_SLOTS: // METHODS
48
 
    void ConfigurePrinter(const QString &printerName);
49
 
Q_SIGNALS: // SIGNALS
50
 
};
51
 
 
52
 
#endif