A class to provide a window with 2DSA analysis controls.
More...
#include "us_analysis_control_pc.h"
|
| US_AnalysisControlPc (QList< US_SolveSim::DataSet * > &, QWidget *p=0) |
| US_AnalysisControlPc constructor. More...
|
|
void | close (void) |
| Public function to close an analysis control window. More...
|
|
| US_WidgetsDialog (QWidget *, Qt::WindowFlags) |
|
QLabel * | us_label (const QString &, int=0, int=QFont::Bold) |
|
QLabel * | us_textlabel (const QString &, int=-1, int=QFont::Bold) |
|
QLabel * | us_banner (const QString &, int=0, int=QFont::Bold) |
|
QPushButton * | us_pushbutton (const QString &, bool=true, int=0) |
|
QTextEdit * | us_textedit (void) |
|
QLineEdit * | us_lineedit (const QString &=0, int=0, bool=false) |
|
void | us_setReadOnly (QLineEdit *, bool=true) |
|
void | us_setReadOnly (QTextEdit *, bool=true) |
|
QListWidget * | us_listwidget (int=0) |
|
QGridLayout * | us_checkbox (const QString &, QCheckBox *&, bool=false) |
|
QGridLayout * | us_radiobutton (const QString &text, QRadioButton *&rb, bool state=false) |
|
QProgressBar * | us_progressBar (int, int, int=0) |
|
QComboBox * | us_comboBox (void) |
|
QLCDNumber * | us_lcd (int, int=0) |
|
QwtCounter * | us_counter (int, double, double, double=0.0) |
|
QwtPlot * | us_plot (const QString &, const QString &=QString(), const QString &=QString()) |
|
QwtPlotGrid * | us_grid (QwtPlot *) |
|
QwtPlotCurve * | us_curve (QwtPlot *, const QString &) |
|
QwtPlotPicker * | us_picker (QwtPlot *) |
|
QTabWidget * | us_tabwidget (int=0, int=QFont::Bold) |
|
|
US_Global | g |
| Connect to global memory and make the values accessible. More...
|
|
QPalette | vlgray |
| Very light gray palette for read-only line edits. More...
|
|
A class to provide a window with 2DSA analysis controls.
Definition at line 16 of file us_analysis_control_pc.h.
US_AnalysisControlPc::US_AnalysisControlPc |
( |
QList< US_SolveSim::DataSet * > & |
dsets, |
|
|
QWidget * |
p = 0 |
|
) |
| |
void US_AnalysisControlPc::adjust_xyz |
( |
const int |
chg_ndx = 0 | ) |
|
|
privateslot |
void US_AnalysisControlPc::advanced |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::close |
( |
void |
| ) |
|
void US_AnalysisControlPc::close_all |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::closed |
( |
QObject * |
o | ) |
|
|
privateslot |
void US_AnalysisControlPc::completed_process |
( |
int |
stage | ) |
|
|
slot |
void US_AnalysisControlPc::compute |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::final_only |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::fit_final |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::fitpars_connect |
( |
bool |
reconn | ) |
|
|
privateslot |
QString US_AnalysisControlPc::fitpars_string |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::help |
( |
void |
| ) |
|
|
inlineprivateslot |
int US_AnalysisControlPc::memory_check |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::optimize_options |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::plot |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::plot_lines |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::progress_message |
( |
QString |
pmsg, |
|
|
bool |
append = true |
|
) |
| |
|
slot |
void US_AnalysisControlPc::recompute_mrec |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::reset_steps |
( |
int |
kcs, |
|
|
int |
nct |
|
) |
| |
|
slot |
void US_AnalysisControlPc::reso_change |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::save |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::scan_alpha |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::select_x_axis |
( |
int |
ival | ) |
|
|
privateslot |
void US_AnalysisControlPc::select_y_axis |
( |
int |
ival | ) |
|
|
privateslot |
void US_AnalysisControlPc::set_alpha |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::set_solute_type |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::start |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::stop_fit |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::type_change |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::uncheck_optimize |
( |
int |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::update_progress |
( |
double |
variance | ) |
|
|
slot |
void US_AnalysisControlPc::xlim_change |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::ylim_change |
( |
void |
| ) |
|
|
privateslot |
void US_AnalysisControlPc::ztype_change |
( |
int |
newx | ) |
|
|
privateslot |
int US_AnalysisControlPc::attr_x |
|
private |
int US_AnalysisControlPc::attr_y |
|
private |
int US_AnalysisControlPc::attr_z |
|
private |
QProgressBar* US_AnalysisControlPc::b_progress |
|
protected |
QButtonGroup* US_AnalysisControlPc::bg_x_axis |
|
private |
QButtonGroup* US_AnalysisControlPc::bg_y_axis |
|
private |
int US_AnalysisControlPc::bmndx |
|
private |
QComboBox* US_AnalysisControlPc::cb_curvtype |
|
private |
QComboBox* US_AnalysisControlPc::cb_z_type |
|
private |
QCheckBox* US_AnalysisControlPc::ck_fxalpha |
|
private |
QCheckBox* US_AnalysisControlPc::ck_lmalpha |
|
private |
QCheckBox* US_AnalysisControlPc::ck_rinoise |
|
private |
QCheckBox* US_AnalysisControlPc::ck_tinoise |
|
private |
QGridLayout* US_AnalysisControlPc::controlsLayout |
|
private |
QwtCounter* US_AnalysisControlPc::ct_cresolu |
|
private |
QwtCounter* US_AnalysisControlPc::ct_gfiters |
|
private |
QwtCounter* US_AnalysisControlPc::ct_gfthresh |
|
private |
QwtCounter* US_AnalysisControlPc::ct_lmmxcall |
|
private |
QwtCounter* US_AnalysisControlPc::ct_lolimitx |
|
private |
QwtCounter* US_AnalysisControlPc::ct_lolimity |
|
private |
QwtCounter* US_AnalysisControlPc::ct_thrdcnt |
|
private |
QwtCounter* US_AnalysisControlPc::ct_tralpha |
|
private |
QwtCounter* US_AnalysisControlPc::ct_uplimitx |
|
private |
QwtCounter* US_AnalysisControlPc::ct_uplimity |
|
private |
QwtCounter* US_AnalysisControlPc::ct_varcount |
|
private |
int US_AnalysisControlPc::ctype |
|
private |
QVector< int > US_AnalysisControlPc::ctypes |
|
private |
int US_AnalysisControlPc::ctypex |
|
private |
int US_AnalysisControlPc::dbg_level |
|
private |
QString US_AnalysisControlPc::fitpars |
|
private |
int US_AnalysisControlPc::grtype |
|
private |
QLineEdit* US_AnalysisControlPc::le_minrmsd |
|
private |
QLineEdit* US_AnalysisControlPc::le_minvari |
|
private |
QLineEdit* US_AnalysisControlPc::le_z_func |
|
private |
QWidget* US_AnalysisControlPc::main_widg |
|
private |
QHBoxLayout* US_AnalysisControlPc::mainLayout |
|
private |
int* US_AnalysisControlPc::mw_baserss |
|
private |
QStringList* US_AnalysisControlPc::mw_modstats |
|
private |
QPointer< QTextEdit > US_AnalysisControlPc::mw_stattext |
|
private |
int US_AnalysisControlPc::ncsteps |
|
private |
int US_AnalysisControlPc::nctotal |
|
private |
bool US_AnalysisControlPc::need_final |
|
private |
bool US_AnalysisControlPc::need_fit |
|
private |
int US_AnalysisControlPc::nlmodl |
|
private |
int US_AnalysisControlPc::nlpts |
|
private |
int US_AnalysisControlPc::nypts |
|
private |
QGridLayout* US_AnalysisControlPc::optimizeLayout |
|
private |
QWidget* US_AnalysisControlPc::parentw |
|
private |
QPushButton* US_AnalysisControlPc::pb_advanaly |
|
private |
QPushButton* US_AnalysisControlPc::pb_close |
|
private |
QPushButton* US_AnalysisControlPc::pb_finalmdl |
|
private |
QPushButton* US_AnalysisControlPc::pb_help |
|
private |
QPushButton* US_AnalysisControlPc::pb_plot |
|
private |
QPushButton* US_AnalysisControlPc::pb_pltlines |
|
private |
QPushButton* US_AnalysisControlPc::pb_save |
|
private |
QPushButton* US_AnalysisControlPc::pb_scanregp |
|
private |
QPushButton* US_AnalysisControlPc::pb_startfit |
|
private |
QPushButton* US_AnalysisControlPc::pb_stopfit |
|
private |
QRadioButton* US_AnalysisControlPc::rb_x_D |
|
private |
QRadioButton* US_AnalysisControlPc::rb_x_ff0 |
|
private |
QRadioButton* US_AnalysisControlPc::rb_x_mw |
|
private |
QRadioButton* US_AnalysisControlPc::rb_x_s |
|
private |
QRadioButton* US_AnalysisControlPc::rb_x_vbar |
|
private |
QRadioButton* US_AnalysisControlPc::rb_y_D |
|
private |
QRadioButton* US_AnalysisControlPc::rb_y_ff0 |
|
private |
QRadioButton* US_AnalysisControlPc::rb_y_mw |
|
private |
QRadioButton* US_AnalysisControlPc::rb_y_s |
|
private |
QRadioButton* US_AnalysisControlPc::rb_y_vbar |
|
private |
bool US_AnalysisControlPc::resume |
|
private |
US_Noise* US_AnalysisControlPc::ri_noise |
|
private |
US_Help US_AnalysisControlPc::showHelp |
|
protected |
int US_AnalysisControlPc::sol_type |
|
private |
QTextEdit* US_AnalysisControlPc::te_status |
|
private |
US_Noise* US_AnalysisControlPc::ti_noise |
|
private |
QString US_AnalysisControlPc::type_x |
|
private |
QString US_AnalysisControlPc::type_y |
|
private |
QString US_AnalysisControlPc::type_z |
|
private |
double US_AnalysisControlPc::varimin |
|
private |
double US_AnalysisControlPc::xmax |
|
private |
double US_AnalysisControlPc::xmin |
|
private |
double US_AnalysisControlPc::yinc |
|
private |
double US_AnalysisControlPc::ymax |
|
private |
double US_AnalysisControlPc::ymin |
|
private |
QString US_AnalysisControlPc::z_func |
|
private |
The documentation for this class was generated from the following files: