Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

Accessibility::Accessible Interface Reference

import "Accessibility_Accessible.idl";

Inheritance diagram for Accessibility::Accessible:

Inheritance graph
[legend]
Collaboration diagram for Accessibility::Accessible:

Collaboration graph
[legend]
List of all members.

Public Member Functions

boolean isEqual (in Accessible obj)
Accessible getChildAtIndex (in long index)
long getIndexInParent ()
RelationSet getRelationSet ()
Role getRole ()
string getRoleName ()
string getLocalizedRoleName ()
StateSet getState ()
void unImplemented ()
void unImplemented2 ()
void unImplemented3 ()

Public Attributes

attribute string name
attribute string description
readonly attribute Accessible parent
readonly attribute long childCount

Member Function Documentation

Accessible Accessibility::Accessible::getChildAtIndex in long  index  ) 
 

getChildAtIndex: : an in parameter indicating which child is requested (zero-indexed).

Get the accessible child of this object at index .

Returns: the 'nth' child of this object.

long Accessibility::Accessible::getIndexInParent  ) 
 

getIndexInParent:

Get the index of this object in its parent's child list.

Returns: a long integer indicating this object's index in the parent's list.

string Accessibility::Accessible::getLocalizedRoleName  ) 
 

getLocalizedRoleName: Get a string indicating the type of UI role played by this object, translated to the current locale.

Returns: a UTF-8 string indicating the type of UI role played by this object.

RelationSet Accessibility::Accessible::getRelationSet  ) 
 

getRelationSet:

Get a set defining this object's relationship to other accessible objects.

Returns: a defining this object's relationships.

Role Accessibility::Accessible::getRole  ) 
 

getRole: Get the indicating the type of UI role played by this object.

Returns: a indicating the type of UI role played by this object.

string Accessibility::Accessible::getRoleName  ) 
 

getRoleName: Get a string indicating the type of UI role played by this object.

Returns: a UTF-8 string indicating the type of UI role played by this object.

StateSet Accessibility::Accessible::getState  ) 
 

getState:

Get the current state of the object as a . Returns: a encapsulating the currently true states of the object.

boolean Accessibility::Accessible::isEqual in Accessible  obj  ) 
 

isEqual: : an #Accessible object reference to compare to

Determine whether an #Accessible refers to the same object as another

Returns: a #boolean indicating whether the two object references point to the same object.

void Accessibility::Accessible::unImplemented  ) 
 

void Accessibility::Accessible::unImplemented2  ) 
 

void Accessibility::Accessible::unImplemented3  ) 
 


Member Data Documentation

readonly attribute long Accessibility::Accessible::childCount
 

: the number of children contained by this object.

attribute string Accessibility::Accessible::description
 

: a #string describing the object in more detail than .

attribute string Accessibility::Accessible::name
 

: a (short) #string representing the object's name.

readonly attribute Accessible Accessibility::Accessible::parent
 

: an #Accessible object which is this object's containing object.


The documentation for this interface was generated from the following file:
Generated on Fri Jan 28 19:24:24 2005 for AT_SPI_IDL by doxygen 1.3.5