[escher] Generelize header view controller to button row controller and

use it to add two buttons: "tracer" "afficher valeurs"

Change-Id: I8ee9afec9e381de367133e6b3f5ceb738b9790ab
This commit is contained in:
Émilie Feral
2017-03-01 16:02:27 +01:00
committed by Romain Goyet
parent a126a9ad0b
commit b36e5dc67c
54 changed files with 460 additions and 354 deletions

View File

@@ -12,7 +12,7 @@ namespace Shared {
class FunctionGraphController : public InteractiveCurveViewController, public InteractiveCurveViewRangeDelegate {
public:
FunctionGraphController(Responder * parentResponder, HeaderViewController * header, InteractiveCurveViewRange * interactiveRange, CurveView * curveView);
FunctionGraphController(Responder * parentResponder, ButtonRowController * header, InteractiveCurveViewRange * interactiveRange, CurveView * curveView);
bool isEmpty() const override;
ViewController * initialisationParameterController() override;
void viewWillAppear() override;