00001 /* 00002 00003 Copyright 2001 Kenneth L. McMillan 00004 00005 This software is made available under the terms of the GNU General 00006 public license (GPL), version 2, or any later version published by 00007 the Free Software Foundation, at your option. You chould have 00008 received a copy of this license along with the software. If not, 00009 please contact the Free Software Foundation, Inc. 59 Temple Place, 00010 Suite 330, Boston, MA 02111-1307 USA. 00011 00012 Reproduction, modification or other use of this software except 00013 under the terms of the GPL is prohibited. 00014 00015 00016 */ 00017 00018 #ifndef JezabelCurve_INCLUDED 00019 #define JezabelCurve_INCLUDED 00020 00021 #include <jezabelwidget.h> 00022 #include <jezabelpanel.h> 00029 class JezabelCurve : public JezabelWidget { 00030 00031 Q_OBJECT 00032 00033 public: 00034 JezabelCurve(const char *name, QWidget *parent = 0); 00035 ~JezabelCurve(); 00036 virtual JezabelTool *getTool(); 00037 private: 00038 struct spline_ctl *ctl; 00039 }; 00040 00041 #endif
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001