
#include "us_grid_editor.h"


| Public Member Functions | |
| US_Grid_Editor () | |
|  Public Member Functions inherited from US_Widgets | |
| US_Widgets (bool=true, QWidget *p=0, Qt::WindowFlags f=0) | |
| ~US_Widgets (void) | |
| 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=-1, 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) | 
| void | write_plot (const QString &, const QwtPlot *) | 
| Write a plot file (PNG or SVG+PNG) from a plot.  More... | |
| int | clean_etc_dir (bool=false) | 
| Clean install and work ./etc directories.  More... | |
| Private Types | |
| enum | attr_type { ATTR_S, ATTR_K, ATTR_W, ATTR_V, ATTR_D, ATTR_F } | 
| Private Slots | |
| void | update_xRes (double) | 
| void | update_yRes (double) | 
| void | update_xMin (double) | 
| void | update_xMax (double) | 
| void | update_yMin (double) | 
| void | update_yMax (double) | 
| void | update_zVal (double) | 
| void | update_partialGrid (double) | 
| void | update_subGrids (double) | 
| void | update_density (const QString &) | 
| void | update_viscosity (const QString &) | 
| void | update_plot (void) | 
| void | select_x_axis (int) | 
| void | select_y_axis (int) | 
| void | select_fixed (const QString &) | 
| void | select_plot (int) | 
| void | delete_partialGrid (void) | 
| void | add_partialGrid (void) | 
| void | save (void) | 
| void | reset (void) | 
| void | help (void) | 
| void | calc_gridpoints (void) | 
| void | calc_gridpoints_2 (void) | 
| void | set_minmax (const struct gridpoint &) | 
| void | show_final_grid (bool) | 
| void | show_sub_grid (bool) | 
| void | update_disk_db (bool) | 
| void | sel_investigator (void) | 
| void | print_minmax (void) | 
| double | grid_value (struct gridpoint &, int) | 
| bool | set_comp_skw (struct gridpoint &) | 
| bool | set_comp_skv (struct gridpoint &) | 
| bool | set_comp_skd (struct gridpoint &) | 
| bool | set_comp_skf (struct gridpoint &) | 
| bool | set_comp_swv (struct gridpoint &) | 
| bool | set_comp_swd (struct gridpoint &) | 
| bool | set_comp_swf (struct gridpoint &) | 
| bool | set_comp_svd (struct gridpoint &) | 
| bool | set_comp_svf (struct gridpoint &) | 
| bool | set_comp_sdf (struct gridpoint &) | 
| bool | set_comp_kwv (struct gridpoint &) | 
| bool | set_comp_kwd (struct gridpoint &) | 
| bool | set_comp_kwf (struct gridpoint &) | 
| bool | set_comp_kvd (struct gridpoint &) | 
| bool | set_comp_kvf (struct gridpoint &) | 
| bool | set_comp_kdf (struct gridpoint &) | 
| bool | set_comp_wvd (struct gridpoint &) | 
| bool | set_comp_wvf (struct gridpoint &) | 
| bool | set_comp_wdf (struct gridpoint &) | 
| bool | set_comp_vdf (struct gridpoint &) | 
| bool | check_grid_point (double, struct gridpoint &) | 
| bool | validate_ff0 (void) | 
| void | clear_grid (struct gridpoint &) | 
| void | set_grid_value (struct gridpoint &, const int, const double) | 
| bool | complete_comp (struct gridpoint &) | 
| Private Attributes | |
| int | grid_index | 
| int | partialGrid | 
| int | subGrids | 
| QLabel * | lb_info1 | 
| QLabel * | lb_info2 | 
| QLabel * | lb_xaxis | 
| QLabel * | lb_yaxis | 
| QLabel * | lb_fixed | 
| QLabel * | lb_xRes | 
| QLabel * | lb_yRes | 
| QLabel * | lb_xMin | 
| QLabel * | lb_xMax | 
| QLabel * | lb_yMin | 
| QLabel * | lb_yMax | 
| QLabel * | lb_zVal | 
| QLabel * | lb_density | 
| QLabel * | lb_viscosity | 
| QLabel * | lb_partialGrid | 
| QLabel * | lb_subGrid | 
| QLineEdit * | le_density | 
| QLineEdit * | le_viscosity | 
| QLineEdit * | le_investigator | 
| QComboBox * | cb_fixed | 
| US_Help | showHelp | 
| QList< gridpoint > | current_grid | 
| QList< gridpoint > | final_grid | 
| gridpoint | maxgridpoint | 
| gridpoint | mingridpoint | 
| QwtCounter * | ct_xRes | 
| QwtCounter * | ct_yRes | 
| QwtCounter * | ct_yMin | 
| QwtCounter * | ct_yMax | 
| QwtCounter * | ct_xMin | 
| QwtCounter * | ct_xMax | 
| QwtCounter * | ct_zVal | 
| QwtCounter * | ct_partialGrid | 
| QwtCounter * | ct_subGrids | 
| QwtPlot * | data_plot1 | 
| QwtLinearColorMap * | colormap | 
| US_PlotPicker * | pick1 | 
| US_PlotPicker * | pick2 | 
| US_Disk_DB_Controls * | dkdb_cntrls | 
| QPushButton * | pb_add_partialGrid | 
| QPushButton * | pb_delete_partialGrid | 
| QPushButton * | pb_help | 
| QPushButton * | pb_close | 
| QPushButton * | pb_save | 
| QPushButton * | pb_reset | 
| QPushButton * | pb_investigator | 
| QCheckBox * | ck_show_final_grid | 
| QCheckBox * | ck_show_sub_grid | 
| QRadioButton * | rb_x_s | 
| QRadioButton * | rb_x_mw | 
| QRadioButton * | rb_x_ff0 | 
| QRadioButton * | rb_x_D | 
| QRadioButton * | rb_x_f | 
| QRadioButton * | rb_x_vbar | 
| QRadioButton * | rb_y_s | 
| QRadioButton * | rb_y_mw | 
| QRadioButton * | rb_y_ff0 | 
| QRadioButton * | rb_y_D | 
| QRadioButton * | rb_y_f | 
| QRadioButton * | rb_y_vbar | 
| QRadioButton * | rb_plot1 | 
| QRadioButton * | rb_plot2 | 
| QButtonGroup * | bg_x_axis | 
| QButtonGroup * | bg_y_axis | 
| QButtonGroup * | toggle_plot | 
| double | xMin | 
| double | xMax | 
| double | yMin | 
| double | yMax | 
| double | xRes | 
| double | yRes | 
| double | zVal | 
| double | viscosity | 
| double | density | 
| double | vbar | 
| double | ff0 | 
| int | dbg_level | 
| int | plot_x | 
| int | plot_y | 
| int | plot_z | 
| int | selected_plot | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from US_Widgets | |
| static QFont | fixedFont (void) | 
|  Public Attributes inherited from US_Widgets | |
| 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... | |
Definition at line 44 of file us_grid_editor.h.
| 
 | private | 
