00001 /***************************************************************************
00002 jezabelpanelslider.h
00003 -------------------
00004 begin : Sun Jun 23 2002
00005 copyright : (C) 2002 by Ken McMillan
00006 email : mcmillan@cadence.com
00007 ***************************************************************************/
00008
00009 /***************************************************************************
00010 * *
00011 * This program is free software; you can redistribute it and/or modify *
00012 * it under the terms of the GNU General Public License as published by *
00013 * the Free Software Foundation; either version 2 of the License, or *
00014 * (at your option) any later version. *
00015 * *
00016 ***************************************************************************/
00017
00018
00019 #ifndef JezabelPanelSpline_included
00020 #define JezabelPanelSpline_included
00021
00022 #include <qwidget.h>
00023 #include <qstring.h>
00024 #include "jezabelpanel.h"
00025 #include "jezabelspline.h"
00026
00027 class JezabelPanelSpline : public QWidget {
00028 Q_OBJECT
00029 public:
00030 JezabelPanelSpline(const char *name, spline_ctl *_param, float _xmin, float _xmax, float _ymin, float _ymax,
00031 QWidget *parent = 0);
00032 ~JezabelPanelSpline();
00033 public:
00034 void pointsChanged(QString);
00035 protected slots:
00036 void slotSplineChanged(QString);
00037 signals:
00038 void splineChanged(QString);
00039 private:
00040 struct JezabelPanelSplineData *me;
00041 };
00042
00043 #endif
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001