From 1e10e4deb97885472c36f5b10a5888979f24cee0 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Sat, 7 Jan 2012 02:24:03 +0100 Subject: [PATCH] Generate docs for accessible interfaces. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic385dd416a6d6bce1b999e14a4b36cdd06127ff1 Reviewed-by: Jan-Arve Sæther --- src/gui/accessible/qaccessible2.cpp | 33 ++++++++++++++++++----------- 1 file 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. @@ -121,11 +111,30 @@ QT_BEGIN_NAMESPACE \link http://www.linux-foundation.org/en/Accessibility/IAccessible2 IAccessible2 Specification \endlink */ +/*! + \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.