[apps] Shared::ValuesParameterController gets the IntervalParameterController through FunctionApp

This commit is contained in:
Ruben Dashyan
2019-08-30 17:21:26 +02:00
parent 633420193c
commit 634e812806
9 changed files with 21 additions and 13 deletions

View File

@@ -5,6 +5,7 @@
#include "function_store.h"
#include "curve_view_cursor.h"
#include "interval.h"
#include "values_controller.h"
namespace Shared {
@@ -36,6 +37,7 @@ public:
}
virtual ~FunctionApp() = default;
virtual FunctionStore * functionStore() { return static_cast<FunctionApp::Snapshot *>(snapshot())->functionStore(); }
virtual ValuesController * valuesController() = 0;
virtual InputViewController * inputViewController() = 0;
void willBecomeInactive() override;