subsurface/stats
Berthold Stoeger e1c0cace95 statistics: add notion of Z-value to chart items
The chart items were drawn in order of creation. To control this,
add a notion of Z-value. In contrast to QGraphicsScene, make
this a small integer value.

To controll order of drawing, a plain QSGNode is created for
every possible Z-Value and items are added to these nodes.
Thus, items are rendered by Z-value and if the Z-value is equal
by order of creation.

Likewise split the list of chart-items into Z-values, so that
items can be quickly unregistered: The items that will be
removed individually will usuall be part of Z-levels with only
few items (e.g. legend, infobox). Z-levels with many items
(notably the series) will always be fully rebuilt.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2021-01-20 08:47:18 +01:00
..
barseries.cpp statistics: turn infobox into a QSGNode 2021-01-20 08:47:18 +01:00
barseries.h statistics: pass view to series 2021-01-20 08:47:18 +01:00
boxseries.cpp statistics: turn infobox into a QSGNode 2021-01-20 08:47:18 +01:00
boxseries.h statistics: pass view to series 2021-01-20 08:47:18 +01:00
chartitem.cpp statistics: add notion of Z-value to chart items 2021-01-20 08:47:18 +01:00
chartitem.h statistics: add notion of Z-value to chart items 2021-01-20 08:47:18 +01:00
chartlistmodel.cpp statistics: add count property to chart list 2021-01-13 11:39:36 -08:00
chartlistmodel.h statistics: add count property to chart list 2021-01-13 11:39:36 -08:00
CMakeLists.txt statistics: draw legend as a QSGNode 2021-01-20 08:47:18 +01:00
informationbox.cpp statistics: add notion of Z-value to chart items 2021-01-20 08:47:18 +01:00
informationbox.h statistics: turn infobox into a QSGNode 2021-01-20 08:47:18 +01:00
legend.cpp statistics: add notion of Z-value to chart items 2021-01-20 08:47:18 +01:00
legend.h statistics: implement moving of legend 2021-01-20 08:47:18 +01:00
pieseries.cpp statistics: turn infobox into a QSGNode 2021-01-20 08:47:18 +01:00
pieseries.h statistics: pass view to series 2021-01-20 08:47:18 +01:00
scatterseries.cpp statistics: turn infobox into a QSGNode 2021-01-20 08:47:18 +01:00
scatterseries.h statistics: pass view to series 2021-01-20 08:47:18 +01:00
statsaxis.cpp statistics: print ellipsis in case of too little space 2021-01-11 13:29:15 +01:00
statsaxis.h statistics: consider overhang of horizontal axes 2021-01-11 12:59:17 +01:00
statscolors.cpp
statscolors.h statistics: convert chart to QQuickItem 2021-01-10 15:16:52 -08:00
statsgrid.cpp build-system: compile stats code on mobile OSs 2021-01-10 15:16:52 -08:00
statsgrid.h statistics: convert chart to QQuickItem 2021-01-10 15:16:52 -08:00
statshelper.h statistics: convert chart to QQuickItem 2021-01-10 15:16:52 -08:00
statsicons.qrc mobile/statistics: make icons available in mobile app 2021-01-19 12:35:29 -08:00
statsseries.cpp statistics: pass view to series 2021-01-20 08:47:18 +01:00
statsseries.h statistics: pass view to series 2021-01-20 08:47:18 +01:00
statsstate.cpp statistics: don't reset binner if binner is set 2021-01-03 15:41:36 -08:00
statsstate.h statistics: reverse chart selection logic 2021-01-03 13:41:15 -08:00
statstranslations.h
statsvariables.cpp statistics: split people binner 2021-01-10 15:56:40 -08:00
statsvariables.h statistics: add count to box and whisker plots 2021-01-10 14:45:12 -08:00
statsview.cpp statistics: add notion of Z-value to chart items 2021-01-20 08:47:18 +01:00
statsview.h statistics: add notion of Z-value to chart items 2021-01-20 08:47:18 +01:00
zvalues.h statistics: add notion of Z-value to chart items 2021-01-20 08:47:18 +01:00