QIGUIGraphicalCutDialog.hh

00001 #ifndef _QIGUI_GRAPHICALCUTDIALOG__H_
00002 #define _QIGUI_GRAPHICALCUTDIALOG__H_
00003 
00004 
00005 #include <QDialog>
00006 #include <QString>
00007 #include "ui_GraphicalCutDialog.h"
00008 
00009 class QIGUIGraphicalCutDialog: public QDialog, public Ui::graphicalCutDialog
00010 {
00011   Q_OBJECT
00012 
00013   public:
00014     QIGUIGraphicalCutDialog (QWidget * parent=0);
00015     QIGUIGraphicalCutDialog (QString def, QWidget * parent=0);
00016     virtual ~QIGUIGraphicalCutDialog();
00017 
00018     void Init();
00019     void CreateSignals();
00020 
00021   public slots:
00022     void ReturnViewPulses();
00023     void ReturnSaveViewPulses();
00024     //void on_nameLineEdit_textChanged();
00025 
00026 
00027   private slots:
00028 
00029   private:
00030     QString fCutName;
00031     QString * fResultAddress;
00032 
00033   public: 
00034 
00035     static int kAccept;
00036     static int kReject;
00037     static int kViewPulses;
00038     static int kViewAndSave;
00039 
00040 
00041 };
00042 
00043 
00044 #endif

Generated on Tue Nov 16 10:49:59 2010 for CUORE Software by  doxygen 1.5.6