summaryrefslogtreecommitdiff
path: root/xml/Text.xml
blob: 320ee5e40845946c9bfedf02563345d0f0940f48 (plain)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<?xml version="1.0" encoding="UTF-8"?>
<node name="/node">
<interface name="org.a11y.atspi.Text">

  <property name="CharacterCount" type="i" access="read"/>

  <property name="CaretOffset" type="i" access="read"/>

  <method name="GetStringAtOffset">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="in" name="granularity" type="u"/>
    <arg direction="out" type="s"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
  </method>

  <method name="GetText">
    <arg direction="in" name="startOffset" type="i"/>
    <arg direction="in" name="endOffset" type="i"/>
    <arg direction="out" type="s"/>
  </method>

  <method name="SetCaretOffset">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="out" type="b"/>
  </method>

  <method name="GetTextBeforeOffset">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="in" name="type" type="u"/>
    <arg direction="out" type="s"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
  </method>

  <method name="GetTextAtOffset">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="in" name="type" type="u"/>
    <arg direction="out" type="s"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
  </method>

  <method name="GetTextAfterOffset">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="in" name="type" type="u"/>
    <arg direction="out" type="s"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
  </method>

  <method name="GetCharacterAtOffset">
    <arg name="offset" type="i" direction="in"/>
    <arg type="i" direction="out"/>
  </method>

  <method name="GetAttributeValue">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="in" name="attributeName" type="s"/>
    <arg direction="out" type="s"/>
  </method>

  <method name="GetAttributes">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="out" type="a{ss}"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
  </method>

  <method name="GetDefaultAttributes">
    <arg direction="out" type="a{ss}"/>
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
  </method>

  <method name="GetCharacterExtents">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="out" name="x" type="i"/>
    <arg direction="out" name="y" type="i"/>
    <arg direction="out" name="width" type="i"/>
    <arg direction="out" name="height" type="i"/>
    <arg direction="in" name="coordType" type="u"/>
  </method>

  <method name="GetOffsetAtPoint">
    <arg direction="in" name="x" type="i"/>
    <arg direction="in" name="y" type="i"/>
    <arg direction="in" name="coordType" type="u"/>
    <arg direction="out" type="i"/>
  </method>

  <method name="GetNSelections">
    <arg direction="out" type="i"/>
  </method>

  <method name="GetSelection">
    <arg direction="in" name="selectionNum" type="i"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
  </method>

  <method name="AddSelection">
    <arg direction="in" name="startOffset" type="i"/>
    <arg direction="in" name="endOffset" type="i"/>
    <arg direction="out" type="b"/>
  </method>

  <method name="RemoveSelection">
    <arg direction="in" name="selectionNum" type="i"/>
    <arg direction="out" type="b"/>
  </method>

  <method name="SetSelection">
    <arg direction="in" name="selectionNum" type="i"/>
    <arg direction="in" name="startOffset" type="i"/>
    <arg direction="in" name="endOffset" type="i"/>
    <arg direction="out" type="b"/>
  </method>

  <method name="GetRangeExtents">
    <arg direction="in" name="startOffset" type="i"/>
    <arg direction="in" name="endOffset" type="i"/>
    <arg direction="out" name="x" type="i"/>
    <arg direction="out" name="y" type="i"/>
    <arg direction="out" name="width" type="i"/>
    <arg direction="out" name="height" type="i"/>
    <arg direction="in" name="coordType" type="u"/>
  </method>

  <method name="GetBoundedRanges">
    <arg direction="in" name="x" type="i"/>
    <arg direction="in" name="y" type="i"/>
    <arg direction="in" name="width" type="i"/>
    <arg direction="in" name="height" type="i"/>
    <arg direction="in" name="coordType" type="u"/>
    <arg direction="in" name="xClipType" type="u"/>
    <arg direction="in" name="yClipType" type="u"/>
    <arg direction="out" type="a(iisv)"/>
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiRangeList"/>
  </method>

  <method name="GetAttributeRun">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="in" name="includeDefaults" type="b"/>
    <arg direction="out" type="a{ss}"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
  </method>

  <method name="GetDefaultAttributeSet">
    <arg direction="out" type="a{ss}"/>
  </method>

</interface>
</node>