#include <QFitRangeCutWidget.h>
Public Slots | |
virtual TGo4FitComponent * | GetComp () |
virtual int | GetCutIndex () |
virtual TCutG * | GetCut () |
virtual void | FillSpecificData () |
virtual void | FillXYPointsTable () |
virtual void | NumPointsSpin_valueChanged (int) |
virtual void | ExcludeCutChk_toggled (bool) |
virtual void | XYTable_valueChanged (int, int) |
Public Member Functions | |
QFitRangeCutWidget (QWidget *parent=0, const char *name=0) |
Definition at line 25 of file QFitRangeCutWidget.h.
QFitRangeCutWidget::QFitRangeCutWidget | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Definition at line 20 of file QFitRangeCutWidget.cpp.
void QFitRangeCutWidget::ExcludeCutChk_toggled | ( | bool | chk | ) | [virtual, slot] |
Definition at line 86 of file QFitRangeCutWidget.cpp.
References QFitWidget::fbFillWidget, GetComp(), GetCutIndex(), and TGo4FitComponent::SetRangeCutExcluding().
void QFitRangeCutWidget::FillSpecificData | ( | ) | [virtual, slot] |
Reimplemented from QFitNamedWidget.
Definition at line 38 of file QFitRangeCutWidget.cpp.
References FillXYPointsTable(), GetComp(), GetCut(), GetCutIndex(), and TGo4FitComponent::IsRangeCutExcluding().
void QFitRangeCutWidget::FillXYPointsTable | ( | ) | [virtual, slot] |
Definition at line 49 of file QFitRangeCutWidget.cpp.
References GetCut().
Referenced by FillSpecificData(), and NumPointsSpin_valueChanged().
TGo4FitComponent * QFitRangeCutWidget::GetComp | ( | ) | [virtual, slot] |
Definition at line 26 of file QFitRangeCutWidget.cpp.
References QFitWidget::GetItem(), QFitItem::Object(), and QFitItem::Parent().
Referenced by ExcludeCutChk_toggled(), and FillSpecificData().
TCutG * QFitRangeCutWidget::GetCut | ( | ) | [virtual, slot] |
Definition at line 34 of file QFitRangeCutWidget.cpp.
References QFitWidget::GetObject().
Referenced by FillSpecificData(), FillXYPointsTable(), NumPointsSpin_valueChanged(), and XYTable_valueChanged().
int QFitRangeCutWidget::GetCutIndex | ( | ) | [virtual, slot] |
Definition at line 30 of file QFitRangeCutWidget.cpp.
References QFitWidget::GetItem(), and QFitItem::Tag().
Referenced by ExcludeCutChk_toggled(), and FillSpecificData().
void QFitRangeCutWidget::NumPointsSpin_valueChanged | ( | int | npoint | ) | [virtual, slot] |
Definition at line 65 of file QFitRangeCutWidget.cpp.
References QFitWidget::fbFillWidget, FillXYPointsTable(), and GetCut().
void QFitRangeCutWidget::XYTable_valueChanged | ( | int | nrow, | |
int | ncol | |||
) | [virtual, slot] |
Definition at line 93 of file QFitRangeCutWidget.cpp.
References QFitWidget::fbFillWidget, and GetCut().