mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/stats] Hide empty histogram cells
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <escher.h>
|
||||
#include "float_pair_store.h"
|
||||
#include "hideable_even_odd_editable_text_cell.h"
|
||||
#include "store_parameter_controller.h"
|
||||
#include "editable_cell_table_view_controller.h"
|
||||
|
||||
@@ -52,9 +53,11 @@ protected:
|
||||
virtual HighlightCell * titleCells(int index) = 0;
|
||||
char m_draftTextBuffer[TextField::maxBufferSize()];
|
||||
int seriesAtColumn(int column) const { return column / k_numberOfColumnsPerSeries; }
|
||||
EvenOddEditableTextCell * m_editableCells[k_maxNumberOfEditableCells];
|
||||
HideableEvenOddEditableTextCell * m_editableCells[k_maxNumberOfEditableCells];
|
||||
FloatPairStore * m_store;
|
||||
StoreParameterController m_storeParameterController;
|
||||
private:
|
||||
bool cellShouldBeTransparent(int i, int j);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user