A dialog class to select run IDs of runs for models,noises pre-filter.  
 More...
#include "us_select_runs.h"
|  | 
| class | RunDesc | 
|  | < description of each edit set in the list presented  More... 
 | 
|  | 
|  | 
|  | US_SelectRuns (bool, QStringList &) | 
|  | Main constructor for dialog to select runs(s)  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 dialog class to select run IDs of runs for models,noises pre-filter. 
Definition at line 15 of file us_select_runs.h.
      
        
          | US_SelectRuns::US_SelectRuns | ( | bool | dbase, | 
        
          |  |  | QStringList & | runIDs | 
        
          |  | ) |  |  | 
      
 
Main constructor for dialog to select runs(s) 
- Parameters
- 
  
    | dbase | Flag: Data source is database |  | runIDs | A reference for an output list of selected runIDs |  
 
Definition at line 17 of file us_select_runs.cpp.
 
 
  
  | 
        
          | void US_SelectRuns::accepted | ( | void |  | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_SelectRuns::build_runids | ( | void |  | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_SelectRuns::cancelled | ( | void |  | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_SelectRuns::dkdb_changed | ( | bool | DB | ) |  |  | signal | 
 
A signal to the parent that disk/db selectin has changed. 
- Parameters
- 
  
    | DB | True if DB source is now selected |  
 
 
 
  
  | 
        
          | void US_SelectRuns::get_person | ( | void |  | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_SelectRuns::help | ( | void |  | ) |  |  | inlineprivateslot | 
 
 
  
  | 
        
          | void US_SelectRuns::list_data | ( | void |  | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_SelectRuns::scan_dbase_run | ( | void |  | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_SelectRuns::scan_local_run | ( | void |  | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_SelectRuns::search | ( | const QString & | search_string | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_SelectRuns::update_disk_db | ( | bool | isDB | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_SelectRuns::update_person | ( | int | ID | ) |  |  | privateslot | 
 
 
  
  | 
        
          | QString US_SelectRuns::dsearch |  | private | 
 
 
  
  | 
        
          | QLabel* US_SelectRuns::lb_list |  | private | 
 
 
  
  | 
        
          | QLineEdit* US_SelectRuns::le_dfilter |  | private | 
 
 
  
  | 
        
          | QLineEdit* US_SelectRuns::le_invest |  | private | 
 
 
  
  | 
        
          | QPushButton* US_SelectRuns::pb_invest |  | private | 
 
 
  
  | 
        
          | QStringList US_SelectRuns::rlabels |  | private | 
 
 
  
  | 
        
          | QStringList& US_SelectRuns::runIDs |  | private | 
 
 
  
  | 
        
          | QMap< QString, RunDesc > US_SelectRuns::runmap |  | private | 
 
 
  
  | 
        
          | bool US_SelectRuns::sel_db |  | private | 
 
 
  
  | 
        
          | QTableWidget* US_SelectRuns::tw_data |  | private | 
 
 
The documentation for this class was generated from the following files: