3 #include "../apps_container.h" 17 m_graphController(graphController)
22 m_xPrediction = xPrediction;
32 double GoToParameterController::parameterAtIndex(
int index) {
40 bool GoToParameterController::setParameterAtIndex(
int parameterIndex,
double f) {
41 assert(parameterIndex == 0);
84 FloatParameterController::willDisplayCellForIndex(cell, index);
void setXPrediction(bool xPrediction)
const char * title() override
void willDisplayCellForIndex(HighlightCell *cell, int index) override
CurveViewCursor * m_cursor
enum Message uint16_t enum Language uint16_t const char * translate(Message m, Language l=(Language) 0)
void displayWarning(I18n::Message warningMessage)
static constexpr double k_maxDisplayableFloat
InteractiveCurveViewRange * m_graphRange
void moveTo(double x, double y)
double xValueForYValue(double y)
void setMessage(I18n::Message message)
double yValueForXValue(double x)
void centerAxisAround(Axis axis, float position)
int numberOfRows() override
void selectRegressionCurve()
GoToParameterController(Responder *parentResponder, InteractiveCurveViewRange *graphRange, CurveViewCursor *cursor, I18n::Message symbol)