Numworks Epsilon  1.4.1
Graphing Calculator Operating System
root_graph_controller.h
Go to the documentation of this file.
1 #ifndef GRAPH_ROOT_GRAPH_CONTROLLER_H
2 #define GRAPH_ROOT_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 
16 }
17 
18 #endif
Responder * parentResponder() const
Definition: responder.cpp:12
Definition: app.cpp:9
RootGraphController(Responder *parentResponder, GraphView *graphView, BannerView *bannerView, Shared::InteractiveCurveViewRange *curveViewRange, Shared::CurveViewCursor *cursor)
const char * title() override
void start()
Definition: rt0.cpp:31