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

Accessibility::Action Interface Reference

import "Accessibility_Action.idl";

List of all members.

Public Member Functions

string getDescription (in long index)
string getName (in long index)
boolean doAction (in long index)
string getKeyBinding (in long index)
void unImplemented ()
void unImplemented2 ()
void unImplemented3 ()
void unImplemented4 ()

Public Attributes

readonly attribute long nActions


Member Function Documentation

boolean Accessibility::Action::doAction in long  index  ) 
 

doAction: : an in parameter specifying the 0-based index of the action to perform.

Causes the object to perform the specified action.

Returns: a indicating success or failure.

string Accessibility::Action::getDescription in long  index  ) 
 

getDescription: : an in parameter specifying the index of the action for which a description is desired.

Gets the description of the specified action.

Returns: a containing the description of the specified action.

string Accessibility::Action::getKeyBinding in long  index  ) 
 

getKeyBinding: : an in parameter specifying the 0-based index of the action for which a key binding is requested.

Gets the key binding associated with a specific action.

Returns: a containing the key binding for the specified action, "" if none exists.

string Accessibility::Action::getName in long  index  ) 
 

getName: : an in parameter specifying the index of the action whose name is requested.

Gets the name of the specified action.

Returns: a containing the name of the specified action.

void Accessibility::Action::unImplemented  ) 
 

unImplemented:

placeholders for future expansion.

void Accessibility::Action::unImplemented2  ) 
 

void Accessibility::Action::unImplemented3  ) 
 

void Accessibility::Action::unImplemented4  ) 
 


Member Data Documentation

readonly attribute long Accessibility::Action::nActions
 

nActions: a containing the number of actions this object supports.


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