Numworks Epsilon  1.4.1
Graphing Calculator Operating System
extremum_graph_controller.h
Go to the documentation of this file.
1 #ifndef GRAPH_EXTREMUM_GRAPH_CONTROLLER_H
2 #define GRAPH_EXTREMUM_GRAPH_CONTROLLER_H
3 
5 
6 namespace Graph {
7 
9 public:
11  const char * title() override;
12 private:
13  CartesianFunction::Point computeNewPointOfInterest(double start, double step, double max, Poincare::Context * context) override;
14 };
15 
17 public:
19  const char * title() override;
20 private:
21  CartesianFunction::Point computeNewPointOfInterest(double start, double step, double max, Poincare::Context * context) override;
22 };
23 
24 }
25 
26 #endif
MaximumGraphController(Responder *parentResponder, GraphView *graphView, BannerView *bannerView, Shared::InteractiveCurveViewRange *curveViewRange, Shared::CurveViewCursor *cursor)
MinimumGraphController(Responder *parentResponder, GraphView *graphView, BannerView *bannerView, Shared::InteractiveCurveViewRange *curveViewRange, Shared::CurveViewCursor *cursor)
Responder * parentResponder() const
Definition: responder.cpp:12
Definition: app.cpp:9
void start()
Definition: rt0.cpp:31