A dialog class to select and load data (edited or raw)
More...
#include "us_data_loader.h"
|
| void | changed (bool DB) |
| | A signal to tell the parent when the disk/db selection has changed. More...
|
| |
| void | progress (const QString) |
| | A signal to provide the parent with a progress message. More...
|
| |
|
| | US_DataLoader (bool, int, QVector< US_DataIO::RawData > &, QVector< US_DataIO::EditedData > &, QStringList &, QString &, QString="") |
| | Main constructor for dialog to select edit and 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 data (edited or raw)
Definition at line 15 of file us_data_loader.h.
Main constructor for dialog to select edit and raw data and load it.
- Parameters
-
| late | Flag: present only latest if editsel=true |
| local | Flag: default data source to local disk |
| rData | A reference to a vector of rawData objects |
| eData | A reference to a vector of editedData objects |
| trips | A reference to a list of triples to fill |
| desc | A concatenation of DataDesc information |
| tfilt | Optional experiment type filter (default=Velocity). |
Definition at line 17 of file us_data_loader.cpp.
| void US_DataLoader::accepted |
( |
void |
| ) |
|
|
privateslot |
| void US_DataLoader::cancelled |
( |
void |
| ) |
|
|
privateslot |
| void US_DataLoader::changed |
( |
bool |
DB | ) |
|
|
signal |
A signal to tell the parent when the disk/db selection has changed.
- Parameters
-
| void US_DataLoader::describe |
( |
void |
| ) |
|
|
privateslot |
| bool US_DataLoader::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 1544 of file us_data_loader.cpp.
| void US_DataLoader::experiment_info |
( |
QString & |
rundir, |
|
|
QString & |
elabel, |
|
|
QString & |
expID |
|
) |
| |
|
privateslot |
| void US_DataLoader::get_person |
( |
void |
| ) |
|
|
privateslot |
| void US_DataLoader::help |
( |
void |
| ) |
|
|
inlineprivateslot |
| void US_DataLoader::list_data |
( |
void |
| ) |
|
|
privateslot |
| bool US_DataLoader::load_edit |
( |
void |
| ) |
|
|
privateslot |
| void US_DataLoader::pare_latest_mwl |
( |
void |
| ) |
|
|
privateslot |
| void US_DataLoader::pare_to_latest |
( |
void |
| ) |
|
|
privateslot |
| void US_DataLoader::progress |
( |
const QString |
| ) |
|
|
signal |
A signal to provide the parent with a progress message.
| void US_DataLoader::scan_dbase_edit |
( |
void |
| ) |
|
|
privateslot |
| void US_DataLoader::scan_dbase_runs |
( |
void |
| ) |
|
|
privateslot |
| void US_DataLoader::scan_local_edit |
( |
void |
| ) |
|
|
privateslot |
| void US_DataLoader::scan_local_runs |
( |
void |
| ) |
|
|
privateslot |
| void US_DataLoader::search |
( |
const QString & |
search_string | ) |
|
|
privateslot |
| void US_DataLoader::selected |
( |
void |
| ) |
|
|
privateslot |
| void US_DataLoader::show_data_info |
( |
QPoint |
pos | ) |
|
|
privateslot |
| void US_DataLoader::update_disk_db |
( |
bool |
db | ) |
|
|
privateslot |
| void US_DataLoader::update_person |
( |
int |
ID | ) |
|
|
privateslot |
| QMap< QString, DataDesc > US_DataLoader::datamap |
|
private |
| QString& US_DataLoader::description |
|
private |
| QString US_DataLoader::dinvtext |
|
private |
| QStringList US_DataLoader::dlabels |
|
private |
| QString US_DataLoader::dsearch |
|
private |
| QString US_DataLoader::etype_filt |
|
private |
| bool US_DataLoader::latest |
|
private |
| QLineEdit* US_DataLoader::le_dfilter |
|
private |
| QLineEdit* US_DataLoader::le_invest |
|
private |
| QPushButton* US_DataLoader::pb_invest |
|
private |
| QString US_DataLoader::runID_sel |
|
private |
| bool US_DataLoader::sel_run |
|
private |
| QTextEdit* US_DataLoader::te_notes |
|
private |
| QStringList& US_DataLoader::triples |
|
private |
| QTreeWidget* US_DataLoader::tw_data |
|
private |
The documentation for this class was generated from the following files: