File: minputmethodserver1interface.xml

package info (click to toggle)
maliit-framework 2.3.0-3.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,488 kB
  • sloc: cpp: 13,098; ansic: 2,506; xml: 299; sh: 34; makefile: 23; sed: 4
file content (73 lines) | stat: -rw-r--r-- 2,459 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/">
  <interface name="com.meego.inputmethod.uiserver1">
    <method name="activateContext">
    </method>
    <method name="showInputMethod">
    </method>
    <method name="hideInputMethod">
    </method>
    <method name="mouseClickedOnPreedit">
      <arg type="i" name="posX"/>
      <arg type="i" name="posY"/>
      <arg type="i" name="preeditRectX"/>
      <arg type="i" name="preeditRectY"/>
      <arg type="i" name="preeditRectWidth"/>
      <arg type="i" name="preeditRectHeight"/>
      <!-- TODO for API change: Change to (ii) pos and (iiii) preeditRect-->
    </method>
    <method name="setPreedit">
      <arg type="s" name="text"/>
      <arg type="i" name="cursorPos"/>
    </method>
    <method name="updateWidgetInformation">
      <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
      <arg type="a{sv}" name="stateInformation"/>
      <arg type="b" name="focusChanged"/>
    </method>
    <method name="reset">
    </method>
    <method name="appOrientationAboutToChange">
      <arg type="i" name="angle"/>
    </method>
    <method name="appOrientationChanged">
      <arg type="i" name="angle"/>
    </method>
    <method name="setCopyPasteState">
      <arg type="b" name="copyAvailable"/>
      <arg type="b" name="pasteAvailable"/>
    </method>
    <method name="processKeyEvent">
      <arg type="i" name="keyType"/>
      <arg type="i" name="keyCode"/>
      <arg type="i" name="modifiers"/>
      <arg type="s" name="text"/>
      <arg type="b" name="autoRepeat"/>
      <arg type="i" name="count"/>
      <arg type="u" name="nativeScanCode"/>
      <arg type="u" name="nativeModifiers"/>
      <arg type="u" name="time"/>
    </method>
    <method name="registerAttributeExtension">
      <arg type="i" name="id"/>
      <arg type="s" name="fileName"/>
    </method>
    <method name="unregisterAttributeExtension">
      <arg type="i" name="id"/>
    </method>
    <method name="setExtendedAttribute">
      <arg type="i" name="id"/>
      <arg type="s" name="target"/>
      <arg type="s" name="targetItem"/>
      <arg type="s" name="attribute"/>
      <arg type="v" name="value"/>
    </method>
    <method name="loadPluginSettings">
      <arg type="s" name="descriptionLanguage"/>
    </method>
    <signal name="invokeAction">
      <arg type="s" name="action"/>
      <arg type="s" name="sequence"/>
    </signal>
  </interface>
</node>