summaryrefslogtreecommitdiffstats
path: root/src/charts/boxplotchart/qboxset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/boxplotchart/qboxset.cpp')
-rw-r--r--src/charts/boxplotchart/qboxset.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/charts/boxplotchart/qboxset.cpp b/src/charts/boxplotchart/qboxset.cpp
index 007dd3c6..c5423234 100644
--- a/src/charts/boxplotchart/qboxset.cpp
+++ b/src/charts/boxplotchart/qboxset.cpp
@@ -66,6 +66,22 @@ QT_CHARTS_BEGIN_NAMESPACE
\fn void QBoxSet::clicked()
The signal is emitted if the user clicks with a mouse on top of box-and-whisker item.
*/
+
+/*!
+ \fn void QBoxSet::pressed()
+ The signal is emitted if the user presses with a mouse on top of box-and-whisker item.
+*/
+
+/*!
+ \fn void QBoxSet::released()
+ The signal is emitted if the user releases with a mouse on top of box-and-whisker item.
+*/
+
+/*!
+ \fn void QBoxSet::doubleClicked()
+ The signal is emitted if the user doubleclicks with a mouse on top of box-and-whisker item.
+*/
+
/*!
\fn void QBoxSet::hovered(bool status)