mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/sequence] Specialize sequence go to parameter controller to round
the given abscissa and forbid negative values Change-Id: Iaae39e575c0e2de4993a558e234717a839905872
This commit is contained in:
@@ -11,10 +11,11 @@ public:
|
||||
FunctionGoToParameterController(Responder * parentResponder, InteractiveCurveViewRange * graphRange, CurveViewCursor * cursor, I18n::Message symbol);
|
||||
const char * title() override;
|
||||
void setFunction(Function * function);
|
||||
private:
|
||||
float parameterAtIndex(int index) override;
|
||||
protected:
|
||||
bool setParameterAtIndex(int parameterIndex, float f) override;
|
||||
Function * m_function;
|
||||
private:
|
||||
float parameterAtIndex(int index) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user