From 7ba1feb416a47b0266615de08b69e1733e18e3a5 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 12 Jan 2008 22:43:00 +0100 Subject: add CurveEditor class --- src/CurveEditor.H | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/CurveEditor.H (limited to 'src/CurveEditor.H') diff --git a/src/CurveEditor.H b/src/CurveEditor.H new file mode 100644 index 0000000..4e58e6e --- /dev/null +++ b/src/CurveEditor.H @@ -0,0 +1,20 @@ +// +// Copyright 2008 Johannes Hofmann +// +// This software may be used and distributed according to the terms +// of the GNU General Public License, incorporated herein by reference. + +#ifndef CurveEditor_H +#define CurveEditor_H + +#include + +class CurveEditor : public Fl_Widget { + private: + + public: + CurveEditor(int _x, int _y, int _w, int _h); + +}; + +#endif -- cgit v1.2.3