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

« back to all changes in this revision

Viewing changes to src/interfaces/qibuspaneladaptor.cpp

  • 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
/*
 
2
 * This file was generated by qdbusxml2cpp version 0.7
 
3
 * Command line was: qdbusxml2cpp -a qibuspaneladaptor -c IBusPanelAdaptor -v org.freedesktop.IBus.Panel.xml org.freedesktop.IBus.Panel
 
4
 *
 
5
 * qdbusxml2cpp is Copyright (C) 2010 Nokia Corporation 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
#include "qibuspaneladaptor.h"
 
12
#include <QtCore/QMetaObject>
 
13
#include <QtCore/QByteArray>
 
14
#include <QtCore/QList>
 
15
#include <QtCore/QMap>
 
16
#include <QtCore/QString>
 
17
#include <QtCore/QStringList>
 
18
#include <QtCore/QVariant>
 
19
 
 
20
/*
 
21
 * Implementation of adaptor class IBusPanelAdaptor
 
22
 */
 
23
 
 
24
IBusPanelAdaptor::IBusPanelAdaptor(QObject *parent)
 
25
    : QDBusAbstractAdaptor(parent)
 
26
{
 
27
    // constructor
 
28
    setAutoRelaySignals(true);
 
29
}
 
30
 
 
31
IBusPanelAdaptor::~IBusPanelAdaptor()
 
32
{
 
33
    // destructor
 
34
}
 
35
 
 
36
void IBusPanelAdaptor::CursorDownLookupTable()
 
37
{
 
38
    // handle method call org.freedesktop.IBus.Panel.CursorDownLookupTable
 
39
    QMetaObject::invokeMethod(parent(), "CursorDownLookupTable");
 
40
}
 
41
 
 
42
void IBusPanelAdaptor::CursorUpLookupTable()
 
43
{
 
44
    // handle method call org.freedesktop.IBus.Panel.CursorUpLookupTable
 
45
    QMetaObject::invokeMethod(parent(), "CursorUpLookupTable");
 
46
}
 
47
 
 
48
void IBusPanelAdaptor::Destroy()
 
49
{
 
50
    // handle method call org.freedesktop.IBus.Panel.Destroy
 
51
    QMetaObject::invokeMethod(parent(), "Destroy");
 
52
}
 
53
 
 
54
void IBusPanelAdaptor::FocusIn(const QDBusObjectPath &ic)
 
55
{
 
56
    // handle method call org.freedesktop.IBus.Panel.FocusIn
 
57
    QMetaObject::invokeMethod(parent(), "FocusIn", Q_ARG(QDBusObjectPath, ic));
 
58
}
 
59
 
 
60
void IBusPanelAdaptor::FocusOut(const QDBusObjectPath &ic)
 
61
{
 
62
    // handle method call org.freedesktop.IBus.Panel.FocusOut
 
63
    QMetaObject::invokeMethod(parent(), "FocusOut", Q_ARG(QDBusObjectPath, ic));
 
64
}
 
65
 
 
66
void IBusPanelAdaptor::HideAuxiliaryText()
 
67
{
 
68
    // handle method call org.freedesktop.IBus.Panel.HideAuxiliaryText
 
69
    QMetaObject::invokeMethod(parent(), "HideAuxiliaryText");
 
70
}
 
71
 
 
72
void IBusPanelAdaptor::HideLanguageBar()
 
73
{
 
74
    // handle method call org.freedesktop.IBus.Panel.HideLanguageBar
 
75
    QMetaObject::invokeMethod(parent(), "HideLanguageBar");
 
76
}
 
77
 
 
78
void IBusPanelAdaptor::HideLookupTable()
 
79
{
 
80
    // handle method call org.freedesktop.IBus.Panel.HideLookupTable
 
81
    QMetaObject::invokeMethod(parent(), "HideLookupTable");
 
82
}
 
83
 
 
84
void IBusPanelAdaptor::HidePreeditText()
 
85
{
 
86
    // handle method call org.freedesktop.IBus.Panel.HidePreeditText
 
87
    QMetaObject::invokeMethod(parent(), "HidePreeditText");
 
88
}
 
89
 
 
90
void IBusPanelAdaptor::PageDownLookupTable()
 
91
{
 
92
    // handle method call org.freedesktop.IBus.Panel.PageDownLookupTable
 
93
    QMetaObject::invokeMethod(parent(), "PageDownLookupTable");
 
94
}
 
95
 
 
96
void IBusPanelAdaptor::PageUpLookupTable()
 
