summaryrefslogtreecommitdiffstats
path: root/stats/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2021-01-01 21:54:35 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-02 11:04:03 -0800
commit907e6ff05d35278303bc72ba5d93614da6ca0ab7 (patch)
tree3e8a36b10658c557bc2a88a9b1689ca15b374385 /stats/CMakeLists.txt
parent31da03770164db83787fcb63c2d3a033c4c48417 (diff)
downloadsubsurface-907e6ff05d35278303bc72ba5d93614da6ca0ab7.tar.gz
statistics: add series interface class
Add a interface class for the chart series used by the statistics module. Abstract virtual functions are declared for replotting and selecting items. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'stats/CMakeLists.txt')
-rw-r--r--stats/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/stats/CMakeLists.txt b/stats/CMakeLists.txt
index c8ab86997..bf11d06fd 100644
--- a/stats/CMakeLists.txt
+++ b/stats/CMakeLists.txt
@@ -11,6 +11,8 @@ set(SUBSURFACE_STATS_SRCS
statsaxis.cpp
statscolors.h
statscolors.cpp
+ statsseries.h
+ statsseries.cpp
statsvariables.h
statsvariables.cpp
zvalues.h