A dialog class to select edit IDs of runs for models,noises pre-filter.
More...
#include "us_select_edits.h"
|
| class | EditDesc |
| | < description of each edit set in the list presented More...
|
| |
|
| | US_SelectEdits (bool, QStringList &) |
| | Main constructor for dialog to select edits(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 edit IDs of runs for models,noises pre-filter.
Definition at line 15 of file us_select_edits.h.
| US_SelectEdits::US_SelectEdits |
( |
bool |
dbase, |
|
|
QStringList & |
edIDs |
|
) |
| |
Main constructor for dialog to select edits(s)
- Parameters
-
| dbase | Flag: Data source is database |
| edIDs | A reference to a list of selected editIDs |
Definition at line 17 of file us_select_edits.cpp.
| void US_SelectEdits::accepted |
( |
void |
| ) |
|
|
privateslot |
| void US_SelectEdits::build_runids |
( |
void |
| ) |
|
|
privateslot |
| void US_SelectEdits::cancelled |
( |
void |
| ) |
|
|
privateslot |
| void US_SelectEdits::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_SelectEdits::get_person |
( |
void |
| ) |
|
|
privateslot |
| void US_SelectEdits::help |
( |
void |
| ) |
|
|
inlineprivateslot |
| void US_SelectEdits::list_data |
( |
void |
| ) |
|
|
privateslot |
| void US_SelectEdits::scan_dbase_edit |
( |
void |
| ) |
|
|
privateslot |
| void US_SelectEdits::scan_local_edit |
( |
void |
| ) |
|
|
privateslot |
| void US_SelectEdits::search |
( |
const QString & |
search_string | ) |
|
|
privateslot |
| void US_SelectEdits::update_disk_db |
( |
bool |
isDB | ) |
|
|
privateslot |
| void US_SelectEdits::update_person |
( |
int |
ID | ) |
|
|
privateslot |
| QString US_SelectEdits::dsearch |
|
private |
| QStringList& US_SelectEdits::editIDs |
|
private |
| QMap< QString, EditDesc > US_SelectEdits::editmap |
|
private |
| QStringList US_SelectEdits::elabels |
|
private |
| QLabel* US_SelectEdits::lb_list |
|
private |
| QLineEdit* US_SelectEdits::le_dfilter |
|
private |
| QLineEdit* US_SelectEdits::le_invest |
|
private |
| QPushButton* US_SelectEdits::pb_invest |
|
private |
| QStringList US_SelectEdits::rlabels |
|
private |
| QMap< QString, EditDesc > US_SelectEdits::runmap |
|
private |
| bool US_SelectEdits::sel_db |
|
private |
| QTableWidget* US_SelectEdits::tw_data |
|
private |
The documentation for this class was generated from the following files: