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