diff options
Diffstat (limited to 'src/CurveEditor.H')
| -rw-r--r-- | src/CurveEditor.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CurveEditor.H b/src/CurveEditor.H index 333bd45..c7f4691 100644 --- a/src/CurveEditor.H +++ b/src/CurveEditor.H @@ -22,7 +22,9 @@ class CurveEditor : public Fl_Widget { public: CurveEditor(int _x, int _y, int _w, int _h); - void set(int i, double _x, double _y); + void add_point(double _x, double _y); + void init(); + void set_point(int i, double _x, double _y); void draw(); int handle(int e); }; |
