summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-12-23 11:20:01 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2017-01-05 05:46:25 +0000
commitf4dbbfb2d4afebd47d19556c753f6a1c3d29ac5a (patch)
treeef777ca40f1abddb37a53b3d0ec47a7cadfcee22
parenta10604076a714d3dbe663a6c85e140212bf8c862 (diff)
Doc: Remove docs for property-changed signals (AbstractAxis)
Change-Id: I469fb198ddb76ae7d0cdfb577e65a72f1efb14f2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--src/charts/axis/qabstractaxis.cpp61
1 files changed, 0 insertions, 61 deletions
diff --git a/src/charts/axis/qabstractaxis.cpp b/src/charts/axis/qabstractaxis.cpp
index bea71833..a4065570 100644
--- a/src/charts/axis/qabstractaxis.cpp
+++ b/src/charts/axis/qabstractaxis.cpp
@@ -323,10 +323,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\fn void QAbstractAxis::visibleChanged(bool visible)
This signal is emitted when the visibility of the axis changes to \a visible.
*/
-/*!
- \qmlsignal AbstractAxis::onVisibleChanged(bool visible)
- This signal is emitted when the visibility of the axis changes to \a visible.
-*/
/*!
\fn void QAbstractAxis::linePenChanged(const QPen& pen)
@@ -337,28 +333,16 @@ QT_CHARTS_BEGIN_NAMESPACE
\fn void QAbstractAxis::lineVisibleChanged(bool visible)
This signal is emitted when the visibility of the axis line changes to \a visible.
*/
-/*!
- \qmlsignal AbstractAxis::onLineVisibleChanged(bool visible)
- This signal is emitted when the visibility of the axis line changes to \a visible.
-*/
/*!
\fn void QAbstractAxis::labelsVisibleChanged(bool visible)
This signal is emitted when the visibility of the labels of the axis changes to \a visible.
*/
-/*!
- \qmlsignal AbstractAxis::onLabelsVisibleChanged(bool visible)
- This signal is emitted when the visibility of the labels of the axis changes to \a visible.
-*/
/*!
\fn void QAbstractAxis::labelsFontChanged(const QFont& font)
This signal is emitted when the font of the axis labels changes to \a font.
*/
-/*!
- \qmlsignal AbstractAxis::onLabelsFontChanged(Font font)
- This signal is emitted when the font of the axis labels changes to \a font.
-*/
/*!
\fn void QAbstractAxis::labelsBrushChanged(const QBrush& brush)
@@ -369,30 +353,17 @@ QT_CHARTS_BEGIN_NAMESPACE
\fn void QAbstractAxis::labelsAngleChanged(int angle)
This signal is emitted when the angle of the axis labels changes to \a angle.
*/
-/*!
- \qmlsignal AbstractAxis::onLabelsAngleChanged(int angle)
- This signal is emitted when the angle of the axis labels changes to \a angle.
-*/
/*!
\fn void QAbstractAxis::gridVisibleChanged(bool visible)
This signal is emitted when the visibility of the grid lines of the axis changes to \a visible.
*/
-/*!
- \qmlsignal AbstractAxis::onGridVisibleChanged(bool visible)
- This signal is emitted when the visibility of the grid lines of the axis changes to \a visible.
-*/
/*!
\fn void QAbstractAxis::minorGridVisibleChanged(bool visible)
This signal is emitted when the visibility of the minor grid lines of the axis
changes to \a visible.
*/
-/*!
- \qmlsignal AbstractAxis::onMinorGridVisibleChanged(bool visible)
- This signal is emitted when the visibility of the minor grid lines of the axis
- changes to \a visible.
-*/
/*!
\fn void QAbstractAxis::gridLinePenChanged(const QPen& pen)
@@ -419,37 +390,21 @@ QT_CHARTS_BEGIN_NAMESPACE
\fn void QAbstractAxis::colorChanged(QColor color)
This signal is emitted when the color of the axis changes to \a color.
*/
-/*!
- \qmlsignal AbstractAxis::onColorChanged(QColor color)
- This signal is emitted when the color of the axis changes to \a color.
-*/
/*!
\fn void QAbstractAxis::labelsColorChanged(QColor color)
This signal is emitted when the color of the axis labels changes to \a color.
*/
-/*!
- \qmlsignal AbstractAxis::onLabelsColorChanged(QColor color)
- This signal is emitted when the color of the axis labels changes to \a color.
-*/
/*!
\fn void QAbstractAxis::titleVisibleChanged(bool visible)
This signal is emitted when the visibility of the title text of the axis changes to \a visible.
*/
-/*!
- \qmlsignal AbstractAxis::onTitleVisibleChanged(bool visible)
- This signal is emitted when the visibility of the title text of the axis changes to \a visible.
-*/
/*!
\fn void QAbstractAxis::titleTextChanged(const QString& text)
This signal is emitted when the text of the axis title changes to \a text.
*/
-/*!
- \qmlsignal AbstractAxis::onTitleTextChanged(String text)
- This signal is emitted when the text of the axis title changes to \a text.
-*/
/*!
\fn void QAbstractAxis::titleBrushChanged(const QBrush& brush)
@@ -460,37 +415,21 @@ QT_CHARTS_BEGIN_NAMESPACE
\fn void QAbstractAxis::titleFontChanged(const QFont& font)
This signal is emitted when the font of the axis title changes to \a font.
*/
-/*!
- \qmlsignal AbstractAxis::onTitleFontChanged(Font font)
- This signal is emitted when the font of the axis title changes to \a font.
-*/
/*!
\fn void QAbstractAxis::shadesVisibleChanged(bool)
This signal is emitted when the visibility of the axis shades changes to \a visible.
*/
-/*!
- \qmlsignal AbstractAxis::onShadesVisibleChanged(bool visible)
- This signal is emitted when the visibility of the axis shades changes to \a visible.
-*/
/*!
\fn void QAbstractAxis::shadesColorChanged(QColor color)
This signal is emitted when the color of the axis shades changes to \a color.
*/
-/*!
- \qmlsignal AbstractAxis::onShadesColorChanged(QColor color)
- This signal is emitted when the color of the axis shades changes to \a color.
-*/
/*!
\fn void QAbstractAxis::shadesBorderColorChanged(QColor color)
This signal is emitted when the border color of the axis shades changes to \a color.
*/
-/*!
- \qmlsignal AbstractAxis::onBorderColorChanged(QColor color)
- This signal is emitted when the border color of the axis shades changes to \a color.
-*/
/*!
\fn void QAbstractAxis::shadesBrushChanged(const QBrush& brush)