The QAccessible class provides enums and static functions relating to accessibility.
.PP
Accessibility clients use implementations of the QAccessibleInterface to read the information an accessible object exposes, or to call functions to manipulate the accessible object.
.PP
See the plugin documentation for more details about how to redistribute Qt plugins.
.PP
See also Miscellaneous Classes.
.SS "Member Type Documentation"
.SH "QAccessible::Event"
This enum type defines event types when the state of the accessible object has changed. The event types are:
.TP
\fCQAccessible::SoundPlayed\fR
.TP
\fCQAccessible::Alert\fR
.TP
\fCQAccessible::ForegroundChanged\fR
.TP
\fCQAccessible::MenuStart\fR
.TP
\fCQAccessible::MenuEnd\fR
.TP
\fCQAccessible::PopupMenuStart\fR
.TP
\fCQAccessible::PopupMenuEnd\fR
.TP
\fCQAccessible::ContextHelpStart\fR
.TP
\fCQAccessible::ContextHelpEnd\fR
.TP
\fCQAccessible::DragDropStart\fR
.TP
\fCQAccessible::DragDropEnd\fR
.TP
\fCQAccessible::DialogStart\fR
.TP
\fCQAccessible::DialogEnd\fR
.TP
\fCQAccessible::ScrollingStart\fR
.TP
\fCQAccessible::ScrollingEnd\fR
.TP
\fCQAccessible::ObjectCreated\fR
.TP
\fCQAccessible::ObjectDestroyed\fR
.TP
\fCQAccessible::ObjectShow\fR
.TP
\fCQAccessible::ObjectHide\fR
.TP
\fCQAccessible::ObjectReorder\fR
.TP
\fCQAccessible::Focus\fR
.TP
\fCQAccessible::Selection\fR
.TP
\fCQAccessible::SelectionAdd\fR
.TP
\fCQAccessible::SelectionRemove\fR
.TP
\fCQAccessible::SelectionWithin\fR
.TP
\fCQAccessible::StateChanged\fR
.TP
\fCQAccessible::LocationChanged\fR
.TP
\fCQAccessible::NameChanged\fR
.TP
\fCQAccessible::DescriptionChanged\fR
.TP
\fCQAccessible::ValueChanged\fR
.TP
\fCQAccessible::ParentChanged\fR
.TP
\fCQAccessible::HelpChanged\fR
.TP
\fCQAccessible::DefaultActionChanged\fR
.TP
\fCQAccessible::AcceleratorChanged\fR
.TP
\fCQAccessible::MenuCommand\fR
.SH "QAccessible::NavDirection"
This enum specifies which item to move to when navigating.
.TP
\fCQAccessible::NavUp\fR - sibling above
.TP
\fCQAccessible::NavDown\fR - sibling below
.TP
\fCQAccessible::NavLeft\fR - left sibling
.TP
\fCQAccessible::NavRight\fR - right sibling
.TP
\fCQAccessible::NavNext\fR - next sibling
.TP
\fCQAccessible::NavPrevious\fR - previous sibling
.TP
\fCQAccessible::NavFirstChild\fR - first child
.TP
\fCQAccessible::NavLastChild\fR - last child
.TP
\fCQAccessible::NavFocusChild\fR - child with focus
.SH "QAccessible::Role"
This enum defines a number of roles an accessible object can have. The roles are:
.TP
\fCQAccessible::NoRole\fR
.TP
\fCQAccessible::TitleBar\fR
.TP
\fCQAccessible::MenuBar\fR
.TP
\fCQAccessible::ScrollBar\fR
.TP
\fCQAccessible::Grip\fR
.TP
\fCQAccessible::Sound\fR
.TP
\fCQAccessible::Cursor\fR
.TP
\fCQAccessible::Caret\fR
.TP
\fCQAccessible::AlertMessage\fR
.TP
\fCQAccessible::Window\fR
.TP
\fCQAccessible::Client\fR
.TP
\fCQAccessible::PopupMenu\fR
.TP
\fCQAccessible::MenuItem\fR
.TP
\fCQAccessible::ToolTip\fR
.TP
\fCQAccessible::Application\fR
.TP
\fCQAccessible::Document\fR
.TP
\fCQAccessible::Pane\fR
.TP
\fCQAccessible::Chart\fR
.TP
\fCQAccessible::Dialog\fR
.TP
\fCQAccessible::Border\fR
.TP
\fCQAccessible::Grouping\fR
.TP
\fCQAccessible::Separator\fR
.TP
\fCQAccessible::ToolBar\fR
.TP
\fCQAccessible::StatusBar\fR
.TP
\fCQAccessible::Table\fR
.TP
\fCQAccessible::ColumnHeader\fR
.TP
\fCQAccessible::RowHeader\fR
.TP
\fCQAccessible::Column\fR
.TP
\fCQAccessible::Row\fR
.TP
\fCQAccessible::Cell\fR
.TP
\fCQAccessible::Link\fR
.TP
\fCQAccessible::HelpBalloon\fR
.TP
\fCQAccessible::Character\fR
.TP
\fCQAccessible::List\fR
.TP
\fCQAccessible::ListItem\fR
.TP
\fCQAccessible::Outline\fR
.TP
\fCQAccessible::OutlineItem\fR
.TP
\fCQAccessible::PageTab\fR
.TP
\fCQAccessible::PropertyPage\fR
.TP
\fCQAccessible::Indicator\fR
.TP
\fCQAccessible::Graphic\fR
.TP
\fCQAccessible::StaticText\fR
.TP
\fCQAccessible::EditableText\fR
.TP
\fCQAccessible::PushButton\fR
.TP
\fCQAccessible::CheckBox\fR
.TP
\fCQAccessible::RadioButton\fR
.TP
\fCQAccessible::ComboBox\fR
.TP
\fCQAccessible::DropLest\fR
.TP
\fCQAccessible::ProgressBar\fR
.TP
\fCQAccessible::Dial\fR
.TP
\fCQAccessible::HotkeyField\fR
.TP
\fCQAccessible::Slider\fR
.TP
\fCQAccessible::SpinBox\fR
.TP
\fCQAccessible::Diagram\fR
.TP
\fCQAccessible::Animation\fR
.TP
\fCQAccessible::Equation\fR
.TP
\fCQAccessible::ButtonDropDown\fR
.TP
\fCQAccessible::ButtonMenu\fR
.TP
\fCQAccessible::ButtonDropGrid\fR
.TP
\fCQAccessible::Whitespace\fR
.TP
\fCQAccessible::PageTabList\fR
.TP
\fCQAccessible::Clock\fR
.SH "QAccessible::State"
This enum type defines bitflags that can be combined to indicate the state of the accessible object. The values are:
.TP
\fCQAccessible::Normal\fR
.TP
\fCQAccessible::Unavailable\fR
.TP
\fCQAccessible::Selected\fR
.TP
\fCQAccessible::Focused\fR
.TP
\fCQAccessible::Pressed\fR
.TP
\fCQAccessible::Checked\fR
.TP
\fCQAccessible::Mixed\fR
.TP
\fCQAccessible::ReadOnly\fR
.TP
\fCQAccessible::HotTracked\fR
.TP
\fCQAccessible::Default\fR
.TP
\fCQAccessible::Expanded\fR
.TP
\fCQAccessible::Collapsed\fR
.TP
\fCQAccessible::Busy\fR
.TP
\fCQAccessible::Floating\fR
.TP
\fCQAccessible::Marqueed\fR
.TP
\fCQAccessible::Animated\fR
.TP
\fCQAccessible::Invisible\fR
.TP
\fCQAccessible::Offscreen\fR
.TP
\fCQAccessible::Sizeable\fR
.TP
\fCQAccessible::Moveable\fR
.TP
\fCQAccessible::SelfVoicing\fR
.TP
\fCQAccessible::Focusable\fR
.TP
\fCQAccessible::Selectable\fR
.TP
\fCQAccessible::Linked\fR
.TP
\fCQAccessible::Traversed\fR
.TP
\fCQAccessible::MultiSelectable\fR
.TP
\fCQAccessible::ExtSelectable\fR
.TP
\fCQAccessible::AlertLow\fR
.TP
\fCQAccessible::AlertMedium\fR
.TP
\fCQAccessible::AlertHigh\fR
.TP
\fCQAccessible::Protected\fR
.TP
\fCQAccessible::Valid\fR
.SH "QAccessible::Text"
This enum specifies string information that an accessible object returns.
.TP
\fCQAccessible::Name\fR - The name of the object
.TP
\fCQAccessible::Description\fR - A short text describing the object
.TP
\fCQAccessible::Value\fR - The value of the object
.TP
\fCQAccessible::Help\fR - A longer text giving information about how to use the object
.TP
\fCQAccessible::DefaultAction\fR - The default method to interact with the object
.TP
\fCQAccessible::Accelerator\fR - The keyboard shortcut that executes the default action
Sets \fIiface\fR to point to the implementation of the QAccessibleInterface for \fIobject\fR, and returns \fCQS_OK\fR if successfull, or sets \fIiface\fR to 0 and returns \fCQE_NOCOMPONENT\fR if no accessibility implementation for \fIobject\fR exists.
.PP
The function uses the classname of \fIobject\fR to find a suitable implementation. If no implementation for the object's class is available the function tries to find an implementation for the object's parent class.
.PP
This function is called to answer an accessibility client's request for object information. You should never need to call this function yourself.
Notifies accessibility clients about a change in \fIobject\fR's accessibility information.
.PP
\fIreason\fR specifies the cause of the change, for example, ValueChange when the position of a slider has been changed. \fIcontrol\fR is the ID of the child element that has changed. When \fIcontrol\fR is 0, the object itself has changed.
.PP
Call this function whenever the state of your accessible object or one of it's sub-elements has been changed either programmatically (e.g. by calling QLabel::setText()) or by user interaction.
.PP
If there are no accessibility tools listening to this event, the
performance penalty for calling this function is minor, but if determining
the parameters of the call is expensive you can use isActive() to
avoid unnecessary performance penalties if no client is listening.