[apps/graph/values_controller] Split table into three pieces

This commit is contained in:
Ruben Dashyan
2019-09-03 15:02:24 +02:00
parent 340977e66a
commit 7ff8fdf44f
4 changed files with 43 additions and 13 deletions

View File

@@ -60,7 +60,7 @@ private:
return Interval::k_maxNumberOfElements;
};
virtual double evaluationOfAbscissaAtColumn(double abscissa, int columnIndex);
constexpr static int k_maxNumberOfAbscissaCells = 10;
constexpr static int k_maxNumberOfAbscissaCells = 30;
virtual int maxNumberOfCells() = 0;
virtual int maxNumberOfFunctions() = 0;
SelectableTableView m_selectableTableView;
@@ -76,4 +76,3 @@ private:
}
#endif