|
19 | 19 | </method> |
20 | 20 | <method name="decrement_value"> |
21 | 21 | <return type="void" /> |
22 | | - <param index="0" name="signal" type="bool" default="true" /> |
23 | 22 | <description> |
24 | 23 | </description> |
25 | 24 | </method> |
|
38 | 37 | <description> |
39 | 38 | </description> |
40 | 39 | </method> |
41 | | - <method name="get_max_value" qualifiers="const"> |
42 | | - <return type="int" /> |
43 | | - <description> |
44 | | - </description> |
45 | | - </method> |
46 | | - <method name="get_min_value" qualifiers="const"> |
47 | | - <return type="int" /> |
48 | | - <description> |
49 | | - </description> |
50 | | - </method> |
51 | 40 | <method name="get_orientation" qualifiers="const"> |
52 | 41 | <return type="int" enum="Orientation" /> |
53 | 42 | <description> |
54 | 43 | </description> |
55 | 44 | </method> |
56 | | - <method name="get_range_limit_max" qualifiers="const"> |
57 | | - <return type="int" /> |
58 | | - <description> |
59 | | - </description> |
60 | | - </method> |
61 | | - <method name="get_range_limit_min" qualifiers="const"> |
62 | | - <return type="int" /> |
63 | | - <description> |
64 | | - </description> |
65 | | - </method> |
66 | 45 | <method name="get_value" qualifiers="const"> |
67 | 46 | <return type="int" /> |
68 | 47 | <description> |
|
80 | 59 | </method> |
81 | 60 | <method name="increment_value"> |
82 | 61 | <return type="void" /> |
83 | | - <param index="0" name="signal" type="bool" default="true" /> |
84 | 62 | <description> |
85 | 63 | </description> |
86 | 64 | </method> |
|
90 | 68 | </description> |
91 | 69 | </method> |
92 | 70 | <method name="reset"> |
93 | | - <return type="int" enum="Error" /> |
| 71 | + <return type="void" /> |
94 | 72 | <description> |
95 | 73 | </description> |
96 | 74 | </method> |
|
107 | 85 | <description> |
108 | 86 | </description> |
109 | 87 | </method> |
110 | | - <method name="set_limits"> |
111 | | - <return type="int" enum="Error" /> |
112 | | - <param index="0" name="new_min_value" type="int" /> |
113 | | - <param index="1" name="new_max_value" type="int" /> |
114 | | - <param index="2" name="signal" type="bool" default="true" /> |
115 | | - <description> |
116 | | - </description> |
117 | | - </method> |
118 | | - <method name="set_range_limits"> |
119 | | - <return type="int" enum="Error" /> |
120 | | - <param index="0" name="new_range_limit_min" type="int" /> |
121 | | - <param index="1" name="new_range_limit_max" type="int" /> |
122 | | - <param index="2" name="signal" type="bool" default="true" /> |
123 | | - <description> |
124 | | - </description> |
125 | | - </method> |
126 | | - <method name="set_range_limits_and_value"> |
127 | | - <return type="int" enum="Error" /> |
128 | | - <param index="0" name="new_range_limit_min" type="int" /> |
129 | | - <param index="1" name="new_range_limit_max" type="int" /> |
130 | | - <param index="2" name="new_value" type="int" /> |
131 | | - <param index="3" name="signal" type="bool" default="true" /> |
| 88 | + <method name="set_step_count"> |
| 89 | + <return type="void" /> |
| 90 | + <param index="0" name="new_step_count" type="int" /> |
132 | 91 | <description> |
133 | 92 | </description> |
134 | 93 | </method> |
|
142 | 101 | <method name="set_value"> |
143 | 102 | <return type="void" /> |
144 | 103 | <param index="0" name="new_value" type="int" /> |
145 | | - <param index="1" name="signal" type="bool" default="true" /> |
146 | 104 | <description> |
147 | 105 | </description> |
148 | 106 | </method> |
149 | 107 | <method name="set_value_as_ratio"> |
150 | 108 | <return type="void" /> |
151 | 109 | <param index="0" name="new_ratio" type="float" /> |
152 | | - <param index="1" name="signal" type="bool" default="true" /> |
153 | 110 | <description> |
154 | 111 | </description> |
155 | 112 | </method> |
|
0 commit comments