A class that manages analyte composition and characteristics.
More...
#include "us_analyte_gui.h"
|
| US_AnalyteGui (bool=false, const QString &=QString(), int=US_Disk_DB_Controls::Default, double=NORMAL_TEMP) |
|
| 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 that manages analyte composition and characteristics.
Definition at line 41 of file us_analyte_gui.h.
Constructor.
- Parameters
-
signal | - A flag to indicate that a signal is wanted |
GUID | - The global identifier of the current analyte |
access | - A flag to indicate |
temp | - The the temperature of the simulation |
Definition at line 11 of file us_analyte_gui.cpp.
bool US_AnalyteGui::analyte_in_use |
( |
QString & |
analyteGUID | ) |
|
|
private |
void US_AnalyteGui::assign_investigator |
( |
int |
invID | ) |
|
|
privateslot |
void US_AnalyteGui::change_description |
( |
void |
| ) |
|
|
privateslot |
void US_AnalyteGui::check_db |
( |
void |
| ) |
|
|
privateslot |
void US_AnalyteGui::close |
( |
void |
| ) |
|
|
privateslot |
void US_AnalyteGui::connect_error |
( |
const QString & |
error | ) |
|
|
private |
bool US_AnalyteGui::data_ok |
( |
void |
| ) |
|
|
private |
bool US_AnalyteGui::database_ok |
( |
US_DB2 & |
db | ) |
|
|
private |
void US_AnalyteGui::delete_analyte |
( |
void |
| ) |
|
|
privateslot |
void US_AnalyteGui::delete_from_db |
( |
void |
| ) |
|
|
private |
void US_AnalyteGui::delete_from_disk |
( |
void |
| ) |
|
|
private |
bool US_AnalyteGui::discard_changes |
( |
void |
| ) |
|
|
private |
void US_AnalyteGui::help |
( |
void |
| ) |
|
|
inlineprivateslot |
void US_AnalyteGui::list |
( |
void |
| ) |
|
|
privateslot |
void US_AnalyteGui::list_from_db |
( |
void |
| ) |
|
|
private |
void US_AnalyteGui::list_from_disk |
( |
void |
| ) |
|
|
private |
void US_AnalyteGui::load_analyte |
( |
void |
| ) |
|
|
private |
void US_AnalyteGui::manage_sequence |
( |
void |
| ) |
|
|
privateslot |
void US_AnalyteGui::more_info |
( |
void |
| ) |
|
|
privateslot |
void US_AnalyteGui::new_analyte |
( |
void |
| ) |
|
|
privateslot |
void US_AnalyteGui::parse_dna |
( |
void |
| ) |
|
|
private |
void US_AnalyteGui::populate |
( |
void |
| ) |
|
|
private |
void US_AnalyteGui::reset |
( |
void |
| ) |
|
|
privateslot |
void US_AnalyteGui::save |
( |
void |
| ) |
|
|
privateslot |
void US_AnalyteGui::search |
( |
const QString & |
text = QString() | ) |
|
|
privateslot |
void US_AnalyteGui::sel_investigator |
( |
void |
| ) |
|
|
privateslot |
void US_AnalyteGui::select_analyte |
( |
QListWidgetItem * |
| ) |
|
|
privateslot |
void US_AnalyteGui::select_from_db |
( |
void |
| ) |
|
|
private |
void US_AnalyteGui::select_from_disk |
( |
void |
| ) |
|
|
private |
void US_AnalyteGui::set_analyte_type |
( |
int |
type | ) |
|
|
privateslot |
void US_AnalyteGui::source_changed |
( |
bool |
db | ) |
|
|
privateslot |
void US_AnalyteGui::spectrum |
( |
void |
| ) |
|
|
privateslot |
int US_AnalyteGui::status_query |
( |
const QStringList & |
q | ) |
|
|
private |
void US_AnalyteGui::temp_changed |
( |
const QString & |
text | ) |
|
|
privateslot |
void US_AnalyteGui::update_mw_only |
( |
bool |
checked | ) |
|
|
privateslot |
void US_AnalyteGui::update_nucleotide |
( |
bool |
| ) |
|
|
privateslot |
void US_AnalyteGui::update_nucleotide |
( |
double |
| ) |
|
|
privateslot |
void US_AnalyteGui::update_nucleotide |
( |
void |
| ) |
|
|
privateslot |
void US_AnalyteGui::update_sequence |
( |
QString |
seq | ) |
|
|
privateslot |
void US_AnalyteGui::update_stranded |
( |
bool |
checked | ) |
|
|
privateslot |
void US_AnalyteGui::use_db |
( |
bool |
DB | ) |
|
|
signal |
A signal to indicate that the current disk/db selection has changed. /param DB True if DB is the new selection
void US_AnalyteGui::value_changed |
( |
const QString & |
| ) |
|
|
privateslot |
void US_AnalyteGui::valueChanged |
( |
US_Analyte |
data | ) |
|
|
signal |
A signal that indicates that the analyte data has been updated and the screen is closing.
- Parameters
-
data | - The updated analyte data |
void US_AnalyteGui::verify_vbar |
( |
void |
| ) |
|
|
privateslot |
QStringList US_AnalyteGui::analyteIDs |
|
private |
QWidget* US_AnalyteGui::carbs_widget |
|
private |
QCheckBox* US_AnalyteGui::ck_grad_form |
|
private |
QCheckBox* US_AnalyteGui::ck_mw_only |
|
private |
QCheckBox* US_AnalyteGui::ck_stranded |
|
private |
QComboBox* US_AnalyteGui::cmb_optics |
|
private |
QwtCounter* US_AnalyteGui::ct_calcium |
|
private |
QwtCounter* US_AnalyteGui::ct_lithium |
|
private |
QwtCounter* US_AnalyteGui::ct_magnesium |
|
private |
QwtCounter* US_AnalyteGui::ct_potassium |
|
private |
QwtCounter* US_AnalyteGui::ct_sodium |
|
private |
QStringList US_AnalyteGui::descriptions |
|
private |
QWidget* US_AnalyteGui::dna_widget |
|
private |
QStringList US_AnalyteGui::filenames |
|
private |
QStringList US_AnalyteGui::files |
|
private |
QString US_AnalyteGui::guid |
|
private |
QStringList US_AnalyteGui::GUIDs |
|
private |
bool US_AnalyteGui::inReset |
|
private |
QLineEdit* US_AnalyteGui::le_carbs_mw |
|
private |
QLineEdit* US_AnalyteGui::le_carbs_vbar |
|
private |
QLineEdit* US_AnalyteGui::le_description |
|
private |
QLineEdit* US_AnalyteGui::le_guid |
|
private |
QLineEdit* US_AnalyteGui::le_investigator |
|
private |
QLineEdit* US_AnalyteGui::le_nucle_mw |
|
private |
QLineEdit* US_AnalyteGui::le_nucle_vbar |
|
private |
QLineEdit* US_AnalyteGui::le_protein_e280 |
|
private |
QLineEdit* US_AnalyteGui::le_protein_mw |
|
private |
QLineEdit* US_AnalyteGui::le_protein_residues |
|
private |
QLineEdit* US_AnalyteGui::le_protein_temp |
|
private |
QLineEdit* US_AnalyteGui::le_protein_vbar |
|
private |
QLineEdit* US_AnalyteGui::le_protein_vbar20 |
|
private |
QLineEdit* US_AnalyteGui::le_search |
|
private |
QListWidget* US_AnalyteGui::lw_analytes |
|
private |
QPushButton* US_AnalyteGui::pb_delete |
|
private |
QPushButton* US_AnalyteGui::pb_more |
|
private |
QPushButton* US_AnalyteGui::pb_save |
|
private |
QPushButton* US_AnalyteGui::pb_sequence |
|
private |
QPushButton* US_AnalyteGui::pb_spectrum |
|
private |
int US_AnalyteGui::personID |
|
private |
QWidget* US_AnalyteGui::protein_widget |
|
private |
QRadioButton* US_AnalyteGui::rb_3_hydroxyl |
|
private |
QRadioButton* US_AnalyteGui::rb_3_phosphate |
|
private |
QRadioButton* US_AnalyteGui::rb_5_hydroxyl |
|
private |
QRadioButton* US_AnalyteGui::rb_5_phosphate |
|
private |
QRadioButton* US_AnalyteGui::rb_carb |
|
private |
QRadioButton* US_AnalyteGui::rb_dna |
|
private |
QRadioButton* US_AnalyteGui::rb_protein |
|
private |
QRadioButton* US_AnalyteGui::rb_rna |
|
private |
bool US_AnalyteGui::signal_wanted |
|
private |
double US_AnalyteGui::temperature |
|
private |
The documentation for this class was generated from the following files: