A class to provide a window for advanced analysis controls.
More...
#include "us_adv_analysis_2d.h"
|
| | US_AdvAnalysis2D (US_SimulationParameters *, bool &, QWidget *p=0) |
| | US_AdvAnalysis2D constructor. More...
|
| |
| | 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 to provide a window for advanced analysis controls.
Definition at line 15 of file us_adv_analysis_2d.h.
US_AdvAnalysis2D constructor.
- Parameters
-
| sim_par | Pointer to simulation parameters |
| loadDB | Flag for whether loads are from DB |
| p | Pointer to the parent of this widget |
Definition at line 11 of file us_adv_analysis_2d.cpp.
| void US_AdvAnalysis2D::checkBandForm |
( |
bool |
checked | ) |
|
|
privateslot |
| void US_AdvAnalysis2D::checkClipLow |
( |
bool |
checked | ) |
|
|
privateslot |
| void US_AdvAnalysis2D::checkLocalUni |
( |
bool |
checked | ) |
|
|
privateslot |
| void US_AdvAnalysis2D::checkMdGrid |
( |
bool |
checked | ) |
|
|
privateslot |
| void US_AdvAnalysis2D::checkMdRatios |
( |
bool |
checked | ) |
|
|
privateslot |
| void US_AdvAnalysis2D::checkMeniscus |
( |
bool |
checked | ) |
|
|
privateslot |
| void US_AdvAnalysis2D::checkMonteCar |
( |
bool |
checked | ) |
|
|
privateslot |
| void US_AdvAnalysis2D::checkRandLoc |
( |
bool |
checked | ) |
|
|
privateslot |
| void US_AdvAnalysis2D::checkRegular |
( |
bool |
checked | ) |
|
|
privateslot |
| void US_AdvAnalysis2D::checkSoluCoal |
( |
bool |
checked | ) |
|
|
privateslot |
| void US_AdvAnalysis2D::checkUniGrid |
( |
bool |
checked | ) |
|
|
privateslot |
| void US_AdvAnalysis2D::get_parameters |
( |
int & |
rtype, |
|
|
double & |
rtpar1, |
|
|
double & |
rtpar2, |
|
|
double & |
rtpar3, |
|
|
US_Model & |
modpar, |
|
|
bool & |
reg, |
|
|
double & |
repar1 |
|
) |
| |
|
slot |
| void US_AdvAnalysis2D::help |
( |
void |
| ) |
|
|
inlineprivateslot |
| void US_AdvAnalysis2D::load_model |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysis2D::optimize_options |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysis2D::select |
( |
void |
| ) |
|
|
privateslot |
| void US_AdvAnalysis2D::uncheck_optimize |
( |
int |
ckflag | ) |
|
|
privateslot |
| QCheckBox* US_AdvAnalysis2D::ck_clipcs |
|
private |
| QCheckBox* US_AdvAnalysis2D::ck_locugr |
|
private |
| QCheckBox* US_AdvAnalysis2D::ck_mcarlo |
|
private |
| QCheckBox* US_AdvAnalysis2D::ck_mdgrid |
|
private |
| QCheckBox* US_AdvAnalysis2D::ck_mdrati |
|
private |
| QCheckBox* US_AdvAnalysis2D::ck_menisc |
|
private |
| QCheckBox* US_AdvAnalysis2D::ck_ranlgr |
|
private |
| QCheckBox* US_AdvAnalysis2D::ck_regulz |
|
private |
| QCheckBox* US_AdvAnalysis2D::ck_soluco |
|
private |
| QCheckBox* US_AdvAnalysis2D::ck_unifgr |
|
private |
| QComboBox* US_AdvAnalysis2D::cmb_mesh |
|
private |
| QComboBox* US_AdvAnalysis2D::cmb_moving |
|
private |
| QwtCounter* US_AdvAnalysis2D::ct_bandload |
|
private |
| QwtCounter* US_AdvAnalysis2D::ct_coaldist |
|
private |
| QwtCounter* US_AdvAnalysis2D::ct_mciters |
|
private |
| QwtCounter* US_AdvAnalysis2D::ct_menispts |
|
private |
| QwtCounter* US_AdvAnalysis2D::ct_menisrng |
|
private |
| QwtCounter* US_AdvAnalysis2D::ct_nbrclips |
|
private |
| QwtCounter* US_AdvAnalysis2D::ct_regufact |
|
private |
| QwtCounter* US_AdvAnalysis2D::ct_repetloc |
|
private |
| QwtCounter* US_AdvAnalysis2D::ct_repetran |
|
private |
| QwtCounter* US_AdvAnalysis2D::ct_scfact2 |
|
private |
| QwtCounter* US_AdvAnalysis2D::ct_scfactor |
|
private |
| QwtCounter* US_AdvAnalysis2D::ct_spoints |
|
private |
| QwtCounter* US_AdvAnalysis2D::ct_stddevia |
|
private |
| bool& US_AdvAnalysis2D::loadDB |
|
private |
| QHBoxLayout* US_AdvAnalysis2D::mainLayout |
|
private |
| int US_AdvAnalysis2D::ncsteps |
|
private |
| int US_AdvAnalysis2D::nctotal |
|
private |
| QGridLayout* US_AdvAnalysis2D::optimizeLayout |
|
private |
| QWidget* US_AdvAnalysis2D::parentw |
|
private |
| QPushButton* US_AdvAnalysis2D::pb_accept |
|
private |
| QPushButton* US_AdvAnalysis2D::pb_ldmodel |
|
private |
| QRadioButton* US_AdvAnalysis2D::rb_bandcp |
|
private |
| QRadioButton* US_AdvAnalysis2D::rb_stndcp |
|
private |
| QGridLayout* US_AdvAnalysis2D::simparmsLayout |
|
private |
The documentation for this class was generated from the following files: