subsurface/stats
Dirk Hohndel e610fb2481 statistics: add count property to chart list
In order to be able to correctly size the chart type popup, we'll need
access to the total count or rows as a property that signals changes to
QML.

The hack to use rowCount() as the READ function requires that rowCount()
can be called without argument, therefore the addition of a default
parent.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2021-01-13 11:39:36 -08:00
..
barseries.cpp build-system: compile stats code on mobile OSs 2021-01-10 15:16:52 -08:00
barseries.h statistics: convert chart to QQuickItem 2021-01-10 15:16:52 -08:00
boxseries.cpp build-system: compile stats code on mobile OSs 2021-01-10 15:16:52 -08:00
boxseries.h statistics: convert chart to QQuickItem 2021-01-10 15:16:52 -08: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: paint custom grid 2021-01-06 12:31:22 -08:00
informationbox.cpp build-system: compile stats code on mobile OSs 2021-01-10 15:16:52 -08:00
informationbox.h statistics: convert chart to QQuickItem 2021-01-10 15:16:52 -08:00
legend.cpp statistics: convert chart to QQuickItem 2021-01-10 15:16:52 -08:00
legend.h statistics: convert chart to QQuickItem 2021-01-10 15:16:52 -08:00
pieseries.cpp build-system: compile stats code on mobile OSs 2021-01-10 15:16:52 -08:00
pieseries.h statistics: convert chart to QQuickItem 2021-01-10 15:16:52 -08:00
scatterseries.cpp build-system: compile stats code on mobile OSs 2021-01-10 15:16:52 -08:00
scatterseries.h statistics: convert chart to QQuickItem 2021-01-10 15:16:52 -08: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 statistics: add color-related functions 2021-01-01 21:10:10 +01:00
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
statsseries.cpp statistics: convert chart to QQuickItem 2021-01-10 15:16:52 -08:00
statsseries.h statistics: convert chart to QQuickItem 2021-01-10 15:16:52 -08: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 statistics: add statistic variables 2021-01-01 21:10:10 +01:00
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: consider overhang of horizontal axes 2021-01-11 12:59:17 +01:00
statsview.h statistics: convert chart to QQuickItem 2021-01-10 15:16:52 -08:00
zvalues.h statistics: paint custom grid 2021-01-06 12:31:22 -08:00