97
{
 
98
    // handle method call org.freedesktop.IBus.Panel.PageUpLookupTable
 
99
    QMetaObject::invokeMethod(parent(), "PageUpLookupTable");
 
100
}
 
101
 
 
102
void IBusPanelAdaptor::RegisterProperties(const QDBusVariant &props)
 
103
{
 
104
    // handle method call org.freedesktop.IBus.Panel.RegisterProperties
 
105
    QMetaObject::invokeMethod(parent(), "RegisterProperties", Q_ARG(QDBusVariant, props));
 
106
}
 
107
 
 
108
void IBusPanelAdaptor::Reset()
 
109
{
 
110
    // handle method call org.freedesktop.IBus.Panel.Reset
 
111
    QMetaObject::invokeMethod(parent(), "Reset");
 
112
}
 
113
 
 
114
void IBusPanelAdaptor::SetCursorLocation(int x, int y, int w, int h)
 
115
{
 
116
    // handle method call org.freedesktop.IBus.Panel.SetCursorLocation
 
117
    QMetaObject::invokeMethod(parent(), "SetCursorLocation", Q_ARG(int, x), Q_ARG(int, y), Q_ARG(int, w), Q_ARG(int, h));
 
118
}
 
119
 
 
120
void IBusPanelAdaptor::ShowAuxiliaryText()
 
121
{
 
122
    // handle method call org.freedesktop.IBus.Panel.ShowAuxiliaryText
 
123
    QMetaObject::invokeMethod(parent(), "ShowAuxiliaryText");
 
124
}
 
125
 
 
126
void IBusPanelAdaptor::ShowLanguageBar()
 
127
{
 
128
    // handle method call org.freedesktop.IBus.Panel.ShowLanguageBar
 
129
    QMetaObject::invokeMethod(parent(), "ShowLanguageBar");
 
130
}
 
131
 
 
132
void IBusPanelAdaptor::ShowLookupTable()
 
133
{
 
134
    // handle method call org.freedesktop.IBus.Panel.ShowLookupTable
 
135
    QMetaObject::invokeMethod(parent(), "ShowLookupTable");
 
136
}
 
137
 
 
138
void IBusPanelAdaptor::ShowPreeditText()
 
139
{
 
140
    // handle method call org.freedesktop.IBus.Panel.ShowPreeditText
 
141
    QMetaObject::invokeMethod(parent(), "ShowPreeditText");
 
142
}
 
143
 
 
144
void IBusPanelAdaptor::StartSetup()
 
145
{
 
146
    // handle method call org.freedesktop.IBus.Panel.StartSetup
 
147
    QMetaObject::invokeMethod(parent(), "StartSetup");
 
148
}
 
149
 
 
150
void IBusPanelAdaptor::StateChanged()
 
151
{
 
152
    // handle method call org.freedesktop.IBus.Panel.StateChanged
 
153
    QMetaObject::invokeMethod(parent(), "StateChanged");
 
154
}
 
155
 
 
156
void IBusPanelAdaptor::UpdateAuxiliaryText(const QDBusVariant &text, bool visible)
 
157
{
 
158
    // handle method call org.freedesktop.IBus.Panel.UpdateAuxiliaryText
 
159
    QMetaObject::invokeMethod(parent(), "UpdateAuxiliaryText", Q_ARG(QDBusVariant, text), Q_ARG(bool, visible));
 
160
}
 
161
 
 
162
void IBusPanelAdaptor::UpdateLookupTable(const QDBusVariant &lookup_table, bool visible)
 
163
{
 
164
    // handle method call org.freedesktop.IBus.Panel.UpdateLookupTable
 
165
    QMetaObject::invokeMethod(parent(), "UpdateLookupTable", Q_ARG(QDBusVariant, lookup_table), Q_ARG(bool, visible));
 
166
}
 
167
 
 
168
void IBusPanelAdaptor::UpdatePreeditText(const QDBusVariant &text, uint cursor_pos, bool visible)
 
169
{
 
170
    // handle method call org.freedesktop.IBus.Panel.UpdatePreeditText
 
171
    QMetaObject::invokeMethod(parent(), "UpdatePreeditText", Q_ARG(QDBusVariant, text), Q_ARG(uint, cursor_pos), Q_ARG(bool, visible));
 
172
}
 
173
 
 
174
void IBusPanelAdaptor::UpdateProperty(const QDBusVariant &prop)
 
175
{
 
176
    // handle method call org.freedesktop.IBus.Panel.UpdateProperty
 
177
    QMetaObject::invokeMethod(parent(), "UpdateProperty", Q_ARG(QDBusVariant, prop));
 
178
}
 
179