A class to provide a window for advanced analysis controls.
More...
#include "us_adv_analysis_pc.h"
|
| | US_AdvAnalysisPc (QVector< US_ModelRecord > *, const int, US_SolveSim::DataSet *, QWidget *p=0) |
| | US_AdvAnalysisPc constructor. More...
|
| |
| int | advanced_results (QVector< US_ModelRecord > *) |
| | Return flag of advanced analysis state and possibly MC models. 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 for advanced analysis controls.
Definition at line 19 of file us_adv_analysis_pc.h.
US_AdvAnalysisPc constructor.
- Parameters
-
| p_mrs | Pointer to model records vector |
| nth | Number of threads to use |
| ds0 | Pointer to first dataset record |
| p | Pointer to the parent of this widget |
Definition at line 11 of file us_adv_analysis_pc.cpp.
| int US_AdvAnalysisPc::advanced_results |
( |
QVector< US_ModelRecord > * |
p_mrecsmc | ) |
|
Return flag of advanced analysis state and possibly MC models.
- Parameters
-
| p_mrecsmc | Pointer for return of MC model records if appropo |
- Returns
- Flag with or'd state (1=new-bfm, 2=new-mrs, 4=mc)
Definition at line 287 of file us_adv_analysis_pc.cpp.
| void US_AdvAnalysisPc::apply_gaussians |
( |
void |
| ) |
|
|
privateslot |
| bool US_AdvAnalysisPc::bfm_incompat |
( |
const QString |
fname | ) |
|
|
privateslot |
| void US_AdvAnalysisPc::bfm_model |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysisPc::build_bfm |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysisPc::cancel |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysisPc::curvtypeChanged |
( |
int |
ivalue | ) |
|
|
privateslot |
| void US_AdvAnalysisPc::help |
( |
void |
| ) |
|
|
inlineprivateslot |
| void US_AdvAnalysisPc::load_bfm |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysisPc::load_mrecs |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysisPc::mciterChanged |
( |
double |
value | ) |
|
|
privateslot |
| void US_AdvAnalysisPc::montecarlo_done |
( |
void |
| ) |
|
|
privateslot |
| bool US_AdvAnalysisPc::mrecs_required |
( |
const QString |
oper | ) |
|
|
privateslot |
| void US_AdvAnalysisPc::reset_bfm |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysisPc::reset_mrecs |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysisPc::select |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysisPc::set_fittings |
( |
QVector< US_ModelRecord > & |
s_mrecs | ) |
|
|
privateslot |
| void US_AdvAnalysisPc::show_stat |
( |
QTextEdit * |
tedit, |
|
|
const QString |
msg, |
|
|
bool |
append = false, |
|
|
int |
aft_line = 0 |
|
) |
| |
|
privateslot |
| void US_AdvAnalysisPc::start_montecarlo |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysisPc::stat_bfm |
( |
const QString |
msg, |
|
|
bool |
append = false, |
|
|
int |
line = 0 |
|
) |
| |
|
privateslot |
| void US_AdvAnalysisPc::stat_mrecs |
( |
const QString |
msg, |
|
|
bool |
append = false, |
|
|
int |
line = 0 |
|
) |
| |
|
privateslot |
| void US_AdvAnalysisPc::store_bfm |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysisPc::store_mrecs |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysisPc::test_db_mrecs |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysisPc::under_construct |
( |
QString |
proc | ) |
|
|
privateslot |
| QProgressBar* US_AdvAnalysisPc::b_progress |
|
protected |
| bool US_AdvAnalysisPc::bfm0_exists |
|
private |
| bool US_AdvAnalysisPc::bfm_new |
|
private |
| QComboBox* US_AdvAnalysisPc::cb_curvtype |
|
private |
| int US_AdvAnalysisPc::ctype |
|
private |
| int US_AdvAnalysisPc::dbg_level |
|
private |
| QGridLayout* US_AdvAnalysisPc::finmodelLayout |
|
private |
| int US_AdvAnalysisPc::kciters |
|
private |
| int US_AdvAnalysisPc::ksiters |
|
private |
| QLabel* US_AdvAnalysisPc::lb_sigmpar1 |
|
private |
| QLabel* US_AdvAnalysisPc::lb_sigmpar2 |
|
private |
| QLabel* US_AdvAnalysisPc::lb_y_endpt |
|
private |
| QLabel* US_AdvAnalysisPc::lb_y_strpt |
|
private |
| QLineEdit* US_AdvAnalysisPc::le_crpoints |
|
private |
| QLineEdit* US_AdvAnalysisPc::le_mciters |
|
private |
| QLineEdit* US_AdvAnalysisPc::le_sigmpar1 |
|
private |
| QLineEdit* US_AdvAnalysisPc::le_sigmpar2 |
|
private |
| QLineEdit* US_AdvAnalysisPc::le_x_lower |
|
private |
| QLineEdit* US_AdvAnalysisPc::le_x_upper |
|
private |
| QLineEdit* US_AdvAnalysisPc::le_y_endpt |
|
private |
| QLineEdit* US_AdvAnalysisPc::le_y_lower |
|
private |
| QLineEdit* US_AdvAnalysisPc::le_y_strpt |
|
private |
| QLineEdit* US_AdvAnalysisPc::le_y_upper |
|
private |
| QHBoxLayout* US_AdvAnalysisPc::mainLayout |
|
private |
| bool US_AdvAnalysisPc::mc_done |
|
private |
| bool US_AdvAnalysisPc::mc_running |
|
private |
| int US_AdvAnalysisPc::mciters |
|
private |
| QGridLayout* US_AdvAnalysisPc::mreclistLayout |
|
private |
| bool US_AdvAnalysisPc::mrs0_exists |
|
private |
| bool US_AdvAnalysisPc::mrs_new |
|
private |
| const int US_AdvAnalysisPc::msk_bfnew = 1 |
|
staticprivate |
| const int US_AdvAnalysisPc::msk_mcarl = 4 |
|
staticprivate |
| const int US_AdvAnalysisPc::msk_mrnew = 2 |
|
staticprivate |
| int US_AdvAnalysisPc::ncsols |
|
private |
| int US_AdvAnalysisPc::nisols |
|
private |
| int US_AdvAnalysisPc::nmrecs |
|
private |
| int US_AdvAnalysisPc::nthr |
|
private |
| QWidget* US_AdvAnalysisPc::parentw |
|
private |
| QPushButton* US_AdvAnalysisPc::pb_accept |
|
private |
| QPushButton* US_AdvAnalysisPc::pb_buildbfm |
|
private |
| QPushButton* US_AdvAnalysisPc::pb_cancel |
|
private |
| QPushButton* US_AdvAnalysisPc::pb_help |
|
private |
| QPushButton* US_AdvAnalysisPc::pb_loadbfm |
|
private |
| QPushButton* US_AdvAnalysisPc::pb_loadmrs |
|
private |
| QPushButton* US_AdvAnalysisPc::pb_mciters |
|
private |
| QPushButton* US_AdvAnalysisPc::pb_resetbfm |
|
private |
| QPushButton* US_AdvAnalysisPc::pb_resetmrs |
|
private |
| QPushButton* US_AdvAnalysisPc::pb_storebfm |
|
private |
| QPushButton* US_AdvAnalysisPc::pb_storemrs |
|
private |
| QVector< double > US_AdvAnalysisPc::sigmas |
|
private |
| QString US_AdvAnalysisPc::store_dir |
|
private |
| QTextEdit* US_AdvAnalysisPc::te_bfmstat |
|
private |
| QTextEdit* US_AdvAnalysisPc::te_mrecstat |
|
private |
The documentation for this class was generated from the following files: