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

A dialog class to select run ID for combo discrete distributions plot. More...

#include "us_select_rundd.h"

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

Signals

void changed (bool isDB)
 A signal to tell the parent when the disk/db selection has changed. More...
 

Public Member Functions

 US_SelectRunDD (bool, QStringList &, QStringList &)
 Main constructor for dialog to select run ID(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_runs (void)
 
void scan_local_runs (void)
 
void scan_dbase_models (void)
 
void scan_local_models (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 selectionChanged (void)
 
void count_models (void)
 

Private Attributes

QStringList & runIDs
 
QStringList & mDescrs
 
bool sel_db
 
bool mcounted
 
QStringList mRunIDs
 
QPushButton * pb_invest
 
QLineEdit * le_invest
 
QLineEdit * le_dfilter
 
QTextEdit * te_status
 
QListWidget * lw_data
 
US_Disk_DB_Controlsdkdb_cntrls
 
QString dsearch
 
QStringList rlabels
 
QStringList wDescrs
 
QList< int > rmodKnts
 
int count_allr
 
int count_list
 
int count_seld
 
int dbg_level
 
int nimodel
 

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 ID for combo discrete distributions plot.

Definition at line 17 of file us_select_rundd.h.

Constructor & Destructor Documentation

US_SelectRunDD::US_SelectRunDD ( bool  dbase,
QStringList &  runIDs,
QStringList &  mdescrs 
)

Main constructor for dialog to select run ID(s)

Parameters
dbaseFlag: Data source is database
runIDsA reference to the selected runIDs list
mdescrsA reference to the model descriptions for runs

Definition at line 18 of file us_select_rundd.cpp.

Member Function Documentation

void US_SelectRunDD::accepted ( void  )
privateslot

Definition at line 183 of file us_select_rundd.cpp.

void US_SelectRunDD::cancelled ( void  )
privateslot

Definition at line 174 of file us_select_rundd.cpp.

void US_SelectRunDD::changed ( bool  isDB)
signal

A signal to tell the parent when the disk/db selection has changed.

Parameters
isDBTrue if DB is selected
void US_SelectRunDD::count_models ( void  )
privateslot

Definition at line 666 of file us_select_rundd.cpp.

void US_SelectRunDD::get_person ( void  )
privateslot

Definition at line 439 of file us_select_rundd.cpp.

void US_SelectRunDD::list_data ( void  )
privateslot

Definition at line 130 of file us_select_rundd.cpp.

void US_SelectRunDD::scan_dbase_models ( void  )
privateslot

Definition at line 514 of file us_select_rundd.cpp.

void US_SelectRunDD::scan_dbase_runs ( void  )
privateslot

Definition at line 242 of file us_select_rundd.cpp.

void US_SelectRunDD::scan_local_models ( void  )
privateslot

Definition at line 646 of file us_select_rundd.cpp.

void US_SelectRunDD::scan_local_runs ( void  )
privateslot

Definition at line 293 of file us_select_rundd.cpp.

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

Definition at line 117 of file us_select_rundd.cpp.

void US_SelectRunDD::selectionChanged ( void  )
privateslot

Definition at line 477 of file us_select_rundd.cpp.

void US_SelectRunDD::update_disk_db ( bool  isDB)
privateslot

Definition at line 463 of file us_select_rundd.cpp.

void US_SelectRunDD::update_person ( int  ID)
privateslot

Definition at line 451 of file us_select_rundd.cpp.

Member Data Documentation

int US_SelectRunDD::count_allr
private

Definition at line 62 of file us_select_rundd.h.

int US_SelectRunDD::count_list
private

Definition at line 63 of file us_select_rundd.h.

int US_SelectRunDD::count_seld
private

Definition at line 64 of file us_select_rundd.h.

int US_SelectRunDD::dbg_level
private

Definition at line 65 of file us_select_rundd.h.

US_Disk_DB_Controls* US_SelectRunDD::dkdb_cntrls
private

Definition at line 53 of file us_select_rundd.h.

QString US_SelectRunDD::dsearch
private

Definition at line 55 of file us_select_rundd.h.

QLineEdit* US_SelectRunDD::le_dfilter
private

Definition at line 47 of file us_select_rundd.h.

QLineEdit* US_SelectRunDD::le_invest
private

Definition at line 46 of file us_select_rundd.h.

QListWidget* US_SelectRunDD::lw_data
private

Definition at line 51 of file us_select_rundd.h.

bool US_SelectRunDD::mcounted
private

Definition at line 40 of file us_select_rundd.h.

QStringList& US_SelectRunDD::mDescrs
private

Definition at line 38 of file us_select_rundd.h.

QStringList US_SelectRunDD::mRunIDs
private

Definition at line 42 of file us_select_rundd.h.

int US_SelectRunDD::nimodel
private

Definition at line 66 of file us_select_rundd.h.

QPushButton* US_SelectRunDD::pb_invest
private

Definition at line 44 of file us_select_rundd.h.

QStringList US_SelectRunDD::rlabels
private

Definition at line 57 of file us_select_rundd.h.

QList< int > US_SelectRunDD::rmodKnts
private

Definition at line 60 of file us_select_rundd.h.

QStringList& US_SelectRunDD::runIDs
private

Definition at line 37 of file us_select_rundd.h.

bool US_SelectRunDD::sel_db
private

Definition at line 39 of file us_select_rundd.h.

QTextEdit* US_SelectRunDD::te_status
private

Definition at line 49 of file us_select_rundd.h.

QStringList US_SelectRunDD::wDescrs
private

Definition at line 58 of file us_select_rundd.h.


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