summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-01-07 02:24:03 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-10 09:13:11 +0100
commit1e10e4deb97885472c36f5b10a5888979f24cee0 (patch)
tree78d1ba7f7479ec1464108b7bbba57017bf0e660d /src
parent58bdf5c49c1ce4229f00e8cd404381e3057b0e43 (diff)
Generate docs for accessible interfaces.
Change-Id: Ic385dd416a6d6bce1b999e14a4b36cdd06127ff1 Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/gui/accessible/qaccessible2.cpp33
1 files changed, 21 insertions, 12 deletions
diff --git a/src/gui/accessible/qaccessible2.cpp b/src/gui/accessible/qaccessible2.cpp
index d4c55c6d17..6a22e8bb9c 100644
--- a/src/gui/accessible/qaccessible2.cpp
+++ b/src/gui/accessible/qaccessible2.cpp
@@ -51,8 +51,6 @@ QT_BEGIN_NAMESPACE
/*!
\namespace QAccessible2
\ingroup accessibility
- \internal
- \preliminary
\brief The QAccessible2 namespace defines constants relating to
IAccessible2-based interfaces
@@ -64,8 +62,6 @@ QT_BEGIN_NAMESPACE
\class QAccessibleTextInterface
\ingroup accessibility
- \internal
- \preliminary
\brief The QAccessibleTextInterface class implements support for
the IAccessibleText interface.
@@ -76,8 +72,6 @@ QT_BEGIN_NAMESPACE
/*!
\class QAccessibleEditableTextInterface
\ingroup accessibility
- \internal
- \preliminary
\brief The QAccessibleEditableTextInterface class implements support for
the IAccessibleEditableText interface.
@@ -88,8 +82,6 @@ QT_BEGIN_NAMESPACE
/*!
\class QAccessibleSimpleEditableTextInterface
\ingroup accessibility
- \internal
- \preliminary
\brief The QAccessibleSimpleEditableTextInterface class is a convenience class for
text-based widgets.
@@ -100,8 +92,6 @@ QT_BEGIN_NAMESPACE
/*!
\class QAccessibleValueInterface
\ingroup accessibility
- \internal
- \preliminary
\brief The QAccessibleValueInterface class implements support for
the IAccessibleValue interface.
@@ -122,10 +112,29 @@ QT_BEGIN_NAMESPACE
*/
/*!
+ \class QAccessibleTableCellInterface
+ \ingroup accessibility
+
+ \brief The QAccessibleTableCellInterface class implements support for
+ the IAccessibleTable2 Cell interface.
+
+ \link http://www.linux-foundation.org/en/Accessibility/IAccessible2 IAccessible2 Specification \endlink
+*/
+
+/*!
+ \class QAccessibleTableInterface
+ \ingroup accessibility
+
+ \brief The QAccessibleTableInterface class implements support for
+ the IAccessibleTable2 interface.
+
+ \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
invocable actions in the interface.