A class to provide a window with the details of a run.
More...
#include "us_run_details2.h"
|
| US_RunDetails2 (const QVector< US_DataIO::RawData > &, const QString &, const QString &, const QStringList &) |
|
| ~US_RunDetails2 () |
| The destructor saves a report for each triple upon leaving. 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 the details of a run.
Definition at line 14 of file us_run_details2.h.
US_RunDetails2::US_RunDetails2 |
( |
const QVector< US_DataIO::RawData > & |
data, |
|
|
const QString & |
runID, |
|
|
const QString & |
dataDir, |
|
|
const QStringList & |
cell_ch_wl |
|
) |
| |
- Parameters
-
data | A reference to a list of raw data structures |
runID | The short identifier used in file names to identify the run |
dataDir | The data directory where the files were located |
cell_ch_wl | A list of formatted cell/channel/wavelength strings that descripe each raw data structure |
Definition at line 16 of file us_run_details2.cpp.
US_RunDetails2::~US_RunDetails2 |
( |
| ) |
|
The destructor saves a report for each triple upon leaving.
Definition at line 186 of file us_run_details2.cpp.
void US_RunDetails2::check_temp |
( |
double |
dt | ) |
|
|
private |
void US_RunDetails2::draw_plot |
( |
const double * |
x, |
|
|
const double * |
t, |
|
|
const double * |
r, |
|
|
const double * |
m, |
|
|
int |
count |
|
) |
| |
|
private |
QString US_RunDetails2::moreSpeedInfo |
( |
double |
rpm | ) |
|
|
privateslot |
void US_RunDetails2::plot_combined |
( |
void |
| ) |
|
|
privateslot |
void US_RunDetails2::plot_interval |
( |
void |
| ) |
|
|
privateslot |
void US_RunDetails2::plot_rpm |
( |
void |
| ) |
|
|
privateslot |
void US_RunDetails2::plot_temp |
( |
void |
| ) |
|
|
privateslot |
void US_RunDetails2::setup |
( |
void |
| ) |
|
|
private |
void US_RunDetails2::show_all_data |
( |
void |
| ) |
|
|
private |
void US_RunDetails2::show_rpm_details |
( |
QListWidgetItem * |
item | ) |
|
|
privateslot |
void US_RunDetails2::update |
( |
int |
index | ) |
|
|
privateslot |
void US_RunDetails2::update_timer |
( |
void |
| ) |
|
|
privateslot |
QwtPlot* US_RunDetails2::data_plot |
|
private |
QLabel* US_RunDetails2::lb_green |
|
private |
QLabel* US_RunDetails2::lb_red |
|
private |
QLineEdit* US_RunDetails2::le_avgTemp |
|
private |
QLineEdit* US_RunDetails2::le_desc |
|
private |
QLineEdit* US_RunDetails2::le_rotorSpeed |
|
private |
QLineEdit* US_RunDetails2::le_runID |
|
private |
QLineEdit* US_RunDetails2::le_runLen |
|
private |
QLineEdit* US_RunDetails2::le_timeCorr |
|
private |
QListWidget* US_RunDetails2::lw_rpm |
|
private |
QListWidget* US_RunDetails2::lw_triples |
|
private |
QMultiMap< int, QString > US_RunDetails2::map |
|
private |
pType US_RunDetails2::plotType |
|
private |
bool US_RunDetails2::temp_warn |
|
private |
QTimer* US_RunDetails2::timer |
|
private |
const QStringList& US_RunDetails2::triples |
|
private |
The documentation for this class was generated from the following files: