QtBase  v6.3.1
Classes | Macros | Functions
qaccessible.h File Reference
#include <QtGui/qtguiglobal.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qdebug.h>
#include <QtCore/qglobal.h>
#include <QtCore/qlist.h>
#include <QtCore/qobject.h>
#include <QtCore/qrect.h>
#include <QtCore/qset.h>
#include <QtCore/qvariant.h>
#include <QtGui/qcolor.h>
#include <QtGui/qevent.h>
#include <stdlib.h>
Include dependency graph for qaccessible.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QAccessible
 The QAccessible class provides enums and static functions related to accessibility. More...
 
class  QAccessible::State
 
class  QAccessible::ActivationObserver
 
class  QAccessibleInterface
 The QAccessibleInterface class defines an interface that exposes information about accessible objects. More...
 
class  QAccessibleTextInterface
 The QAccessibleTextInterface class implements support for text handling. More...
 
class  QAccessibleEditableTextInterface
 The QAccessibleEditableTextInterface class implements support for objects with editable text. More...
 
class  QAccessibleValueInterface
 The QAccessibleValueInterface class implements support for objects that manipulate a value. More...
 
class  QAccessibleTableCellInterface
 The QAccessibleTableCellInterface class implements support for the IAccessibleTable2 Cell interface. More...
 
class  QAccessibleTableInterface
 The QAccessibleTableInterface class implements support for the IAccessibleTable2 interface. More...
 
class  QAccessibleActionInterface
 The QAccessibleActionInterface class implements support for invocable actions in the interface. More...
 
class  QAccessibleImageInterface
 
class  QAccessibleHyperlinkInterface
 
class  QAccessibleEvent
 The QAccessibleEvent class is the base class for accessibility notifications. More...
 
class  QAccessibleStateChangeEvent
 The QAccessibleStateChangeEvent notfies the accessibility framework that the state of an object has changed. More...
 
class  QAccessibleTextCursorEvent
 The QAccessibleTextCursorEvent class notifies of cursor movements. More...
 
class  QAccessibleTextSelectionEvent
 QAccessibleTextSelectionEvent signals a change in the text selection of an object. More...
 
class  QAccessibleTextInsertEvent
 The QAccessibleTextInsertEvent class notifies of text being inserted. More...
 
class  QAccessibleTextRemoveEvent
 The QAccessibleTextRemoveEvent class notifies of text being deleted. More...
 
class  QAccessibleTextUpdateEvent
 The QAccessibleTextUpdateEvent class notifies about text changes. This is for accessibles that support editable text such as line edits. This event occurs for example when a portion of selected text gets replaced by pasting a new text or in override mode of editors. More...
 
class  QAccessibleValueChangeEvent
 The QAccessibleValueChangeEvent describes a change in value for an accessible object. More...
 
class  QAccessibleTableModelChangeEvent
 The QAccessibleTableModelChangeEvent signifies a change in a table, list, or tree where cells are added or removed. If the change affected a number of rows, firstColumn and lastColumn will return -1. Likewise for columns, the row functions may return -1. More...
 

Macros

#define QAccessibleInterface_iid   "org.qt-project.Qt.QAccessibleInterface"
 

Functions

Q_GUI_EXPORT const char * qAccessibleRoleString (QAccessible::Role role)
 
Q_GUI_EXPORT const char * qAccessibleEventString (QAccessible::Event event)
 
Q_GUI_EXPORT QString qAccessibleLocalizedActionDescription (const QString &actionName)
 
Q_GUI_EXPORT QDebug operator<< (QDebug d, const QAccessibleInterface *iface)
 
Q_GUI_EXPORT QDebug operator<< (QDebug d, const QAccessibleEvent &ev)
 

Macro Definition Documentation

◆ QAccessibleInterface_iid

#define QAccessibleInterface_iid   "org.qt-project.Qt.QAccessibleInterface"

Definition at line 987 of file qaccessible.h.

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug  d,
const QAccessibleEvent ev 
)

Definition at line 1887 of file qaccessible.cpp.

Here is the call graph for this function:

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug  d,
const QAccessibleInterface iface 
)

Definition at line 1845 of file qaccessible.cpp.

Here is the call graph for this function:

◆ qAccessibleEventString()

Q_GUI_EXPORT const char* qAccessibleEventString ( QAccessible::Event  event)

Definition at line 1837 of file qaccessible.cpp.

Here is the caller graph for this function:

◆ qAccessibleLocalizedActionDescription()

Q_GUI_EXPORT QString qAccessibleLocalizedActionDescription ( const QString actionName)

Definition at line 2979 of file qaccessible.cpp.

◆ qAccessibleRoleString()

Q_GUI_EXPORT const char* qAccessibleRoleString ( QAccessible::Role  role)

Definition at line 1828 of file qaccessible.cpp.

Here is the caller graph for this function: