A window to edit a model for simulation.
More...
#include "us_model_editor.h"
|
| US_ModelEditor (ModelSystem &, QWidget *=0, Qt::WindowFlags=0) |
|
| 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 13 of file us_model_editor.h.
US_ModelEditor::US_ModelEditor |
( |
ModelSystem & |
current_model, |
|
|
QWidget * |
p = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
- Parameters
-
current_model | - Location of model structure for editing |
p | - Parent widget, normally not specified |
f | - Window flags, normally not specified |
Definition at line 9 of file us_model_editor.cpp.
void US_ModelEditor::accept_model |
( |
void |
| ) |
|
|
privateslot |
void US_ModelEditor::change_component1 |
( |
int |
index | ) |
|
|
privateslot |
void US_ModelEditor::change_spinbox |
( |
int |
value | ) |
|
|
privateslot |
void US_ModelEditor::error |
( |
const QString & |
message | ) |
|
|
private |
void US_ModelEditor::get_vbar |
( |
void |
| ) |
|
|
privateslot |
void US_ModelEditor::help |
( |
void |
| ) |
|
|
inlineprivateslot |
void US_ModelEditor::load_c0 |
( |
void |
| ) |
|
|
privateslot |
void US_ModelEditor::load_model |
( |
void |
| ) |
|
|
privateslot |
void US_ModelEditor::save_model |
( |
void |
| ) |
|
|
privateslot |
void US_ModelEditor::select_shape |
( |
int |
new_shape | ) |
|
|
privateslot |
void US_ModelEditor::simulate_component |
( |
void |
| ) |
|
|
privateslot |
void US_ModelEditor::update_component |
( |
void |
| ) |
|
|
private |
void US_ModelEditor::update_conc |
( |
const QString & |
text | ) |
|
|
privateslot |
void US_ModelEditor::update_delta |
( |
const QString & |
text | ) |
|
|
privateslot |
void US_ModelEditor::update_diff |
( |
const QString & |
text | ) |
|
|
privateslot |
void US_ModelEditor::update_extinction |
( |
const QString & |
text | ) |
|
|
privateslot |
void US_ModelEditor::update_f_f0 |
( |
const QString & |
text | ) |
|
|
privateslot |
void US_ModelEditor::update_keq |
( |
const QString & |
text | ) |
|
|
privateslot |
void US_ModelEditor::update_koff |
( |
const QString & |
text | ) |
|
|
privateslot |
void US_ModelEditor::update_mw |
( |
const QString & |
text | ) |
|
|
privateslot |
void US_ModelEditor::update_sD |
( |
void |
| ) |
|
|
private |
void US_ModelEditor::update_sed |
( |
const QString & |
text | ) |
|
|
privateslot |
void US_ModelEditor::update_shape |
( |
void |
| ) |
|
|
privateslot |
void US_ModelEditor::update_sigma |
( |
const QString & |
text | ) |
|
|
privateslot |
void US_ModelEditor::update_vbar |
( |
const QString & |
text | ) |
|
|
privateslot |
void US_ModelEditor::update_vbar |
( |
double |
vbar | ) |
|
|
privateslot |
bool US_ModelEditor::verify_model |
( |
void |
| ) |
|
|
private |
QString US_ModelEditor::c0_file |
|
private |
QComboBox* US_ModelEditor::cmb_component1 |
|
private |
QListWidget* US_ModelEditor::cmb_component2 |
|
private |
int US_ModelEditor::component |
|
private |
QLabel* US_ModelEditor::lb_header |
|
private |
QLineEdit* US_ModelEditor::le_c0 |
|
private |
QLineEdit* US_ModelEditor::le_conc |
|
private |
QLineEdit* US_ModelEditor::le_delta |
|
private |
QLineEdit* US_ModelEditor::le_diff |
|
private |
QLineEdit* US_ModelEditor::le_extinction |
|
private |
QLineEdit* US_ModelEditor::le_f_f0 |
|
private |
QLineEdit* US_ModelEditor::le_keq |
|
private |
QLineEdit* US_ModelEditor::le_koff |
|
private |
QLineEdit* US_ModelEditor::le_mw |
|
private |
QLineEdit* US_ModelEditor::le_sed |
|
private |
QLineEdit* US_ModelEditor::le_sigma |
|
private |
QLineEdit* US_ModelEditor::le_stoich |
|
private |
QLineEdit* US_ModelEditor::le_vbar |
|
private |
ModelSystem& US_ModelEditor::model |
|
private |
QPushButton* US_ModelEditor::pb_load_c0 |
|
private |
QPushButton* US_ModelEditor::pb_vbar |
|
private |
QRadioButton* US_ModelEditor::rb_oblate |
|
private |
QRadioButton* US_ModelEditor::rb_prolate |
|
private |
QRadioButton* US_ModelEditor::rb_rod |
|
private |
QRadioButton* US_ModelEditor::rb_sphere |
|
private |
QSpinBox* US_ModelEditor::sb_count |
|
private |
int US_ModelEditor::shape |
|
private |
The documentation for this class was generated from the following files: