casa
$Rev:20696$
|
#include <SpecFitSettingsFixedTableCell.qo.h>
Public Member Functions | |
SpecFitSettingsFixedTableCell (QWidget *parent=0) | |
~SpecFitSettingsFixedTableCell () | |
QString | getFixedStr () const |
void | setFixedCenter (bool fixed) |
void | setFixedPeak (bool fixed) |
void | setFixedFwhm (bool fixed) |
bool | isCenterFixed () const |
bool | isFWHMFixed () const |
bool | isPeakFixed () const |
QSize | sizeHint () const |
void | clear () |
Private Attributes | |
Ui::SpecFitSettingsFixedTableCell | ui |
const QString | GAUSSIAN_ESTIMATE_FIXED_CENTER |
const QString | GAUSSIAN_ESTIMATE_FIXED_PEAK |
const QString | GAUSSIAN_ESTIMATE_FIXED_FWHM |
Definition at line 31 of file SpecFitSettingsFixedTableCell.qo.h.
SpecFitSettingsFixedTableCell::SpecFitSettingsFixedTableCell | ( | QWidget * | parent = 0 | ) |
void SpecFitSettingsFixedTableCell::clear | ( | ) |
QString SpecFitSettingsFixedTableCell::getFixedStr | ( | ) | const |
bool SpecFitSettingsFixedTableCell::isCenterFixed | ( | ) | const |
bool SpecFitSettingsFixedTableCell::isFWHMFixed | ( | ) | const |
bool SpecFitSettingsFixedTableCell::isPeakFixed | ( | ) | const |
void SpecFitSettingsFixedTableCell::setFixedCenter | ( | bool | fixed | ) |
void SpecFitSettingsFixedTableCell::setFixedFwhm | ( | bool | fixed | ) |
void SpecFitSettingsFixedTableCell::setFixedPeak | ( | bool | fixed | ) |
QSize SpecFitSettingsFixedTableCell::sizeHint | ( | ) | const |
const QString SpecFitSettingsFixedTableCell::GAUSSIAN_ESTIMATE_FIXED_CENTER [private] |
Definition at line 50 of file SpecFitSettingsFixedTableCell.qo.h.
const QString SpecFitSettingsFixedTableCell::GAUSSIAN_ESTIMATE_FIXED_FWHM [private] |
Definition at line 52 of file SpecFitSettingsFixedTableCell.qo.h.
const QString SpecFitSettingsFixedTableCell::GAUSSIAN_ESTIMATE_FIXED_PEAK [private] |
Definition at line 51 of file SpecFitSettingsFixedTableCell.qo.h.
Ui::SpecFitSettingsFixedTableCell SpecFitSettingsFixedTableCell::ui [private] |
Definition at line 49 of file SpecFitSettingsFixedTableCell.qo.h.