Numworks Epsilon  1.4.1
Graphing Calculator Operating System
integral_graph_controller.h
Go to the documentation of this file.
1 #ifndef GRAPH_INTEGRAL_GRAPH_CONTROLLER_H
2 #define GRAPH_INTEGRAL_GRAPH_CONTROLLER_H
3 
4 #include <escher.h>
5 #include "graph_view.h"
6 #include "../../shared/sum_graph_controller.h"
7 
8 namespace Graph {
9 
11 public:
13  const char * title() override;
14 private:
15  I18n::Message legendMessageAtStep(Step step) override;
16  double cursorNextStep(double position, int direction) override;
17  Poincare::ExpressionLayout * createFunctionLayout(const char * functionName) override;
18 };
19 
20 }
21 
22 #endif
IntegralGraphController(Responder *parentResponder, GraphView *graphView, Shared::InteractiveCurveViewRange *graphRange, Shared::CurveViewCursor *cursor)
Responder * parentResponder() const
Definition: responder.cpp:12
Definition: app.cpp:9