Qt Accessibility Client
registry.h
48 VisibleDataChanged = 0x80, /*!< Visibility of the accessible changed - see signal \sa visibleDataChanged */
52 TextCaretMoved = 0x400, /*!< The text caret moved its position - see signal \sa textCaretMoved */
54 TextSelectionChanged = 0x1000, /*!< The text selection changed - see signal \sa textSelectionChanged */
55 PropertyChanged = 0x2000, /*!< A property changed. See signals \sa accessibleNameChanged and \sa accessibleDescriptionChanged */
219 void stateChanged(const QAccessibleClient::AccessibleObject &object, const QString &state, bool active);
306 void textChanged(const QAccessibleClient::AccessibleObject &object, const QString& text, int startOffset, int endOffset);
315 void textInserted(const QAccessibleClient::AccessibleObject &object, const QString& text, int startOffset, int endOffset);
325 void textRemoved(const QAccessibleClient::AccessibleObject &object, const QString& text, int startOffset, int endOffset);
EventListener
This enum describes the different types of events that can be observed.
Definition: registry.h:38
This class represents an accessible object.
Definition: accessibleobject.h:41
This class represents the global accessibility registry.
Definition: registry.h:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 04:05:22 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 04:05:22 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.