Numworks Epsilon  1.4.1
Graphing Calculator Operating System
curve_view_range.h
Go to the documentation of this file.
1 #ifndef SEQUENCE_CURVE_VIEW_RANGE_H
2 #define SEQUENCE_CURVE_VIEW_RANGE_H
3 
4 #include "../../shared/interactive_curve_view_range.h"
5 
6 namespace Sequence {
7 
9 public:
11  void roundAbscissa() override;
12  void normalize() override;
13  void setTrigonometric() override;
14  void setDefault() override;
15 private:
16  constexpr static float k_displayLeftMarginRatio = 0.05f;
17 };
18 
19 }
20 
21 #endif
CurveViewRange(Shared::CurveViewCursor *cursor, Shared::InteractiveCurveViewRangeDelegate *delegate=nullptr)
Definition: app.cpp:7
void setTrigonometric() override