#include "us_convert_gui.h"
Public Types | |
enum | aucStatus { NOT_SAVED, EDITING, HD_ONLY, BOTH } |
Some status codes to keep track of where data has been saved to. More... | |
Public Member Functions | |
US_ConvertGui () | |
Generic constructor for the US_ConvertGui() program. More... | |
Public Member Functions inherited from US_Widgets | |
US_Widgets (bool=true, QWidget *p=0, Qt::WindowFlags f=0) | |
~US_Widgets (void) | |
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=-1, 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) |
void | write_plot (const QString &, const QwtPlot *) |
Write a plot file (PNG or SVG+PNG) from a plot. More... | |
int | clean_etc_dir (bool=false) |
Clean install and work ./etc directories. More... | |
Public Attributes | |
US_Disk_DB_Controls * | disk_controls |
Radiobuttons for disk/db choice. More... | |
bool | save_diskDB |
To keep track of changes. More... | |
QList< double > | subsets |
A list of subset boundaries. More... | |
Public Attributes inherited from US_Widgets | |
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... | |
Private Types | |
enum | { SPLIT, REFERENCE, NONE } |
Private Slots | |
void | sel_investigator (void) |
Select the current investigator. More... | |
void | assign_investigator (int) |
Assign the selected investigator as current. More... | |
void | import (void) |
void | reimport (void) |
void | importMWL (void) |
void | importAUC (void) |
int | getImports (void) |
void | enableControls (void) |
void | runIDChanged (void) |
void | toleranceValueChanged (double) |
void | lambdaStartChanged (int) |
void | lambdaEndChanged (int) |
void | lambdaPlotChanged (int) |
void | lambdaPrevClicked (void) |
void | lambdaNextClicked (void) |
void | editRuninfo (void) |
void | loadUS3 (void) |
void | loadUS3Disk (void) |
void | loadUS3Disk (QString) |
void | loadUS3DB (void) |
void | updateExpInfo (US_Experiment &) |
void | cancelExpInfo (void) |
void | getSolutionInfo (void) |
void | updateSolutionInfo (US_Solution) |
void | cancelSolutionInfo (void) |
void | tripleApplyAll (void) |
void | runDetails (void) |
void | changeDescription (void) |
void | changeTriple (void) |
void | getCenterpieceIndex (int) |
void | focus_from (double) |
void | focus_to (double) |
void | exclude_scans (void) |
void | include (void) |
void | define_subsets (void) |
void | cClick (const QwtDoublePoint &) |
void | process_subsets (void) |
void | define_reference (void) |
void | show_intensity (void) |
void | cancel_reference (void) |
void | drop_reference (void) |
void | drop_channel (void) |
void | drop_cellchan (void) |
void | saveUS3 (void) |
int | saveUS3Disk (void) |
void | saveUS3DB (void) |
void | saveReportsToDB (void) |
void | resetAll (void) |
void | source_changed (bool) |
void | update_disk_db (bool) |
void | show_mwl_control (bool) |
void | mwl_connect (bool) |
void | reset_lambdas (void) |
void | mwl_setup (void) |
bool | init_output_data (void) |
void | build_output_data (void) |
void | build_lambda_ctrl (void) |
void | connectTolerance (bool) |
int | countSpeeds (QVector< int > &, int *) |
int | writeTimeStateDisk (void) |
int | writeTimeStateDB (void) |
void | help (void) |
Private Member Functions | |
void | reset (void) |
void | enableRunIDControl (bool) |
void | enableScanControls (void) |
void | enableSaveBtn (void) |
void | getExpInfo (void) |
void | setTripleInfo (void) |
void | checkTemperature (void) |
int | findTripleIndex (void) |
void | focus (int, int) |
void | init_excludes (void) |
void | start_reference (const QwtDoublePoint &) |
void | process_reference (const QwtDoublePoint &) |
void | PseudoCalcAvg (void) |
void | PseudoCalcAvgMWL (void) |
bool | read (void) |
bool | read (QString dir) |
bool | convert (void) |
void | initTriples (void) |
bool | centerpieceInfo (void) |
bool | centerpieceInfoDB (void) |
bool | centerpieceInfoDisk (void) |
void | plot_current (void) |
void | plot_titles (void) |
void | plot_all (void) |
void | replot (void) |
void | set_colors (const QList< int > &) |
void | draw_vline (double) |
void | db_error (const QString &) |
void | triple_index (void) |
Private Attributes | |
enum US_ConvertGui:: { ... } | step |
aucStatus | saveStatus |
US_Help | showHelp |
US_PlotPicker * | picker |
QString | runType |
QString | oldRunType |
QString | runID |
QString | tmst_fnamei |
QLabel * | lb_description |
QLineEdit * | le_investigator |
QLineEdit * | le_status |
QLineEdit * | le_runID |
QLineEdit * | le_runID2 |
QLineEdit * | le_dir |
QLineEdit * | le_description |
QLineEdit * | le_solutionDesc |
QLabel * | lb_triple |
QListWidget * | lw_triple |
QListWidget * | lw_todoinfo |
QLabel * | lb_scan |
QLabel * | lb_from |
QLabel * | lb_to |
QwtCounter * | ct_from |
QwtCounter * | ct_to |
QwtCounter * | ct_tolerance |
QLabel * | lb_mwlctrl |
QLabel * | lb_mwlctre |
QLabel * | lb_lambstrt |
QLabel * | lb_lambstop |
QLabel * | lb_lambplot |
QLineEdit * | le_lambraw |
QComboBox * | cb_lambstrt |
QComboBox * | cb_lambstop |
QComboBox * | cb_lambplot |
QCheckBox * | ck_average |
QPushButton * | pb_lambprev |
QPushButton * | pb_lambnext |
QGridLayout * | lo_average |
QVector< int > | all_lambdas |
QVector< int > | exp_lambdas |
QPushButton * | pb_editRuninfo |
QPushButton * | pb_import |
QPushButton * | pb_loadUS3 |
QPushButton * | pb_details |
QPushButton * | pb_applyAll |
QPushButton * | pb_solution |
QPushButton * | pb_exclude |
QPushButton * | pb_include |
QPushButton * | pb_define |
QPushButton * | pb_process |
QPushButton * | pb_reference |
QPushButton * | pb_intensity |
QPushButton * | pb_cancelref |
QPushButton * | pb_dropTrips |
QPushButton * | pb_dropChan |
QPushButton * | pb_dropCelch |
QPushButton * | pb_saveUS3 |
US_SelectBox * | cb_centerpiece |
QList< US_DataIO::BeckmanRawScan > | legacyData |
legacy data fr file More... | |
QVector< US_DataIO::RawData > | allData |
All loaded data. More... | |
QVector< US_DataIO::RawData * > | outData |
Output data pointers. More... | |
QList< US_Convert::TripleInfo > | all_tripinfo |
all triple info More... | |
QList< US_Convert::TripleInfo > | out_tripinfo |
output triple info More... | |
QList< US_Convert::TripleInfo > | all_chaninfo |
all channel info More... | |
QList< US_Convert::TripleInfo > | out_chaninfo |
output channel info More... | |
QStringList | all_triples |
all triple strings More... | |
QStringList | all_channels |
all channel strings More... | |
QStringList | out_triples |
out triple strings More... | |
QStringList | out_channels |
out channel strings More... | |
QList< int > | out_chandatx |
chn.start data index More... | |
QVector< US_Convert::Excludes > | allExcludes |
All triple excludes. More... | |
QVector< SP_SPEEDPROFILE > | speedsteps |
Speed steps. More... | |
US_MwlData | mwl_data |
MWL data object. More... | |
QwtPlot * | data_plot |
QwtPlotGrid * | grid |
double | reference_start |
double | reference_end |
bool | referenceDefined |
int | Pseudo_reference_triple |
bool | isPseudo |
bool | toleranceChanged |
double | scanTolerance |
int | countSubsets |
bool | isMwl |
int | tripDatax |
int | tripListx |
int | nlambda |
int | slambda |
int | elambda |
int | nlamb_i |
int | dbg_level |
QString | currentDir |
QString | saveDescription |
bool | show_plot_progress |
US_Experiment | ExpData |
Additional Inherited Members | |
Static Public Member Functions inherited from US_Widgets | |
static QFont | fixedFont (void) |
Definition at line 22 of file us_convert_gui.h.
|
private |
Enumerator | |
---|---|
SPLIT | |
REFERENCE | |
NONE |
Definition at line 51 of file us_convert_gui.h.
Some status codes to keep track of where data has been saved to.
Enumerator | |
---|---|
NOT_SAVED |
The file has not been saved. |
EDITING |
Data being edited; certain opers. not permitted. |
HD_ONLY |
The file has been saved to the HD. |
BOTH |
The file has been saved to both HD and DB. |
Definition at line 29 of file us_convert_gui.h.
US_ConvertGui::US_ConvertGui | ( | ) |
Generic constructor for the US_ConvertGui() program.
Definition at line 48 of file us_convert_gui.cpp.
|
privateslot |
Assign the selected investigator as current.
invID | The ID of the selected investigator |
Definition at line 553 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4854 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4568 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2713 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 1881 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 1958 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2524 of file us_convert_gui.cpp.
|
private |
Definition at line 3745 of file us_convert_gui.cpp.
|
private |
Definition at line 3756 of file us_convert_gui.cpp.
|
private |
Definition at line 3793 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2035 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2056 of file us_convert_gui.cpp.
|
private |
Definition at line 2178 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4605 of file us_convert_gui.cpp.
|
private |
Definition at line 3712 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4619 of file us_convert_gui.cpp.
|
private |
Definition at line 4066 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2408 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2346 of file us_convert_gui.cpp.
|
private |
Definition at line 4043 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2887 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2850 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2799 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 1265 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 966 of file us_convert_gui.cpp.
|
private |
Definition at line 1048 of file us_convert_gui.cpp.
|
private |
Definition at line 1095 of file us_convert_gui.cpp.
|
private |
Definition at line 1066 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2294 of file us_convert_gui.cpp.
|
private |
|
private |
Definition at line 2264 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2228 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2246 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2202 of file us_convert_gui.cpp.
|
private |
Definition at line 1765 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 3589 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 1888 of file us_convert_gui.cpp.
|
inlineprivateslot |
Definition at line 263 of file us_convert_gui.h.
|
privateslot |
Definition at line 608 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 866 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 743 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2334 of file us_convert_gui.cpp.
|
private |
Definition at line 2285 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4429 of file us_convert_gui.cpp.
|
private |
|
privateslot |
Definition at line 4101 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4145 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4127 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4137 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4073 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 1280 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 1710 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 1311 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 1324 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4186 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4371 of file us_convert_gui.cpp.
|
private |
Definition at line 3936 of file us_convert_gui.cpp.
|
private |
Definition at line 3840 of file us_convert_gui.cpp.
|
private |
Definition at line 3859 of file us_convert_gui.cpp.
|
private |
Definition at line 2472 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2360 of file us_convert_gui.cpp.
|
private |
Definition at line 2554 of file us_convert_gui.cpp.
|
private |
Definition at line 4271 of file us_convert_gui.cpp.
|
private |
Definition at line 3693 of file us_convert_gui.cpp.
|
private |
|
privateslot |
Definition at line 686 of file us_convert_gui.cpp.
|
private |
Definition at line 4002 of file us_convert_gui.cpp.
|
private |
Definition at line 409 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4213 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 504 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2002 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 1226 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 3508 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2924 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 3265 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 3022 of file us_convert_gui.cpp.
|
privateslot |
Select the current investigator.
Definition at line 541 of file us_convert_gui.cpp.
|
private |
Definition at line 4007 of file us_convert_gui.cpp.
|
private |
Definition at line 2091 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 2660 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4154 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 566 of file us_convert_gui.cpp.
|
private |
Definition at line 2463 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 600 of file us_convert_gui.cpp.
|
private |
Definition at line 4175 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 1964 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 592 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 1870 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 1920 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4808 of file us_convert_gui.cpp.
|
privateslot |
Definition at line 4662 of file us_convert_gui.cpp.
|
private |
all channel info
Definition at line 125 of file us_convert_gui.h.
|
private |
all channel strings
Definition at line 128 of file us_convert_gui.h.
|
private |
Definition at line 97 of file us_convert_gui.h.
|
private |
all triple info
Definition at line 123 of file us_convert_gui.h.
|
private |
all triple strings
Definition at line 127 of file us_convert_gui.h.
|
private |
All loaded data.
Definition at line 121 of file us_convert_gui.h.
|
private |
All triple excludes.
Definition at line 133 of file us_convert_gui.h.
|
private |
Definition at line 118 of file us_convert_gui.h.
|
private |
Definition at line 92 of file us_convert_gui.h.
|
private |
Definition at line 91 of file us_convert_gui.h.
|
private |
Definition at line 90 of file us_convert_gui.h.
|
private |
Definition at line 93 of file us_convert_gui.h.
|
private |
Definition at line 149 of file us_convert_gui.h.
|
private |
Definition at line 79 of file us_convert_gui.h.
|
private |
Definition at line 80 of file us_convert_gui.h.
|
private |
Definition at line 82 of file us_convert_gui.h.
|
private |
Definition at line 159 of file us_convert_gui.h.
|
private |
Definition at line 139 of file us_convert_gui.h.
|
private |
Definition at line 157 of file us_convert_gui.h.
US_Disk_DB_Controls* US_ConvertGui::disk_controls |
Radiobuttons for disk/db choice.
Definition at line 40 of file us_convert_gui.h.
|
private |
Definition at line 155 of file us_convert_gui.h.
|
private |
Definition at line 98 of file us_convert_gui.h.
|
private |
Definition at line 163 of file us_convert_gui.h.
|
private |
Definition at line 140 of file us_convert_gui.h.
|
private |
Definition at line 150 of file us_convert_gui.h.
|
private |
Definition at line 146 of file us_convert_gui.h.
|
private |
Definition at line 62 of file us_convert_gui.h.
|
private |
Definition at line 77 of file us_convert_gui.h.
|
private |
Definition at line 88 of file us_convert_gui.h.
|
private |
Definition at line 87 of file us_convert_gui.h.
|
private |
Definition at line 86 of file us_convert_gui.h.
|
private |
Definition at line 85 of file us_convert_gui.h.
|
private |
Definition at line 84 of file us_convert_gui.h.
|
private |
Definition at line 76 of file us_convert_gui.h.
|
private |
Definition at line 78 of file us_convert_gui.h.
|
private |
Definition at line 72 of file us_convert_gui.h.
|
private |
Definition at line 69 of file us_convert_gui.h.
|
private |
Definition at line 68 of file us_convert_gui.h.
|
private |
Definition at line 64 of file us_convert_gui.h.
|
private |
Definition at line 89 of file us_convert_gui.h.
|
private |
Definition at line 66 of file us_convert_gui.h.
|
private |
Definition at line 67 of file us_convert_gui.h.
|
private |
Definition at line 70 of file us_convert_gui.h.
|
private |
Definition at line 65 of file us_convert_gui.h.
|
private |
legacy data fr file
Definition at line 120 of file us_convert_gui.h.
|
private |
Definition at line 96 of file us_convert_gui.h.
|
private |
Definition at line 74 of file us_convert_gui.h.
|
private |
Definition at line 73 of file us_convert_gui.h.
|
private |
MWL data object.
Definition at line 137 of file us_convert_gui.h.
|
private |
Definition at line 156 of file us_convert_gui.h.
|
private |
Definition at line 153 of file us_convert_gui.h.
|
private |
Definition at line 58 of file us_convert_gui.h.
|
private |
chn.start data index
Definition at line 131 of file us_convert_gui.h.
|
private |
output channel info
Definition at line 126 of file us_convert_gui.h.
|
private |
out channel strings
Definition at line 130 of file us_convert_gui.h.
|
private |
output triple info
Definition at line 124 of file us_convert_gui.h.
|
private |
out triple strings
Definition at line 129 of file us_convert_gui.h.
|
private |
Output data pointers.
Definition at line 122 of file us_convert_gui.h.
|
private |
Definition at line 104 of file us_convert_gui.h.
|
private |
Definition at line 112 of file us_convert_gui.h.
|
private |
Definition at line 108 of file us_convert_gui.h.
|
private |
Definition at line 103 of file us_convert_gui.h.
|
private |
Definition at line 115 of file us_convert_gui.h.
|
private |
Definition at line 114 of file us_convert_gui.h.
|
private |
Definition at line 113 of file us_convert_gui.h.
|
private |
Definition at line 100 of file us_convert_gui.h.
|
private |
Definition at line 106 of file us_convert_gui.h.
|
private |
Definition at line 101 of file us_convert_gui.h.
|
private |
Definition at line 107 of file us_convert_gui.h.
|
private |
Definition at line 111 of file us_convert_gui.h.
|
private |
Definition at line 95 of file us_convert_gui.h.
|
private |
Definition at line 94 of file us_convert_gui.h.
|
private |
Definition at line 102 of file us_convert_gui.h.
|
private |
Definition at line 109 of file us_convert_gui.h.
|
private |
Definition at line 110 of file us_convert_gui.h.
|
private |
Definition at line 116 of file us_convert_gui.h.
|
private |
Definition at line 105 of file us_convert_gui.h.
|
private |
Definition at line 55 of file us_convert_gui.h.
|
private |
Definition at line 145 of file us_convert_gui.h.
|
private |
Definition at line 143 of file us_convert_gui.h.
|
private |
Definition at line 142 of file us_convert_gui.h.
|
private |
Definition at line 144 of file us_convert_gui.h.
|
private |
Definition at line 59 of file us_convert_gui.h.
|
private |
Definition at line 57 of file us_convert_gui.h.
bool US_ConvertGui::save_diskDB |
To keep track of changes.
Definition at line 41 of file us_convert_gui.h.
|
private |
Definition at line 160 of file us_convert_gui.h.
|
private |
Definition at line 53 of file us_convert_gui.h.
|
private |
Definition at line 148 of file us_convert_gui.h.
|
private |
Definition at line 162 of file us_convert_gui.h.
|
private |
Definition at line 54 of file us_convert_gui.h.
|
private |
Definition at line 154 of file us_convert_gui.h.
|
private |
Speed steps.
Definition at line 135 of file us_convert_gui.h.
enum { ... } US_ConvertGui::step |
QList< double > US_ConvertGui::subsets |
A list of subset boundaries.
Definition at line 43 of file us_convert_gui.h.
|
private |
Definition at line 60 of file us_convert_gui.h.
|
private |
Definition at line 147 of file us_convert_gui.h.
|
private |
Definition at line 151 of file us_convert_gui.h.
|
private |
Definition at line 152 of file us_convert_gui.h.