A window to edit a model for simulation.
More...
#include "us_model_gui.h"
|
| | US_ModelGui (US_Model &) |
| |
| | 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 window to edit a model for simulation.
Definition at line 17 of file us_model_gui.h.
The optical type of sensor in the experiment.
| Enumerator |
|---|
| ABSORBANCE |
|
| INTERFERENCE |
|
| FLUORESCENCE |
|
Definition at line 26 of file us_model_gui.h.
| US_ModelGui::US_ModelGui |
( |
US_Model & |
current_model | ) |
|
- Parameters
-
| current_model | - Location of model structure for editing |
Definition at line 13 of file us_model_gui.cpp.
| void US_ModelGui::accept_model |
( |
void |
| ) |
|
|
privateslot |
| void US_ModelGui::associations |
( |
void |
| ) |
|
|
privateslot |
| void US_ModelGui::check_db |
( |
void |
| ) |
|
|
privateslot |
| void US_ModelGui::connect_error |
( |
const QString & |
error | ) |
|
|
private |
| bool US_ModelGui::database_ok |
( |
US_DB2 & |
db | ) |
|
|
private |
| void US_ModelGui::delete_model |
( |
void |
| ) |
|
|
privateslot |
| void US_ModelGui::edit_description |
( |
void |
| ) |
|
|
privateslot |
| void US_ModelGui::filter_changed |
( |
void |
| ) |
|
|
privateslot |
| void US_ModelGui::get_person |
( |
void |
| ) |
|
|
privateslot |
| void US_ModelGui::help |
( |
void |
| ) |
|
|
inlineprivateslot |
| bool US_ModelGui::ignore_changes |
( |
void |
| ) |
|
|
private |
| void US_ModelGui::list_models |
( |
void |
| ) |
|
|
privateslot |
| void US_ModelGui::manage_components |
( |
void |
| ) |
|
|
privateslot |
| int US_ModelGui::modelIndex |
( |
QString |
mdesc, |
|
|
QList< ModelDesc > |
mds |
|
) |
| |
|
privateslot |
| void US_ModelGui::new_model |
( |
void |
| ) |
|
|
privateslot |
| void US_ModelGui::save_model |
( |
void |
| ) |
|
|
privateslot |
| void US_ModelGui::select_model |
( |
QListWidgetItem * |
item | ) |
|
|
privateslot |
| void US_ModelGui::show_model_desc |
( |
void |
| ) |
|
|
private |
| void US_ModelGui::source_changed |
( |
bool |
db | ) |
|
|
privateslot |
| bool US_ModelGui::status_query |
( |
const QStringList & |
q | ) |
|
|
private |
| void US_ModelGui::upd_disk_db |
( |
bool |
db | ) |
|
|
privateslot |
| void US_ModelGui::update_assoc |
( |
void |
| ) |
|
|
privateslot |
| void US_ModelGui::update_sim |
( |
void |
| ) |
|
|
privateslot |
| void US_ModelGui::valueChanged |
( |
US_Model |
model | ) |
|
|
signal |
A signal that returns the model loaded or created.
- Parameters
-
| model | - The parameters of the model |
| bool US_ModelGui::verify_model |
( |
void |
| ) |
|
|
private |
| QComboBox* US_ModelGui::cb_optics |
|
private |
| int US_ModelGui::investigator |
|
private |
| QLineEdit* US_ModelGui::le_description |
|
private |
| QLineEdit* US_ModelGui::le_guid |
|
private |
| QLineEdit* US_ModelGui::le_investigator |
|
private |
| QLineEdit* US_ModelGui::le_mlfilt |
|
private |
| QLineEdit* US_ModelGui::le_nlines |
|
private |
| QLineEdit* US_ModelGui::le_wavelength |
|
private |
| QListWidget* US_ModelGui::lw_models |
|
private |
| QList< ModelDesc > US_ModelGui::model_descriptions |
|
private |
| bool US_ModelGui::model_saved |
|
private |
| bool US_ModelGui::newFile |
|
private |
| QPushButton* US_ModelGui::pb_delete |
|
private |
| QPushButton* US_ModelGui::pb_save |
|
private |
| int US_ModelGui::recent_row |
|
private |
The documentation for this class was generated from the following files: