import "Accessibility_Action.idl";
| Public Member Functions | |
| string | getDescription (in long index) | 
| string | getName (in long index) | 
| boolean | doAction (in long index) | 
| string | getKeyBinding (in long index) | 
| Data Fields | |
| readonly attribute long | nActions | 
| string Accessibility::Action::getDescription | ( | in long | index | ) | 
getDescription:
| index,: | the index of the action for which a description is desired. | 
string containing the description of the specified action. | string Accessibility::Action::getName | ( | in long | index | ) | 
getName:
| index,: | the index of the action whose name is requested. | 
string containing the name of the specified action. | boolean Accessibility::Action::doAction | ( | in long | index | ) | 
doAction:
| index,: | the 0-based index of the action to perform. | 
boolean indicating success or failure. | string Accessibility::Action::getKeyBinding | ( | in long | index | ) | 
getKeyBinding:
| index,: | the 0-based index of the action for which a key binding is requested. | 
string containing the key binding for the specified action, or an empty string ("") if none exists. 
| readonly attribute long Accessibility::Action::nActions | 
nActions: a long containing the number of actions this object supports. 
 1.5.1
 1.5.1