summaryrefslogtreecommitdiffstats
path: root/src/plugins/accessible
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-10-17 14:18:42 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-18 10:26:39 +0200
commit0e341948ae6ab993f9d56f81809e71b8a9cc753d (patch)
treef9cb0a0d1bbc18c650c975e88eb2661a83acb6a6 /src/plugins/accessible
parent41b01096ccae8761bb5a0a761780ad48ce7e34ba (diff)
Remove stale documentation.
Change-Id: I85139e0334b648bee0d18129cef9387dcc6c3222 Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'src/plugins/accessible')
-rw-r--r--src/plugins/accessible/widgets/rangecontrols.cpp41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/plugins/accessible/widgets/rangecontrols.cpp b/src/plugins/accessible/widgets/rangecontrols.cpp
index b40ef8629e..fdbb02e3e5 100644
--- a/src/plugins/accessible/widgets/rangecontrols.cpp
+++ b/src/plugins/accessible/widgets/rangecontrols.cpp
@@ -80,7 +80,6 @@ QAbstractSpinBox *QAccessibleAbstractSpinBox::abstractSpinBox() const
return qobject_cast<QAbstractSpinBox*>(object());
}
-/*! \reimp */
QString QAccessibleAbstractSpinBox::text(Text t, int child) const
{
Q_UNUSED(child)
@@ -89,7 +88,6 @@ QString QAccessibleAbstractSpinBox::text(Text t, int child) const
return QAccessibleWidget::text(t, 0);
}
-/*! \reimp */
bool QAccessibleAbstractSpinBox::doAction(int action, int child, const QVariantList &params)
{
Q_UNUSED(child)
@@ -150,17 +148,6 @@ QVariant QAccessibleAbstractSpinBox::invokeMethod(Method method, int child, cons
*/
/*!
- \enum QAccessibleAbstractSpinBox::SpinBoxElements
-
- This enum identifies the components of the spin box.
-
- \value SpinBoxSelf The spin box as a whole
- \value Editor The line edit sub-widget.
- \value ValueUp The up sub-widget (i.e. the up arrow or + button)
- \value ValueDown The down sub-widget (i.e. the down arrow or - button)
-*/
-
-/*!
Constructs a QAccessibleSpinWidget object for \a w.
*/
QAccessibleSpinBox::QAccessibleSpinBox(QWidget *w)
@@ -179,7 +166,6 @@ QSpinBox *QAccessibleSpinBox::spinBox() const
return qobject_cast<QSpinBox*>(object());
}
-/*! \reimp */
bool QAccessibleSpinBox::doAction(int action, int child, const QVariantList &params)
{
Q_UNUSED(child)
@@ -211,7 +197,6 @@ QVariant QAccessibleDoubleSpinBox::invokeMethod(QAccessible::Method, int, const
return QVariant();
}
-/*! \reimp */
QString QAccessibleDoubleSpinBox::text(Text textType, int child) const
{
Q_UNUSED(child)
@@ -232,19 +217,6 @@ QString QAccessibleDoubleSpinBox::text(Text textType, int child) const
*/
/*!
- \enum QAccessibleScrollBar::ScrollBarElements
-
- This enum identifies the components of the scroll bar.
-
- \value ScrollBarSelf The scroll bar as a whole.
- \value LineUp The up arrow button.
- \value PageUp The area between the position and the up arrow button.
- \value Position The position marking rectangle.
- \value PageDown The area between the position and the down arrow button.
- \value LineDown The down arrow button.
-*/
-
-/*!
Constructs a QAccessibleScrollBar object for \a w.
\a name is propagated to the QAccessibleWidget constructor.
*/
@@ -261,7 +233,6 @@ QScrollBar *QAccessibleScrollBar::scrollBar() const
return qobject_cast<QScrollBar*>(object());
}
-/*! \reimp */
QString QAccessibleScrollBar::text(Text t, int child) const
{
if (t == Value)
@@ -281,17 +252,6 @@ QString QAccessibleScrollBar::text(Text t, int child) const
*/
/*!
- \enum QAccessibleSlider::SliderElements
-
- This enum identifies the components of the slider.
-
- \value SliderSelf The slider as a whole.
- \value PageLeft The area to the left of the position.
- \value Position The position indicator.
- \value PageRight The area to the right of the position.
-*/
-
-/*!
Constructs a QAccessibleScrollBar object for \a w.
\a name is propagated to the QAccessibleWidget constructor.
*/
@@ -308,7 +268,6 @@ QSlider *QAccessibleSlider::slider() const
return qobject_cast<QSlider*>(object());
}
-/*! \reimp */
QString QAccessibleSlider::text(Text t, int child) const
{
if (t == Value)