1 #ifndef REGRESSION_GO_TO_PARAMETER_CONTROLLER_H 2 #define REGRESSION_GO_TO_PARAMETER_CONTROLLER_H 5 #include "../shared/go_to_parameter_controller.h" 10 class GraphController;
16 const char *
title()
override;
19 double parameterAtIndex(
int index)
override;
20 bool setParameterAtIndex(
int parameterIndex,
double f)
override;
void setXPrediction(bool xPrediction)
const char * title() override
Responder * parentResponder() const
void willDisplayCellForIndex(HighlightCell *cell, int index) override
GoToParameterController(Responder *parentResponder, Store *store, Shared::CurveViewCursor *cursor, GraphController *graphController)