| Enumerator | |
|---|---|
| ATTR_S | |
| ATTR_K | |
| ATTR_W | |
| ATTR_V | |
| ATTR_D | |
| ATTR_F | |
Definition at line 53 of file us_grid_editor.h.
| US_Grid_Editor::US_Grid_Editor | ( | ) | 
Definition at line 26 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 1978 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 923 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 1923 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2599 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2791 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2820 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 1994 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2310 of file us_grid_editor.cpp.
| 
 | inlineprivateslot | 
Definition at line 176 of file us_grid_editor.h.
| 
 | privateslot | 
Definition at line 2044 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 355 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 431 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2294 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2213 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2063 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2071 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2142 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2532 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2497 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2515 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2477 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2487 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2461 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2450 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2356 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2365 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2333 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2323 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2415 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2432 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2395 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2405 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2374 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2587 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2576 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2542 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2559 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2802 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2025 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2237 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2261 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 696 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2288 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 681 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 718 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 688 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 707 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 622 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 607 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 590 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 653 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 637 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 600 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 669 of file us_grid_editor.cpp.
| 
 | privateslot | 
Definition at line 2615 of file us_grid_editor.cpp.
| 
 | private | 
Definition at line 132 of file us_grid_editor.h.
| 
 | private | 
Definition at line 133 of file us_grid_editor.h.
| 
 | private | 
Definition at line 80 of file us_grid_editor.h.
| 
 | private | 
Definition at line 114 of file us_grid_editor.h.
| 
 | private | 
Definition at line 115 of file us_grid_editor.h.
| 
 | private | 
Definition at line 100 of file us_grid_editor.h.
| 
 | private | 
Definition at line 96 of file us_grid_editor.h.
| 
 | private | 
Definition at line 97 of file us_grid_editor.h.
| 
 | private | 
Definition at line 94 of file us_grid_editor.h.
| 
 | private | 
Definition at line 93 of file us_grid_editor.h.
| 
 | private | 
Definition at line 89 of file us_grid_editor.h.
| 
 | private | 
Definition at line 92 of file us_grid_editor.h.
| 
 | private | 
Definition at line 91 of file us_grid_editor.h.
| 
 | private | 
Definition at line 90 of file us_grid_editor.h.
| 
 | private | 
Definition at line 95 of file us_grid_editor.h.
| 
 | private | 
Definition at line 83 of file us_grid_editor.h.
| 
 | private | 
Definition at line 99 of file us_grid_editor.h.
| 
 | private | 
Definition at line 148 of file us_grid_editor.h.
| 
 | private | 
Definition at line 144 of file us_grid_editor.h.
| 
 | private | 
Definition at line 103 of file us_grid_editor.h.
| 
 | private | 
Definition at line 146 of file us_grid_editor.h.
| 
 | private | 
Definition at line 84 of file us_grid_editor.h.
| 
 | private | 
Definition at line 55 of file us_grid_editor.h.
| 
 | private | 
Definition at line 71 of file us_grid_editor.h.
| 
 | private | 
Definition at line 63 of file us_grid_editor.h.
| 
 | private | 
Definition at line 59 of file us_grid_editor.h.
| 
 | private | 
Definition at line 60 of file us_grid_editor.h.
| 
 | private | 
Definition at line 73 of file us_grid_editor.h.
| 
 | private | 
Definition at line 74 of file us_grid_editor.h.
| 
 | private | 
Definition at line 72 of file us_grid_editor.h.
| 
 | private | 
Definition at line 61 of file us_grid_editor.h.
| 
 | private | 
Definition at line 67 of file us_grid_editor.h.
| 
 | private | 
Definition at line 66 of file us_grid_editor.h.
| 
 | private | 
Definition at line 64 of file us_grid_editor.h.
| 
 | private | 
Definition at line 62 of file us_grid_editor.h.
| 
 | private | 
Definition at line 69 of file us_grid_editor.h.
| 
 | private | 
Definition at line 68 of file us_grid_editor.h.
| 
 | private | 
Definition at line 65 of file us_grid_editor.h.
| 
 | private | 
Definition at line 70 of file us_grid_editor.h.
| 
 | private | 
Definition at line 76 of file us_grid_editor.h.
| 
 | private | 
Definition at line 78 of file us_grid_editor.h.
| 
 | private | 
Definition at line 77 of file us_grid_editor.h.
| 
 | private | 
Definition at line 86 of file us_grid_editor.h.
| 
 | private | 
Definition at line 87 of file us_grid_editor.h.
| 
 | private | 
Definition at line 57 of file us_grid_editor.h.
| 
 | private | 
Definition at line 106 of file us_grid_editor.h.
| 
 | private | 
Definition at line 109 of file us_grid_editor.h.
| 
 | private | 
Definition at line 107 of file us_grid_editor.h.
| 
 | private | 
Definition at line 108 of file us_grid_editor.h.
| 
 | private | 
Definition at line 112 of file us_grid_editor.h.
| 
 | private | 
Definition at line 111 of file us_grid_editor.h.
| 
 | private | 
Definition at line 110 of file us_grid_editor.h.
| 
 | private | 
Definition at line 101 of file us_grid_editor.h.
| 
 | private | 
Definition at line 102 of file us_grid_editor.h.
| 
 | private | 
Definition at line 149 of file us_grid_editor.h.
| 
 | private | 
Definition at line 150 of file us_grid_editor.h.
| 
 | private | 
Definition at line 151 of file us_grid_editor.h.
| 
 | private | 
Definition at line 129 of file us_grid_editor.h.
| 
 | private | 
Definition at line 130 of file us_grid_editor.h.
| 
 | private | 
Definition at line 120 of file us_grid_editor.h.
| 
 | private | 
Definition at line 121 of file us_grid_editor.h.
| 
 | private | 
Definition at line 119 of file us_grid_editor.h.
| 
 | private | 
Definition at line 118 of file us_grid_editor.h.
| 
 | private | 
Definition at line 117 of file us_grid_editor.h.
| 
 | private | 
Definition at line 122 of file us_grid_editor.h.
| 
 | private | 
Definition at line 126 of file us_grid_editor.h.
| 
 | private | 
Definition at line 127 of file us_grid_editor.h.
| 
 | private | 
Definition at line 125 of file us_grid_editor.h.
| 
 | private | 
Definition at line 124 of file us_grid_editor.h.
| 
 | private | 
Definition at line 123 of file us_grid_editor.h.
| 
 | private | 
Definition at line 128 of file us_grid_editor.h.
| 
 | private | 
Definition at line 152 of file us_grid_editor.h.
| 
 | private | 
Definition at line 82 of file us_grid_editor.h.
| 
 | private | 
Definition at line 58 of file us_grid_editor.h.
| 
 | private | 
Definition at line 134 of file us_grid_editor.h.
| 
 | private | 
Definition at line 145 of file us_grid_editor.h.
| 
 | private | 
Definition at line 143 of file us_grid_editor.h.
| 
 | private | 
Definition at line 137 of file us_grid_editor.h.
| 
 | private | 
Definition at line 136 of file us_grid_editor.h.
| 
 | private | 
Definition at line 140 of file us_grid_editor.h.
| 
 | private | 
Definition at line 139 of file us_grid_editor.h.
| 
 | private | 
Definition at line 138 of file us_grid_editor.h.
| 
 | private | 
Definition at line 141 of file us_grid_editor.h.
| 
 | private | 
Definition at line 142 of file us_grid_editor.h.
 1.8.3.1-20130324
 1.8.3.1-20130324