~ubuntu-branches/ubuntu/utopic/ibus-qt/utopic

« back to all changes in this revision

Viewing changes to src/qibusinputcontextproxy.h

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2010-04-10 16:25:47 UTC
  • mfrom: (5.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100410162547-9k8zunomsq7nre2c
Tags: 1.3.0-1
* New upstream release.
* debian/control: bump standards version to 3.8.4.
* debian/source/format: 3.0.
* Fix "FTBFS with binutils-gold" (Closes: #554862)
  - debian/patches/binutils-gold: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * This file was generated by qdbusxml2cpp version 0.7
3
 
 * Command line was: qdbusxml2cpp -c InputContextProxy -p qibusinputcontextproxy org.freedesktop.IBus.InputContext.xml org.freedesktop.IBus.InputContext
 
3
 * Command line was: qdbusxml2cpp -p qibusinputcontextproxy -c IBusInputContextProxy -v org.freedesktop.IBus.InputContext.xml org.freedesktop.IBus.InputContext
4
4
 *
5
 
 * qdbusxml2cpp is Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
 
5
 * qdbusxml2cpp is Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
6
6
 *
7
7
 * This is an auto-generated file.
8
8
 * Do not edit! All changes made to it will be lost.
9
9
 */
10
10
 
11
 
#ifndef QIBUSINPUTCONTEXTPROXY_H_1247800390
12
 
#define QIBUSINPUTCONTEXTPROXY_H_1247800390
 
11
#ifndef QIBUSINPUTCONTEXTPROXY_H_1268726783
 
12
#define QIBUSINPUTCONTEXTPROXY_H_1268726783
13
13
 
14
14
#include <QtCore/QObject>
15
15
#include <QtCore/QByteArray>
23
23
/*
24
24
 * Proxy class for interface org.freedesktop.IBus.InputContext
25
25
 */
26
 
class InputContextProxy: public QDBusAbstractInterface
 
26
class IBusInputContextProxy: public QDBusAbstractInterface
27
27
{
28
28
    Q_OBJECT
29
29
public:
31
31
    { return "org.freedesktop.IBus.InputContext"; }
32
32
 
33
33
public:
34
 
    InputContextProxy(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0);
 
34
    IBusInputContextProxy(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0);
35
35
 
36
 
    ~InputContextProxy();
 
36
    ~IBusInputContextProxy();
37
37
 
38
38
public Q_SLOTS: // METHODS
39
39
    inline QDBusPendingReply<> Destroy()
85
85
        return asyncCallWithArgumentList(QLatin1String("ProcessKeyEvent"), argumentList);
86
86
    }
87
87
 
 
88
    inline QDBusPendingReply<> PropertyActivate(const QString &name, int state)
 
89
    {
 
90
        QList<QVariant> argumentList;
 
91
        argumentList << qVariantFromValue(name) << qVariantFromValue(state);
 
92
        return asyncCallWithArgumentList(QLatin1String("PropertyActivate"), argumentList);
 
93
    }
 
94
 
88
95
    inline QDBusPendingReply<> Reset()
89
96
    {
90
97
        QList<QVariant> argumentList;
137
144
namespace org {
138
145
  namespace freedesktop {
139
146
    namespace IBus {
140
 
      typedef ::InputContextProxy InputContext;
 
147
      typedef ::IBusInputContextProxy InputContext;
141
148
    }
142
149
  }
143
150
}