From 82bdb5075bbd26b939eb82adcd9d54c3c22de3ac 2014-11-20 07:16:23 From: Titta Heikkala Date: 2014-11-20 07:16:23 Subject: [PATCH] Fix BoxPlotSeries documentation Added missing documentation for signals. Removed duplicates. Change-Id: I304321f73e89c71915083dd09ba21bd353329c28 Reviewed-by: Mika Salmela --- diff --git a/src/chartsqml2/declarativeboxplotseries.cpp b/src/chartsqml2/declarativeboxplotseries.cpp index a608014..8e40b97 100644 --- a/src/chartsqml2/declarativeboxplotseries.cpp +++ b/src/chartsqml2/declarativeboxplotseries.cpp @@ -181,6 +181,18 @@ QT_CHARTS_BEGIN_NAMESPACE Signal is emitted when there is change in hover \a status over \a boxset. */ /*! + \qmlsignal BoxPlotSeries::onPressed(BoxSet boxset) + This signal is emitted when the user presses the \a boxset on the chart. +*/ +/*! + \qmlsignal BoxPlotSeries::onReleased(BoxSet boxset) + This signal is emitted when the user releases the \a boxset on the chart. +*/ +/*! + \qmlsignal BoxPlotSeries::onDoubleClicked(BoxSet boxset) + This signal is emitted when the user doubleclicks the \a boxset on the chart. +*/ +/*! \qmlsignal BoxPlotSeries::onCountChanged(); Signal is emitted when there is change in count of box-and-whiskers items in the series. */ @@ -255,14 +267,6 @@ QT_CHARTS_BEGIN_NAMESPACE Signal is emitted when the brush for box-and-whiskers items has changed. */ /*! - \qmlsignal BoxPlotSeries::onClicked(BoxSet boxset) - Signal is emitted when the user clicks the \a boxset on the chart. -*/ -/*! - \qmlsignal BoxPlotSeries::onHovered(bool status, BoxSet boxset) - Signal is emitted when there is change in hover \a status over \a boxset. -*/ -/*! \qmlsignal BoxPlotSeries::onAxisXChanged(AbstractAxis axis) Signal is emitted when there is change in X axis. */