summaryrefslogtreecommitdiffstats
path: root/src/charts/barchart/qbarset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/barchart/qbarset.cpp')
-rw-r--r--src/charts/barchart/qbarset.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/charts/barchart/qbarset.cpp b/src/charts/barchart/qbarset.cpp
index 0555b625..ba1fbf15 100644
--- a/src/charts/barchart/qbarset.cpp
+++ b/src/charts/barchart/qbarset.cpp
@@ -134,6 +134,27 @@ QT_CHARTS_BEGIN_NAMESPACE
*/
/*!
+ \fn void QBarSet::pressed(int index)
+
+ The signal is emitted if the user presses with a mouse on top of bar set.
+ Pressed bar inside set is indexed by \a index
+*/
+
+/*!
+ \fn void QBarSet::released(int index)
+
+ The signal is emitted if the user releases with a mouse on top of bar set.
+ Released bar inside set is indexed by \a index
+*/
+
+/*!
+ \fn void QBarSet::doubleClicked(int index)
+
+ The signal is emitted if the user doubleclicks with a mouse on top of bar set.
+ Doubleclicked bar inside set is indexed by \a index
+*/
+
+/*!
\fn void QBarSet::hovered(bool status, int index)
The signal is emitted if mouse is hovered on top of bar set.