A class to provide a window with experimental/residuals plots.
More...
#include "us_resplot_fem.h"
|
| US_ResidPlotFem (QWidget *) |
|
void | set_plot (int) |
| Force a specific plot in the lower plot. More...
|
|
QwtPlot * | rp_data_plot2 () |
| Return a QwtPlot pointer for the lower plot. 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 with experimental/residuals plots.
Definition at line 18 of file us_resplot_fem.h.
US_ResidPlotFem::US_ResidPlotFem |
( |
QWidget * |
parent = 0 | ) |
|
- Parameters
-
parent | A pointer to the parent widget of this one |
Definition at line 13 of file us_resplot_fem.cpp.
void US_ResidPlotFem::arinCheck |
( |
bool |
| ) |
|
|
privateslot |
void US_ResidPlotFem::atinCheck |
( |
bool |
| ) |
|
|
privateslot |
void US_ResidPlotFem::close_all |
( |
void |
| ) |
|
|
privateslot |
void US_ResidPlotFem::pedaCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_ResidPlotFem::plot_data |
( |
void |
| ) |
|
|
privateslot |
void US_ResidPlotFem::plot_edata |
( |
void |
| ) |
|
|
privateslot |
void US_ResidPlotFem::plot_rdata |
( |
void |
| ) |
|
|
privateslot |
void US_ResidPlotFem::pranCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_ResidPlotFem::presCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_ResidPlotFem::prinCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_ResidPlotFem::psdaCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_ResidPlotFem::ptinCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_ResidPlotFem::resids_closed |
( |
void |
| ) |
|
|
privateslot |
QwtPlot * US_ResidPlotFem::rp_data_plot2 |
( |
| ) |
|
void US_ResidPlotFem::set_plot |
( |
int |
plotf | ) |
|
Force a specific plot in the lower plot.
- Parameters
-
plotf | Flag plot to force: 1,2 == ti_noise,ri_noise |
Definition at line 196 of file us_resplot_fem.cpp.
void US_ResidPlotFem::srbmCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_ResidPlotFem::srinCheck |
( |
bool |
| ) |
|
|
privateslot |
void US_ResidPlotFem::stinCheck |
( |
bool |
| ) |
|
|
privateslot |
QVBoxLayout* US_ResidPlotFem::buttonsLayout |
|
private |
QCheckBox* US_ResidPlotFem::ck_addrin |
|
protected |
QCheckBox* US_ResidPlotFem::ck_addtin |
|
protected |
QCheckBox* US_ResidPlotFem::ck_plteda |
|
protected |
QCheckBox* US_ResidPlotFem::ck_pltran |
|
protected |
QCheckBox* US_ResidPlotFem::ck_pltres |
|
protected |
QCheckBox* US_ResidPlotFem::ck_pltrin |
|
protected |
QCheckBox* US_ResidPlotFem::ck_pltsda |
|
protected |
QCheckBox* US_ResidPlotFem::ck_plttin |
|
protected |
QCheckBox* US_ResidPlotFem::ck_shorbm |
|
protected |
QCheckBox* US_ResidPlotFem::ck_subrin |
|
protected |
QCheckBox* US_ResidPlotFem::ck_subtin |
|
protected |
QwtPlot* US_ResidPlotFem::data_plot1 |
|
private |
QwtPlot* US_ResidPlotFem::data_plot2 |
|
private |
QGridLayout* US_ResidPlotFem::datctrlsLayout |
|
private |
int US_ResidPlotFem::dbg_level |
|
private |
QList< int >* US_ResidPlotFem::excllist |
|
protected |
bool US_ResidPlotFem::have_bm |
|
private |
bool US_ResidPlotFem::have_ed |
|
private |
bool US_ResidPlotFem::have_ri |
|
private |
bool US_ResidPlotFem::have_sd |
|
private |
bool US_ResidPlotFem::have_ti |
|
private |
QLineEdit* US_ResidPlotFem::le_rmsd |
|
protected |
QLineEdit* US_ResidPlotFem::le_vari |
|
protected |
QVBoxLayout* US_ResidPlotFem::leftLayout |
|
private |
QHBoxLayout* US_ResidPlotFem::mainLayout |
|
private |
US_Plot* US_ResidPlotFem::plotLayout1 |
|
private |
US_Plot* US_ResidPlotFem::plotLayout2 |
|
private |
QGridLayout* US_ResidPlotFem::resctrlsLayout |
|
private |
QVBoxLayout* US_ResidPlotFem::rightLayout |
|
private |
bool US_ResidPlotFem::skip_plot |
|
private |
The documentation for this class was generated from the following files: