GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
QFitModelGauss1Widget.cpp
Go to the documentation of this file.
1 // $Id: QFitModelGauss1Widget.cpp 490 2009-11-04 12:30:14Z linev $
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 für 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 #include "QFitModelGauss1Widget.h"
15 
16 #include "TGo4FitModelGauss1.h"
17 
18 
19 QFitModelGauss1Widget::QFitModelGauss1Widget(QWidget *parent, const char* name)
20  : QFitModelWidget(parent, name)
21 {
22  setupUi(this);
23 }
24 
26 {
27  return dynamic_cast<TGo4FitModelGauss1*> (GetObject());
28 }
29 
31 {
33  if (GetGauss1())
34  AxisNumSpin->setValue(GetGauss1()->GetNumAxis());
35 }
36 
37 
39 {
40  if(!fbFillWidget && GetGauss1())
41  GetGauss1()->SetNumAxis(num);
42 }
QFitModelGauss1Widget(QWidget *parent=0, const char *name=0)
bool fbFillWidget
Definition: QFitWidget.h:64
virtual void AxisNumSpin_valueChanged(int)
void SetNumAxis(Int_t n)
virtual TObject * GetObject()
Definition: QFitWidget.cpp:53
virtual void FillSpecificData()
virtual TGo4FitModelGauss1 * GetGauss1()