A window for editing simulation parameters.
More...
#include "us_simulationparameters.h"
|
| US_SimulationParametersGui (US_SimulationParameters &) |
|
| 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 for editing simulation parameters.
Definition at line 14 of file us_simulationparameters.h.
void US_SimulationParametersGui::acceleration_flag |
( |
void |
| ) |
|
|
privateslot |
void US_SimulationParametersGui::accepted |
( |
void |
| ) |
|
|
privateslot |
void US_SimulationParametersGui::backup_parms |
( |
void |
| ) |
|
|
private |
void US_SimulationParametersGui::check_delay |
( |
void |
| ) |
|
|
private |
void US_SimulationParametersGui::complete |
( |
void |
| ) |
|
|
signal |
void US_SimulationParametersGui::disconnect_all |
( |
void |
| ) |
|
|
privateslot |
void US_SimulationParametersGui::help |
( |
void |
| ) |
|
|
inlineprivateslot |
void US_SimulationParametersGui::load |
( |
void |
| ) |
|
|
privateslot |
void US_SimulationParametersGui::reconnect_all |
( |
void |
| ) |
|
|
privateslot |
void US_SimulationParametersGui::revert |
( |
void |
| ) |
|
|
privateslot |
void US_SimulationParametersGui::save |
( |
void |
| ) |
|
|
privateslot |
void US_SimulationParametersGui::select_centerpiece |
( |
bool |
| ) |
|
|
inlineprivateslot |
void US_SimulationParametersGui::select_speed_profile |
( |
int |
index | ) |
|
|
privateslot |
void US_SimulationParametersGui::update_acceleration |
( |
double |
accel | ) |
|
|
privateslot |
void US_SimulationParametersGui::update_bottom |
( |
double |
bottom | ) |
|
|
inlineprivateslot |
void US_SimulationParametersGui::update_combobox |
( |
void |
| ) |
|
|
private |
void US_SimulationParametersGui::update_delay_hours |
( |
double |
hours | ) |
|
|
privateslot |
void US_SimulationParametersGui::update_delay_mins |
( |
double |
minutes | ) |
|
|
privateslot |
void US_SimulationParametersGui::update_duration_hours |
( |
double |
hours | ) |
|
|
privateslot |
void US_SimulationParametersGui::update_duration_mins |
( |
double |
minutes | ) |
|
|
privateslot |
void US_SimulationParametersGui::update_lamella |
( |
double |
lamella | ) |
|
|
inlineprivateslot |
void US_SimulationParametersGui::update_meniscus |
( |
double |
meniscus | ) |
|
|
inlineprivateslot |
void US_SimulationParametersGui::update_mesh |
( |
int |
mesh | ) |
|
|
privateslot |
void US_SimulationParametersGui::update_moving |
( |
int |
grid | ) |
|
|
inlineprivateslot |
void US_SimulationParametersGui::update_radial_res |
( |
double |
radial_res | ) |
|
|
inlineprivateslot |
void US_SimulationParametersGui::update_rinoise |
( |
double |
rinoise | ) |
|
|
inlineprivateslot |
void US_SimulationParametersGui::update_rnoise |
( |
double |
rnoise | ) |
|
|
inlineprivateslot |
void US_SimulationParametersGui::update_rotorspeed |
( |
double |
speed | ) |
|
|
privateslot |
void US_SimulationParametersGui::update_scans |
( |
double |
scans | ) |
|
|
privateslot |
void US_SimulationParametersGui::update_simpoints |
( |
double |
simpoints | ) |
|
|
inlineprivateslot |
void US_SimulationParametersGui::update_speed_profile |
( |
double |
profile | ) |
|
|
privateslot |
void US_SimulationParametersGui::update_speeds |
( |
double |
value | ) |
|
|
privateslot |
void US_SimulationParametersGui::update_temp |
( |
double |
temp | ) |
|
|
inlineprivateslot |
void US_SimulationParametersGui::update_tinoise |
( |
double |
tinoise | ) |
|
|
inlineprivateslot |
QCheckBox* US_SimulationParametersGui::cb_acceleration_flag |
|
private |
QComboBox* US_SimulationParametersGui::cmb_mesh |
|
private |
QComboBox* US_SimulationParametersGui::cmb_moving |
|
private |
QComboBox* US_SimulationParametersGui::cmb_speeds |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_acceleration |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_bottom |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_delay_hours |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_delay_mins |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_duration_hours |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_duration_mins |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_lamella |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_meniscus |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_radial_res |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_rinoise |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_rnoise |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_rotorspeed |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_scans |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_selected_speed |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_simpoints |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_speeds |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_temperature |
|
private |
QwtCounter* US_SimulationParametersGui::cnt_tinoise |
|
private |
int US_SimulationParametersGui::current_speed_step |
|
private |
QRadioButton* US_SimulationParametersGui::rb_band |
|
private |
QRadioButton* US_SimulationParametersGui::rb_standard |
|
private |
US_Help US_SimulationParametersGui::showhelp |
|
private |
The documentation for this class was generated from the following files: