@@ -181,6 +181,18 QT_CHARTS_BEGIN_NAMESPACE | |||||
181 | Signal is emitted when there is change in hover \a status over \a boxset. |
|
181 | Signal is emitted when there is change in hover \a status over \a boxset. | |
182 | */ |
|
182 | */ | |
183 | /*! |
|
183 | /*! | |
|
184 | \qmlsignal BoxPlotSeries::onPressed(BoxSet boxset) | |||
|
185 | This signal is emitted when the user presses the \a boxset on the chart. | |||
|
186 | */ | |||
|
187 | /*! | |||
|
188 | \qmlsignal BoxPlotSeries::onReleased(BoxSet boxset) | |||
|
189 | This signal is emitted when the user releases the \a boxset on the chart. | |||
|
190 | */ | |||
|
191 | /*! | |||
|
192 | \qmlsignal BoxPlotSeries::onDoubleClicked(BoxSet boxset) | |||
|
193 | This signal is emitted when the user doubleclicks the \a boxset on the chart. | |||
|
194 | */ | |||
|
195 | /*! | |||
184 | \qmlsignal BoxPlotSeries::onCountChanged(); |
|
196 | \qmlsignal BoxPlotSeries::onCountChanged(); | |
185 | Signal is emitted when there is change in count of box-and-whiskers items in the series. |
|
197 | Signal is emitted when there is change in count of box-and-whiskers items in the series. | |
186 | */ |
|
198 | */ | |
@@ -255,14 +267,6 QT_CHARTS_BEGIN_NAMESPACE | |||||
255 | Signal is emitted when the brush for box-and-whiskers items has changed. |
|
267 | Signal is emitted when the brush for box-and-whiskers items has changed. | |
256 | */ |
|
268 | */ | |
257 | /*! |
|
269 | /*! | |
258 | \qmlsignal BoxPlotSeries::onClicked(BoxSet boxset) |
|
|||
259 | Signal is emitted when the user clicks the \a boxset on the chart. |
|
|||
260 | */ |
|
|||
261 | /*! |
|
|||
262 | \qmlsignal BoxPlotSeries::onHovered(bool status, BoxSet boxset) |
|
|||
263 | Signal is emitted when there is change in hover \a status over \a boxset. |
|
|||
264 | */ |
|
|||
265 | /*! |
|
|||
266 | \qmlsignal BoxPlotSeries::onAxisXChanged(AbstractAxis axis) |
|
270 | \qmlsignal BoxPlotSeries::onAxisXChanged(AbstractAxis axis) | |
267 | Signal is emitted when there is change in X axis. |
|
271 | Signal is emitted when there is change in X axis. | |
268 | */ |
|
272 | */ |
General Comments 0
You need to be logged in to leave comments.
Login now