UltraScan III
List of all members | Classes | Signals | Public Member Functions | Private Slots | Private Attributes
US_SelectRuns Class Reference

A dialog class to select run IDs of runs for models,noises pre-filter. More...

#include "us_select_runs.h"

Inheritance diagram for US_SelectRuns:
Inheritance graph
[legend]
Collaboration diagram for US_SelectRuns:
Collaboration graph
[legend]

Classes

class  RunDesc
 < description of each edit set in the list presented More...
 

Signals

void dkdb_changed (bool DB)
 A signal to the parent that disk/db selectin has changed. More...
 

Public Member Functions

 US_SelectRuns (bool, QStringList &)
 Main constructor for dialog to select runs(s) More...
 
- Public Member Functions inherited from US_WidgetsDialog
 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)
 

Private Slots

void scan_dbase_run (void)
 
void scan_local_run (void)
 
void build_runids (void)
 
void list_data (void)
 
void search (const QString &)
 
void cancelled (void)
 
void accepted (void)
 
void get_person (void)
 
void update_person (int)
 
void update_disk_db (bool)
 
void help (void)
 

Private Attributes

bool sel_db
 Select-database flag. More...
 
QStringList & runIDs
 Selected run IDs. More...
 
US_Help showHelp
 
QMap< QString, RunDescrunmap
 map of runids,data-desc-objs More...
 
RunDesc rdesc
 Current selected data's description. More...
 
QStringList rlabels
 RunIDs in runmap. More...
 
QPushButton * pb_invest
 Investigator button. More...
 
QLineEdit * le_invest
 Investigator id:name text entry. More...
 
QLineEdit * le_dfilter
 Data search filter text entry. More...
 
QLabel * lb_list
 Label at top of data list. More...
 
QTableWidget * tw_data
 Data table list widget. More...
 
US_Disk_DB_Controlsdkdb_cntrls
 Disk/DB controls. More...
 
QString dsearch
 Current data search string. More...
 

Additional Inherited Members

- Public Attributes inherited from US_WidgetsDialog
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...
 

Detailed Description

A dialog class to select run IDs of runs for models,noises pre-filter.

Definition at line 15 of file us_select_runs.h.

Constructor & Destructor Documentation

US_SelectRuns::US_SelectRuns ( bool  dbase,
QStringList &  runIDs 
)

Main constructor for dialog to select runs(s)

Parameters
dbaseFlag: Data source is database
runIDsA reference for an output list of selected runIDs

Definition at line 17 of file us_select_runs.cpp.

Member Function Documentation

void US_SelectRuns::accepted ( void  )
privateslot

Definition at line 216 of file us_select_runs.cpp.

void US_SelectRuns::build_runids ( void  )
privateslot

Definition at line 403 of file us_select_runs.cpp.

void US_SelectRuns::cancelled ( void  )
privateslot

Definition at line 208 of file us_select_runs.cpp.

void US_SelectRuns::dkdb_changed ( bool  DB)
signal

A signal to the parent that disk/db selectin has changed.

Parameters
DBTrue if DB source is now selected
void US_SelectRuns::get_person ( void  )
privateslot

Definition at line 421 of file us_select_runs.cpp.

void US_SelectRuns::help ( void  )
inlineprivateslot

Definition at line 78 of file us_select_runs.h.

void US_SelectRuns::list_data ( void  )
privateslot

Definition at line 152 of file us_select_runs.cpp.

void US_SelectRuns::scan_dbase_run ( void  )
privateslot

Definition at line 263 of file us_select_runs.cpp.

void US_SelectRuns::scan_local_run ( void  )
privateslot

Definition at line 316 of file us_select_runs.cpp.

void US_SelectRuns::search ( const QString &  search_string)
privateslot

Definition at line 106 of file us_select_runs.cpp.

void US_SelectRuns::update_disk_db ( bool  isDB)
privateslot

Definition at line 442 of file us_select_runs.cpp.

void US_SelectRuns::update_person ( int  ID)
privateslot

Definition at line 433 of file us_select_runs.cpp.

Member Data Documentation

US_Disk_DB_Controls* US_SelectRuns::dkdb_cntrls
private

Disk/DB controls.

Definition at line 62 of file us_select_runs.h.

QString US_SelectRuns::dsearch
private

Current data search string.

Definition at line 64 of file us_select_runs.h.

QLabel* US_SelectRuns::lb_list
private

Label at top of data list.

Definition at line 58 of file us_select_runs.h.

QLineEdit* US_SelectRuns::le_dfilter
private

Data search filter text entry.

Definition at line 56 of file us_select_runs.h.

QLineEdit* US_SelectRuns::le_invest
private

Investigator id:name text entry.

Definition at line 55 of file us_select_runs.h.

QPushButton* US_SelectRuns::pb_invest
private

Investigator button.

Definition at line 53 of file us_select_runs.h.

RunDesc US_SelectRuns::rdesc
private

Current selected data's description.

Definition at line 50 of file us_select_runs.h.

QStringList US_SelectRuns::rlabels
private

RunIDs in runmap.

Definition at line 51 of file us_select_runs.h.

QStringList& US_SelectRuns::runIDs
private

Selected run IDs.

Definition at line 35 of file us_select_runs.h.

QMap< QString, RunDesc > US_SelectRuns::runmap
private

map of runids,data-desc-objs

Definition at line 48 of file us_select_runs.h.

bool US_SelectRuns::sel_db
private

Select-database flag.

Definition at line 33 of file us_select_runs.h.

US_Help US_SelectRuns::showHelp
private

Definition at line 37 of file us_select_runs.h.

QTableWidget* US_SelectRuns::tw_data
private

Data table list widget.

Definition at line 60 of file us_select_runs.h.


The documentation for this class was generated from the following files: