A dialog class to select and load raw data.  
 More...
#include "us_load_auc.h"
|  | 
| void | changed (bool DB) | 
|  | A signal to tell the parent when the disk/db selection has changed.  More... 
 | 
|  | 
| void | progress (const QString message) | 
|  | A signal to provide the parent with a progress message documenting currently loading triple.  More... 
 | 
|  | 
|  | 
|  | US_LoadAUC (bool, QVector< US_DataIO::RawData > &, QStringList &, QString &) | 
|  | Main contructor for dialog to select raw data and load it.  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) | 
|  | 
|  | 
| bool | eventFilter (QObject *, QEvent *) | 
|  | Event filter to flag whether a mouse click is with the right mouse button;.  More... 
 | 
|  | 
|  | 
| 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 and load raw data. 
Definition at line 14 of file us_load_auc.h.
      
        
          | US_LoadAUC::US_LoadAUC | ( | bool | local, | 
        
          |  |  | QVector< US_DataIO::RawData > & | rData, | 
        
          |  |  | QStringList & | trips, | 
        
          |  |  | QString & | wdir | 
        
          |  | ) |  |  | 
      
 
Main contructor for dialog to select raw data and load it. 
- Parameters
- 
  
    | local | Flag: is data source local disk? |  | rData | A reference for a returned vector of RawData objects |  | trips | A reference for a returned list of triples |  | wdir | A reference for the returned data working directory |  
 
Definition at line 11 of file us_load_auc.cpp.
 
 
  
  | 
        
          | void US_LoadAUC::assign_investigator | ( | int | invID | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_LoadAUC::changed | ( | bool | DB | ) |  |  | signal | 
 
A signal to tell the parent when the disk/db selection has changed. 
- Parameters
- 
  
  
 
 
  
  | 
        
          | void US_LoadAUC::collapse | ( | void |  | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_LoadAUC::create_descs | ( | QStringList & | runIDs, |  
          |  |  | QStringList & | infoDs, |  
          |  |  | int | naucf |  
          |  | ) |  |  |  | private | 
 
 
  
  | 
        
          | bool US_LoadAUC::eventFilter | ( | QObject * | obj, |  
          |  |  | QEvent * | e |  
          |  | ) |  |  |  | protected | 
 
Event filter to flag whether a mouse click is with the right mouse button;. 
- Parameters
- 
  
    | obj | Pointer to object on which event occurred. |  | e | Pointer to event to filter. |  
 
- Returns
- Flag if event has been completely handled. 
Definition at line 500 of file us_load_auc.cpp.
 
 
  
  | 
        
          | void US_LoadAUC::expand | ( | void |  | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_LoadAUC::fill_in | ( | void |  | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_LoadAUC::help | ( | void |  | ) |  |  | inlineprivateslot | 
 
 
  
  | 
        
          | void US_LoadAUC::limit_data | ( | const QString & | search | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_LoadAUC::load | ( | void |  | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_LoadAUC::load_db | ( | QList< DataDesc > & | sdescs | ) |  |  | private | 
 
 
  
  | 
        
          | void US_LoadAUC::load_disk | ( | QList< DataDesc > & | sdescs | ) |  |  | private | 
 
 
  
  | 
        
          | void US_LoadAUC::populate_tree | ( | void |  | ) |  |  | private | 
 
 
  
  | 
        
          | void US_LoadAUC::progress | ( | const QString | message | ) |  |  | signal | 
 
A signal to provide the parent with a progress message documenting currently loading triple. 
- Parameters
- 
  
    | message | Message with currently loading triple |  
 
 
 
  
  | 
        
          | int US_LoadAUC::scan_db | ( | void |  | ) |  |  | private | 
 
 
  
  | 
        
          | int US_LoadAUC::scan_disk | ( | void |  | ) |  |  | private | 
 
 
  
  | 
        
          | int US_LoadAUC::scan_run_db | ( | void |  | ) |  |  | private | 
 
 
  
  | 
        
          | int US_LoadAUC::scan_run_disk | ( | void |  | ) |  |  | private | 
 
 
  
  | 
        
          | void US_LoadAUC::sel_investigator | ( | void |  | ) |  |  | privateslot | 
 
 
  
  | 
        
          | void US_LoadAUC::show_data_info | ( | QPoint | pos | ) |  |  | private | 
 
 
  
  | 
        
          | void US_LoadAUC::update_disk_db | ( | bool | db | ) |  |  | privateslot | 
 
 
  
  | 
        
          | QMap< QString, DataDesc > US_LoadAUC::datamap |  | private | 
 
 
  
  | 
        
          | QStringList US_LoadAUC::dlabels |  | private | 
 
 
  
  | 
        
          | QLineEdit* US_LoadAUC::le_invest |  | private | 
 
 
  
  | 
        
          | QLineEdit* US_LoadAUC::le_search |  | private | 
 
 
  
  | 
        
          | QPushButton* US_LoadAUC::pb_invest |  | private | 
 
 
  
  | 
        
          | QString US_LoadAUC::runID_sel |  | private | 
 
 
  
  | 
        
          | QTextEdit* US_LoadAUC::te_notes |  | private | 
 
 
  
  | 
        
          | QTreeWidget* US_LoadAUC::tree |  | private | 
 
 
  
  | 
        
          | QStringList& US_LoadAUC::triples |  | private | 
 
 
  
  | 
        
          | QString& US_LoadAUC::workingDir |  | private | 
 
 
The documentation for this class was generated from the following files: