2008-08-15 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / xml / org.freedesktop.atspi.Value.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" name="/node">
3
4
5
6
7
8 <interface name="org.freedesktop.atspi.Value">
9   <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
10     <p>An interface supporting controls which allow a
11       one-dimensional, scalar quantity to be modified or which
12       reflect a scalar quantity. (If STATE_EDITABLE is not present, 
13       the valuator is treated as "read only".  </p>
14
15     <p>@note Events generated by Image instances include:
16       \li \c "object:value-changed"</p>
17   </tp:docstring>
18   <tp:property name="minimumValue" type="d" access="read">
19   <tp:docstring>
20     The minimum value allowed by this valuator.
21   </tp:docstring>
22   </tp:property>
23   <tp:property name="maximumValue" type="d" access="read">
24   <tp:docstring>
25     The maximum value allowed by this valuator.
26   </tp:docstring>
27   </tp:property>
28   <tp:property name="minimumIncrement" type="d" access="read">
29   <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
30     <p>The smallest incremental change which this valuator allows.
31       If 0, the incremental changes to the valuator are 
32       limited only by the precision of a double precision value
33       on the platform.</p>
34   </tp:docstring>
35   </tp:property>
36   <tp:property name="currentValue" type="d" access="readwrite">
37   <tp:docstring>
38     The current value of the valuator.
39   </tp:docstring>
40   </tp:property>
41   <method name="unImplemented">
42     <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
43       <p>\cond
44         unImplemented:    </p>
45
46       <p>placeholders for future expansion.</p>
47     </tp:docstring>
48   </method>
49   <method name="unImplemented2">
50   </method>
51   <method name="unImplemented3">
52   </method>
53   <method name="unImplemented4">
54   </method>
55 </interface>
56 </node>