A class to provide a window with a model lines plot. More...
#include "us_mlplot.h"
Public Member Functions | |
US_MLinesPlot (double &, double &, double &, double &, int &, int &, int &, int &) | |
Model Lines Plot constructor. More... | |
void | setModel (US_Model *, QVector< US_ModelRecord > &) |
void | plot_data (void) |
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) |
Protected Attributes | |
US_Help | showHelp |
Private Slots | |
void | close_all (void) |
void | updateElite (double) |
void | updateSolutes (double) |
void | updateVisible (double) |
void | defaultColorMap (void) |
void | selectColorMap (void) |
void | showColorItems (bool) |
QColor | positionColor (double) |
QwtLinearColorMap | reverseColorMap (void) |
void | help (void) |
Private Attributes | |
double & | ymin |
double & | ymax |
double & | xmin |
double & | xmax |
int & | ctype |
int & | nkpts |
int & | nlpts |
int & | bmndx |
US_Plot * | plotLayout1 |
QwtPlot * | data_plot1 |
QHBoxLayout * | mainLayout |
QVBoxLayout * | leftLayout |
QVBoxLayout * | rightLayout |
QGridLayout * | pltctrlsLayout |
QHBoxLayout * | buttonsLayout |
QLabel * | lb_ltypeh |
QLabel * | lb_counth |
QLabel * | lb_rmsdhd |
QLabel * | lb_rmsdb |
QLabel * | lb_rmsdw |
QLabel * | lb_neline |
QLabel * | lb_nsline |
QLabel * | lb_nvline |
QwtCounter * | ct_neline |
QwtCounter * | ct_nsline |
QwtCounter * | ct_nvline |
QLineEdit * | le_mtype |
QLineEdit * | le_nlines |
QLineEdit * | le_npoints |
QLineEdit * | le_varcount |
QLineEdit * | le_rmsdb |
QLineEdit * | le_rmsdw |
QLineEdit * | le_rmsde |
QLineEdit * | le_rmsds |
QLineEdit * | le_rmsdv |
QLineEdit * | le_colmap |
QPushButton * | pb_colmap |
QVector< US_ModelRecord > | mrecs |
QVector< QColor > | cs_colors |
QwtLinearColorMap * | colormap |
QString | cmapname |
US_Model * | model |
int | dbg_level |
int | nmodel |
int | neline |
int | nsline |
int | nvline |
double | rmsd_best |
double | rmsd_worst |
double | rmsd_elite |
double | rmsd_solut |
double | rmsd_visib |
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... | |
A class to provide a window with a model lines plot.
Definition at line 20 of file us_mlplot.h.
US_MLinesPlot::US_MLinesPlot | ( | double & | ylo, |
double & | yhi, | ||
double & | xlo, | ||
double & | xhi, | ||
int & | typ, | ||
int & | nkp, | ||
int & | nlp, | ||
int & | bmx | ||
) |
Model Lines Plot constructor.
ylo | y low value |
yhi | y high value |
xlo | x low value |
xhi | x high value |
typ | curve type flag (0-3 -> SL,IS,DS,HL) |
nkp | number of k points (variations) |
nlp | number of line curve points (model solutes) |
bmx | best model index |
Definition at line 18 of file us_mlplot.cpp.
|
privateslot |
Definition at line 207 of file us_mlplot.cpp.
|
privateslot |
Definition at line 530 of file us_mlplot.cpp.
|
inlineprivateslot |
Definition at line 120 of file us_mlplot.h.
void US_MLinesPlot::plot_data | ( | void | ) |
Definition at line 213 of file us_mlplot.cpp.
|
privateslot |
Definition at line 546 of file us_mlplot.cpp.
|
privateslot |
Definition at line 554 of file us_mlplot.cpp.
|
privateslot |
Definition at line 601 of file us_mlplot.cpp.
void US_MLinesPlot::setModel | ( | US_Model * | a_model, |
QVector< US_ModelRecord > & | mrs | ||
) |
Definition at line 479 of file us_mlplot.cpp.
|
privateslot |
Definition at line 578 of file us_mlplot.cpp.
|
privateslot |
Definition at line 491 of file us_mlplot.cpp.
|
privateslot |
Definition at line 504 of file us_mlplot.cpp.
|
privateslot |
Definition at line 517 of file us_mlplot.cpp.
|
private |
Definition at line 49 of file us_mlplot.h.
|
private |
Definition at line 59 of file us_mlplot.h.
|
private |
Definition at line 90 of file us_mlplot.h.
|
private |
Definition at line 89 of file us_mlplot.h.
|
private |
Definition at line 88 of file us_mlplot.h.
|
private |
Definition at line 70 of file us_mlplot.h.
|
private |
Definition at line 71 of file us_mlplot.h.
|
private |
Definition at line 72 of file us_mlplot.h.
|
private |
Definition at line 46 of file us_mlplot.h.
|
private |
Definition at line 53 of file us_mlplot.h.
|
private |
Definition at line 94 of file us_mlplot.h.
|
private |
Definition at line 62 of file us_mlplot.h.
|
private |
Definition at line 61 of file us_mlplot.h.
|
private |
Definition at line 66 of file us_mlplot.h.
|
private |
Definition at line 67 of file us_mlplot.h.
|
private |
Definition at line 68 of file us_mlplot.h.
|
private |
Definition at line 64 of file us_mlplot.h.
|
private |
Definition at line 63 of file us_mlplot.h.
|
private |
Definition at line 65 of file us_mlplot.h.
|
private |
Definition at line 83 of file us_mlplot.h.
|
private |
Definition at line 74 of file us_mlplot.h.
|
private |
Definition at line 75 of file us_mlplot.h.
|
private |
Definition at line 76 of file us_mlplot.h.
|
private |
Definition at line 78 of file us_mlplot.h.
|
private |
Definition at line 80 of file us_mlplot.h.
|
private |
Definition at line 81 of file us_mlplot.h.
|
private |
Definition at line 82 of file us_mlplot.h.
|
private |
Definition at line 79 of file us_mlplot.h.
|
private |
Definition at line 77 of file us_mlplot.h.
|
private |
Definition at line 56 of file us_mlplot.h.
|
private |
Definition at line 55 of file us_mlplot.h.
|
private |
Definition at line 92 of file us_mlplot.h.
|
private |
Definition at line 87 of file us_mlplot.h.
|
private |
Definition at line 96 of file us_mlplot.h.
|
private |
Definition at line 47 of file us_mlplot.h.
|
private |
Definition at line 48 of file us_mlplot.h.
|
private |
Definition at line 95 of file us_mlplot.h.
|
private |
Definition at line 97 of file us_mlplot.h.
|
private |
Definition at line 98 of file us_mlplot.h.
|
private |
Definition at line 85 of file us_mlplot.h.
|
private |
Definition at line 51 of file us_mlplot.h.
|
private |
Definition at line 58 of file us_mlplot.h.
|
private |
Definition at line 57 of file us_mlplot.h.
|
private |
Definition at line 100 of file us_mlplot.h.
|
private |
Definition at line 102 of file us_mlplot.h.
|
private |
Definition at line 103 of file us_mlplot.h.
|
private |
Definition at line 104 of file us_mlplot.h.
|
private |
Definition at line 101 of file us_mlplot.h.
|
protected |
Definition at line 107 of file us_mlplot.h.
|
private |
Definition at line 44 of file us_mlplot.h.
|
private |
Definition at line 43 of file us_mlplot.h.
|
private |
Definition at line 42 of file us_mlplot.h.
|
private |
Definition at line 41 of file us_mlplot.h.