Main Page   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields  

Accessibility::Value Interface Reference

import "Accessibility_Value.idl";


Public Methods

void unImplemented ()
void unImplemented2 ()
void unImplemented3 ()
void unImplemented4 ()

Data Fields

readonly attribute double minimumValue
readonly attribute double maximumValue
readonly attribute double minimumIncrement
attribute double currentValue


Detailed Description

An interface supporting controls which allow a one-dimensional, scalar quantity to be modified or which reflect a scalar quantity. (If STATE_EDITABLE is not present, the valuator is treated as "read only".

Note:
Events generated by Image instances include:


Member Function Documentation

void Accessibility::Value::unImplemented  
 

\cond unImplemented:

placeholders for future expansion.

void Accessibility::Value::unImplemented2  
 

void Accessibility::Value::unImplemented3  
 

void Accessibility::Value::unImplemented4  
 


Field Documentation

attribute double Accessibility::Value::currentValue
 

The current value of the valuator.

readonly attribute double Accessibility::Value::maximumValue
 

The maximum value allowed by this valuator.

readonly attribute double Accessibility::Value::minimumIncrement
 

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.

readonly attribute double Accessibility::Value::minimumValue
 

The minimum value allowed by this valuator.


The documentation for this interface was generated from the following file:
Generated on Thu Mar 23 17:40:30 2006 for at-spi-idl by doxygen1.2.17