Numworks Epsilon  1.4.1
Graphing Calculator Operating System
go_to_parameter_controller.h
Go to the documentation of this file.
1 #ifndef SEQUENCE_GO_TO_PARAMETER_CONTROLLER_H
2 #define SEQUENCE_GO_TO_PARAMETER_CONTROLLER_H
3 
4 #include "../../shared/function_go_to_parameter_controller.h"
5 
6 namespace Sequence {
7 
9 public:
11 private:
12  bool setParameterAtIndex(int parameterIndex, double f) override;
13 };
14 
15 }
16 
17 #endif
18 
Definition: app.cpp:7
FunctionGoToParameterController(Responder *parentResponder, InteractiveCurveViewRange *graphRange, CurveViewCursor *cursor, I18n::Message symbol)