diff options
author | Harald Fernengel <harald.fernengel@nokia.com> | 2009-10-20 15:45:48 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2009-10-20 15:48:26 (GMT) |
commit | 339b5b04a98ad3a5569180b0a1a000e82e985867 (patch) | |
tree | 824182963f5d27486726a6d2b8f47f7cd6ddaf45 /src/gui/accessible/qaccessible2.cpp | |
parent | 77f2319ab80be40268da689d5bc4726257ddd7ab (diff) | |
download | Qt-339b5b04a98ad3a5569180b0a1a000e82e985867.zip Qt-339b5b04a98ad3a5569180b0a1a000e82e985867.tar.gz Qt-339b5b04a98ad3a5569180b0a1a000e82e985867.tar.bz2 |
Introduce the QAccessibleActionInterface
with a sample implementation for QAccessibleButton. Not implemented
for all widgets yet (API is preliminary).
Patch has been in the accessibility-fixes branch of qt-maemo for quite
a while now without complains, thus no reviewer.
Diffstat (limited to 'src/gui/accessible/qaccessible2.cpp')
-rw-r--r-- | src/gui/accessible/qaccessible2.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gui/accessible/qaccessible2.cpp b/src/gui/accessible/qaccessible2.cpp index f731962..0867368 100644 --- a/src/gui/accessible/qaccessible2.cpp +++ b/src/gui/accessible/qaccessible2.cpp @@ -108,6 +108,18 @@ QT_BEGIN_NAMESPACE \link http://www.linux-foundation.org/en/Accessibility/IAccessible2 IAccessible2 Specification \endlink */ +/*! + \class QAccessibleActionInterface + \ingroup accessibility + \internal + \preliminary + + \brief The QAccessibleActionInterface class implements support for + the IAccessibleAction interface. + + \link http://www.linux-foundation.org/en/Accessibility/IAccessible2 IAccessible2 Specification \endlink +*/ + QAccessibleSimpleEditableTextInterface::QAccessibleSimpleEditableTextInterface( QAccessibleInterface *accessibleInterface) : iface(accessibleInterface) |