import "Accessibility_Value.idl";
Public Attributes | |
| readonly attribute double | minimumValue |
| The minimum value allowed by this valuator. | |
| readonly attribute double | maximumValue |
| The maximum value allowed by this valuator. | |
| readonly attribute double | minimumIncrement |
| The smallest incremental change which this valuator allows. | |
| attribute double | currentValue |
| The current value of the valuator. | |
(If STATE_EDITABLE is not present, the valuator is treated as "read only".
"object:value-changed"
Definition at line 34 of file Accessibility_Value.idl.
|
|
The minimum value allowed by this valuator.
Definition at line 38 of file Accessibility_Value.idl. |
|
|
The maximum value allowed by this valuator.
Definition at line 42 of file Accessibility_Value.idl. |
|
|
The smallest incremental change which this valuator allows. If 0, the incremental changes to the valuator are limited only by the precision of a double precision value on the platform. Definition at line 49 of file Accessibility_Value.idl. |
|
|
The current value of the valuator.
Definition at line 53 of file Accessibility_Value.idl. |
1.4.3