mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[apps] Move float parameter controller from apps/graph to apps/ to be
used in apps/robability Change-Id: I00ab38bd35d2b3ad77d9aee3072422b9bd36fe01
This commit is contained in:
@@ -12,6 +12,11 @@ IntervalParameterController::IntervalParameterController(Responder * parentRespo
|
||||
{
|
||||
}
|
||||
|
||||
ExpressionTextFieldDelegate * IntervalParameterController::textFieldDelegate() {
|
||||
ExpressionTextFieldDelegate * myApp = (ExpressionTextFieldDelegate *)app();
|
||||
return myApp;
|
||||
}
|
||||
|
||||
const char * IntervalParameterController::title() const {
|
||||
return "Regler l'intervalle";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user