Qt 4.8
Classes | Enumerations
QAccessible2 Namespace Reference

The QAccessible2 namespace defines constants relating to IAccessible2-based interfaces. More...

Classes

struct  TableModelChange
 

Enumerations

enum  BoundaryType {
  CharBoundary, WordBoundary, SentenceBoundary, ParagraphBoundary,
  LineBoundary, NoBoundary
}
 
enum  CoordinateType { RelativeToScreen = 0, RelativeToParent = 1 }
 
enum  InterfaceType {
  TextInterface, EditableTextInterface, ValueInterface, TableInterface,
  ActionInterface, ImageInterface, Table2Interface
}
 
enum  TableModelChangeType { TableModelChangeInsert, TableModelChangeDelete, TableModelChangeUpdate }
 

Detailed Description

The QAccessible2 namespace defines constants relating to IAccessible2-based interfaces.

Warning
This function is not part of the public interface. This function is under development and subject to change.

http://www.linux-foundation.org/en/Accessibility/IAccessible2 Specification

Enumeration Type Documentation

◆ BoundaryType

Enumerator
CharBoundary 
WordBoundary 
SentenceBoundary 
ParagraphBoundary 
LineBoundary 
NoBoundary 

Definition at line 65 of file qaccessible2.h.

◆ CoordinateType

Enumerator
RelativeToScreen 
RelativeToParent 

Definition at line 59 of file qaccessible2.h.

◆ InterfaceType

Enumerator
TextInterface 
EditableTextInterface 
ValueInterface 
TableInterface 
ActionInterface 
ImageInterface 
Table2Interface 

Definition at line 349 of file qaccessible.h.

◆ TableModelChangeType

Enumerator
TableModelChangeInsert 
TableModelChangeDelete 
TableModelChangeUpdate 

Definition at line 74 of file qaccessible2.h.