1 #ifndef GRAPH_CALCULATION_PARAMETER_CONTROLLER_H 2 #define GRAPH_CALCULATION_PARAMETER_CONTROLLER_H 5 #include "../cartesian_function.h" 13 #include "../../i18n.h" 21 const char *
title()
override;
31 constexpr
static int k_totalNumberOfCells = 6;
int reusableCellCount() override
Responder * parentResponder() const
HighlightCell * reusableCell(int index) override
const char * title() override
KDCoordinate cellHeight() override
bool handleEvent(Ion::Events::Event event) override
int numberOfRows() override
CalculationParameterController(Responder *parentResponder, GraphView *graphView, BannerView *bannerView, Shared::InteractiveCurveViewRange *range, Shared::CurveViewCursor *cursor, CartesianFunctionStore *functionStore)
void didBecomeFirstResponder() override
void setFunction(CartesianFunction *function)
void willDisplayCellForIndex(HighlightCell *cell, int index) override