-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.openscad.OpenSCAD.xml
47 lines (47 loc) · 1.63 KB
/
org.openscad.OpenSCAD.xml
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
<!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.openscad.OpenSCAD">
<method name="zoom">
<arg name="zoom" type="d" direction="in"/>
</method>
<method name="zoomTo">
<arg name="zoom" type="d" direction="in"/>
</method>
<method name="rotate">
<arg name="x" type="d" direction="in"/>
<arg name="y" type="d" direction="in"/>
<arg name="z" type="d" direction="in"/>
</method>
<method name="rotateTo">
<arg name="x" type="d" direction="in"/>
<arg name="y" type="d" direction="in"/>
<arg name="z" type="d" direction="in"/>
</method>
<method name="rotate2">
<arg name="x" type="d" direction="in"/>
<arg name="y" type="d" direction="in"/>
<arg name="z" type="d" direction="in"/>
</method>
<method name="translate">
<arg name="x" type="d" direction="in"/>
<arg name="y" type="d" direction="in"/>
<arg name="z" type="d" direction="in"/>
</method>
<method name="translateTo">
<arg name="x" type="d" direction="in"/>
<arg name="y" type="d" direction="in"/>
<arg name="z" type="d" direction="in"/>
</method>
<method name="action">
<arg name="name" type="s" direction="in"/>
</method>
<method name="buttonPress">
<arg name="idx" type="u" direction="in"/>
</method>
<method name="getActions">
<arg name="names" type="as" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QStringList>"/>
</method>
</interface>
</node>