GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
QFitRangeCutWidget.h
Go to the documentation of this file.
1 // $Id$
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #ifndef QFITRANGECUTWIDGET_H
15 #define QFITRANGECUTWIDGET_H
16 
17 #include "QFitNamedWidget.h"
18 #include "ui_QFitRangeCutWidget.h"
19 
20 class TGo4FitComponent;
21 class TCutG;
22 
23 class QFitRangeCutWidget : public QFitNamedWidget, public Ui::QFitRangeCutWidget
24  {
25  Q_OBJECT
26 
27 public:
28  QFitRangeCutWidget(QWidget *parent = nullptr, const char *name = nullptr);
29  void FillSpecificData() override;
30 
31 public slots:
32  virtual TGo4FitComponent * GetComp();
33  virtual int GetCutIndex();
34  virtual TCutG * GetCut();
35  virtual void FillXYPointsTable();
36  virtual void NumPointsSpin_valueChanged(int);
37  virtual void ExcludeCutChk_toggled( bool );
38  virtual void XYTable_valueChanged( int, int );
39 };
40 
41 #endif
virtual TGo4FitComponent * GetComp()
virtual void FillXYPointsTable()
virtual void NumPointsSpin_valueChanged(int)
virtual TCutG * GetCut()
virtual void XYTable_valueChanged(int, int)
virtual void ExcludeCutChk_toggled(bool)
QFitRangeCutWidget(QWidget *parent=nullptr, const char *name=nullptr)
void FillSpecificData() override