File: org.fcitx.Fcitx.InputContext.xml

package info (click to toggle)
fcitx-qt5 1.2.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 940 kB
  • sloc: cpp: 6,202; xml: 340; makefile: 12; sh: 4
file content (86 lines) | stat: -rw-r--r-- 2,970 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.fcitx.Fcitx.InputContext">
    <method name="EnableIC">
    </method>
    <method name="CloseIC">
    </method>
    <method name="FocusIn">
    </method>
    <method name="FocusOut">
    </method>
    <method name="Reset">
    </method>
    <method name="MouseEvent">
      <arg name="x" direction="in" type="i" />
    </method>
    <method name="SetCursorLocation">
      <arg name="x" direction="in" type="i"/>
      <arg name="y" direction="in" type="i"/>
    </method>
    <method name="SetCursorRect">
      <arg name="x" direction="in" type="i"/>
      <arg name="y" direction="in" type="i"/>
      <arg name="w" direction="in" type="i"/>
      <arg name="h" direction="in" type="i"/>
    </method>
    <method name="SetCapacity">
       <arg name="caps" direction="in" type="u"/>
    </method>
    <method name="SetSurroundingText">
      <arg name="text" direction="in" type="s"/>
      <arg name="cursor" direction="in" type="u"/>
      <arg name="anchor" direction="in" type="u"/>
    </method>
    <method name="SetSurroundingTextPosition">
      <arg name="cursor" direction="in" type="u"/>
      <arg name="anchor" direction="in" type="u"/>
    </method>
    <method name="DestroyIC">
    </method>
    <method name="ProcessKeyEvent">
      <arg name="keyval" direction="in" type="u"/>
      <arg name="keycode" direction="in" type="u"/>
      <arg name="state" direction="in" type="u"/>
      <arg name="type" direction="in" type="i"/>
      <arg name="time" direction="in" type="u"/>
      <arg name="ret" direction="out" type="i"/>
    </method>
    <signal name="EnableIM">
    </signal>
    <signal name="CloseIM">
    </signal>
    <signal name="CommitString">
      <arg name="str" type="s"/>
    </signal>
    <signal name="CurrentIM">
      <arg name="name" type="s"/>
      <arg name="uniqueName" type="s"/>
      <arg name="langCode" type="s"/>
    </signal>
    <signal name="UpdateFormattedPreedit">
      <arg name="str" type="a(si)" />
      <arg name="cursorpos" type="i"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="FcitxQtFormattedPreeditList" />
      <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="FcitxQtFormattedPreeditList" />
    </signal>
    <signal name="UpdateClientSideUI">
      <arg name="auxup" type="s"/>
      <arg name="auxdown" type="s"/>
      <arg name="preedit" type="s"/>
      <arg name="candidateword" type="s"/>
      <arg name="imname" type="s"/>
      <arg name="cursorpos" type="i"/>
    </signal>
    <signal name="ForwardKey">
      <arg name="keyval" type="u"/>
      <arg name="state" type="u"/>
      <arg name="type" type="i"/>
    </signal>
    <signal name="DeleteSurroundingText">
      <arg name="offset" type="i"/>
      <arg name="nchar" type="u"/>
    </signal>
  </interface>
</node>