1 #ifndef GRAPH_LIST_CONTROLLER_H 2 #define GRAPH_LIST_CONTROLLER_H 5 #include "../function_title_cell.h" 6 #include "../../shared/function_expression_cell.h" 7 #include "../cartesian_function_store.h" 8 #include "../../shared/new_function_cell.h" 9 #include "../../shared/list_controller.h" 10 #include "../../shared/list_parameter_controller.h" 17 const char *
title()
override;
23 int maxNumberOfRows()
override;
26 void willDisplayTitleCellAtIndex(
HighlightCell * cell,
int j)
override;
27 void willDisplayExpressionCellAtIndex(
HighlightCell * cell,
int j)
override;
29 View * loadView()
override;
30 void unloadView(
View *
view)
override;
31 constexpr
static int k_maxNumberOfRows = 5;
Responder * parentResponder() const
KDCoordinate rowHeight(int j) override
int numberOfRows() override
ListController(Responder *parentResponder, CartesianFunctionStore *functionStore, ButtonRowController *header, ButtonRowController *footer)
const char * title() override