A class to provide a window for advanced DMGA-MC analysis controls.
More...
#include "us_adv_dmgamc.h"
|
| US_AdvDmgaMc (US_Model *, QVector< US_Model > &, QMap< QString, QString > &, QWidget *p=0) |
| US_AdvDmgaMc constructor. 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 DMGA-MC analysis controls.
Definition at line 16 of file us_adv_dmgamc.h.
US_AdvDmgaMc::US_AdvDmgaMc |
( |
US_Model * |
amodel, |
|
|
QVector< US_Model > & |
aimodels, |
|
|
QMap< QString, QString > & |
adv_vals, |
|
|
QWidget * |
p = 0 |
|
) |
| |
US_AdvDmgaMc constructor.
- Parameters
-
amodel | Pointer to model |
aimodels | Reference to iteration models vector |
adv_vals | Reference to advanced values map |
p | Pointer to the parent of this widget |
Definition at line 10 of file us_adv_dmgamc.cpp.
void US_AdvDmgaMc::change_model |
( |
double |
mnbr | ) |
|
|
privateslot |
void US_AdvDmgaMc::done |
( |
void |
| ) |
|
|
privateslot |
void US_AdvDmgaMc::help |
( |
void |
| ) |
|
|
inlineprivateslot |
void US_AdvDmgaMc::next_model |
( |
void |
| ) |
|
|
privateslot |
void US_AdvDmgaMc::next_param |
( |
void |
| ) |
|
|
privateslot |
void US_AdvDmgaMc::plot_distrib |
( |
void |
| ) |
|
|
privateslot |
void US_AdvDmgaMc::prev_param |
( |
void |
| ) |
|
|
privateslot |
void US_AdvDmgaMc::set_model_type |
( |
bool |
chekd | ) |
|
|
privateslot |
void US_AdvDmgaMc::simulate |
( |
void |
| ) |
|
|
privateslot |
QComboBox* US_AdvDmgaMc::cb_params |
|
private |
QwtCounter* US_AdvDmgaMc::ct_modelnbr |
|
private |
QwtPlot* US_AdvDmgaMc::data_plot |
|
private |
QVector< US_Model >& US_AdvDmgaMc::imodels |
|
private |
QLabel* US_AdvDmgaMc::lb_ms_iter |
|
private |
QString US_AdvDmgaMc::lddesc |
|
private |
QLineEdit* US_AdvDmgaMc::le_difcoeff |
|
private |
QLineEdit* US_AdvDmgaMc::le_friratio |
|
private |
QLineEdit* US_AdvDmgaMc::le_kdissoc |
|
private |
QLineEdit* US_AdvDmgaMc::le_koffrate |
|
private |
QLineEdit* US_AdvDmgaMc::le_modtype |
|
private |
QLineEdit* US_AdvDmgaMc::le_moweight |
|
private |
QLineEdit* US_AdvDmgaMc::le_ms_95hi |
|
private |
QLineEdit* US_AdvDmgaMc::le_ms_95lo |
|
private |
QLineEdit* US_AdvDmgaMc::le_ms_iter |
|
private |
QLineEdit* US_AdvDmgaMc::le_ms_mean |
|
private |
QLineEdit* US_AdvDmgaMc::le_ms_medi |
|
private |
QLineEdit* US_AdvDmgaMc::le_ms_mode |
|
private |
QLineEdit* US_AdvDmgaMc::le_partconc |
|
private |
QLineEdit* US_AdvDmgaMc::le_sedcoeff |
|
private |
QLineEdit* US_AdvDmgaMc::le_vbar20 |
|
private |
QGridLayout* US_AdvDmgaMc::lo_curmod |
|
private |
QGridLayout* US_AdvDmgaMc::lo_mean |
|
private |
QGridLayout* US_AdvDmgaMc::lo_median |
|
private |
QGridLayout* US_AdvDmgaMc::lo_mode |
|
private |
QStringList US_AdvDmgaMc::ls_params |
|
private |
QVBoxLayout* US_AdvDmgaMc::mainLayout |
|
private |
QGridLayout* US_AdvDmgaMc::paramLayout |
|
private |
QWidget* US_AdvDmgaMc::parentw |
|
private |
QMap< QString, QString >& US_AdvDmgaMc::parmap |
|
private |
QPushButton* US_AdvDmgaMc::pb_nextmodel |
|
private |
QPushButton* US_AdvDmgaMc::pb_reaction |
|
private |
QRadioButton* US_AdvDmgaMc::rb_curmod |
|
private |
QRadioButton* US_AdvDmgaMc::rb_mean |
|
private |
QRadioButton* US_AdvDmgaMc::rb_median |
|
private |
QRadioButton* US_AdvDmgaMc::rb_mode |
|
private |
The documentation for this class was generated from the following files: