A class to provide a window with the details of a run.
More...
#include "us_distrib_plot.h"
|
| | US_DistribPlot (QVector< double > &, QVector< double > &, const double) |
| |
| void | save_plots (QString &, QString &) |
| |
| | 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 the details of a run.
Definition at line 19 of file us_distrib_plot.h.
| US_DistribPlot::US_DistribPlot |
( |
QVector< double > & |
divfracs, |
|
|
QVector< double > & |
divsedcs, |
|
|
const double |
tconc |
|
) |
| |
- Parameters
-
| divfracs | Reference to a vector of division bdoundary fractions |
| divsedcs | Reference to a vector of division intercept sedcoeffs |
| tconc | Total concentration |
Definition at line 11 of file us_distrib_plot.cpp.
| void US_DistribPlot::change_sensit |
( |
double |
value | ) |
|
|
privateslot |
| void US_DistribPlot::change_smooth |
( |
double |
value | ) |
|
|
privateslot |
| int US_DistribPlot::envel_data |
( |
QVector< double > & |
xvec, |
|
|
QVector< double > & |
yvec |
|
) |
| |
|
privateslot |
| void US_DistribPlot::help |
( |
void |
| ) |
|
|
inlineprivateslot |
| void US_DistribPlot::hide_envel |
( |
void |
| ) |
|
|
privateslot |
| void US_DistribPlot::hide_histo |
( |
void |
| ) |
|
|
privateslot |
| int US_DistribPlot::histo_data |
( |
QVector< double > & |
xvec, |
|
|
QVector< double > & |
yvec |
|
) |
| |
|
privateslot |
| void US_DistribPlot::plot_combined |
( |
void |
| ) |
|
|
privateslot |
| void US_DistribPlot::plot_distrib |
( |
void |
| ) |
|
|
privateslot |
| void US_DistribPlot::plot_envelope |
( |
void |
| ) |
|
|
privateslot |
| void US_DistribPlot::plot_histogram |
( |
void |
| ) |
|
|
privateslot |
| void US_DistribPlot::save_and_close |
( |
void |
| ) |
|
|
privateslot |
| void US_DistribPlot::save_data_file |
( |
QString |
data2File | ) |
|
|
privateslot |
| void US_DistribPlot::save_plots |
( |
QString & |
plot1File, |
|
|
QString & |
plot2File |
|
) |
| |
- Parameters
-
| plot1File | The name of the distribution plot file |
| plot2File | The name of the histogram plot file |
Definition at line 114 of file us_distrib_plot.cpp.
| void US_DistribPlot::show_plot |
( |
void |
| ) |
|
|
privateslot |
| void US_DistribPlot::type_plot |
( |
void |
| ) |
|
|
privateslot |
| QVector< double >& US_DistribPlot::bfracs |
|
private |
| QwtCounter* US_DistribPlot::ct_sensitivity |
|
private |
| QwtCounter* US_DistribPlot::ct_smoothing |
|
private |
| QwtPlot* US_DistribPlot::data_plot |
|
private |
| int US_DistribPlot::dbg_level |
|
private |
| QwtPlotCurve* US_DistribPlot::dcurve |
|
private |
| int US_DistribPlot::divsCount |
|
private |
| QVector< double >& US_DistribPlot::dsedcs |
|
private |
| QwtPlotCurve* US_DistribPlot::ecurve |
|
private |
| QwtPlotCurve* US_DistribPlot::hcurve |
|
private |
| QLabel* US_DistribPlot::lb_sensitivity |
|
private |
| QLabel* US_DistribPlot::lb_smoothing |
|
private |
| int US_DistribPlot::nSensit |
|
private |
| int US_DistribPlot::nSmooth |
|
private |
| QPushButton* US_DistribPlot::pb_close |
|
private |
| QPushButton* US_DistribPlot::pb_envelope |
|
private |
| QPushButton* US_DistribPlot::pb_help |
|
private |
| QPushButton* US_DistribPlot::pb_histogram |
|
private |
| QPushButton* US_DistribPlot::pb_plot_type |
|
private |
| pType US_DistribPlot::plotType |
|
private |
| pType US_DistribPlot::plotTypeH |
|
private |
| double US_DistribPlot::tot_conc |
|
private |
The documentation for this class was generated from the following files: