A class to provide a window with enhanced plot controls.
More...
#include "us_plot_control_2d.h"
|
| US_PlotControl2D (QWidget *p=0, US_Model *=0) |
| US_PlotControl2D constructor. 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 class to provide a window with enhanced plot controls.
Definition at line 16 of file us_plot_control_2d.h.
US_PlotControl2D::US_PlotControl2D |
( |
QWidget * |
p = 0 , |
|
|
US_Model * |
amodel = 0 |
|
) |
| |
void US_PlotControl2D::checkSet |
( |
bool |
chkd, |
|
|
bool |
isX, |
|
|
int |
row |
|
) |
| |
|
privateslot |
void US_PlotControl2D::close_all |
( |
void |
| ) |
|
|
privateslot |
int US_PlotControl2D::dimensionType |
( |
QVector< QCheckBox * > & |
xycheck | ) |
|
|
privateslot |
void US_PlotControl2D::gridr_value |
( |
double |
value | ) |
|
|
privateslot |
void US_PlotControl2D::help |
( |
void |
| ) |
|
|
inlineprivateslot |
void US_PlotControl2D::peaks_value |
( |
double |
value | ) |
|
|
privateslot |
void US_PlotControl2D::peakw_value |
( |
double |
value | ) |
|
|
privateslot |
void US_PlotControl2D::plot3_btn |
( |
void |
| ) |
|
|
privateslot |
void US_PlotControl2D::xdifCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_PlotControl2D::xfcoCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_PlotControl2D::xfraCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_PlotControl2D::xmwtCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_PlotControl2D::xsedCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_PlotControl2D::xvbaCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_PlotControl2D::ydifCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_PlotControl2D::yfcoCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_PlotControl2D::yfraCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_PlotControl2D::ymwtCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_PlotControl2D::ysedCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_PlotControl2D::yvbaCheck |
( |
bool |
chkd | ) |
|
|
privateslot |
void US_PlotControl2D::zscal_value |
( |
double |
value | ) |
|
|
privateslot |
QHBoxLayout* US_PlotControl2D::buttonsLayout |
|
private |
QGridLayout* US_PlotControl2D::controlsLayout |
|
private |
QwtCounter* US_PlotControl2D::ct_rxscale |
|
private |
QwtCounter* US_PlotControl2D::ct_ryscale |
|
private |
double US_PlotControl2D::gridres |
|
private |
QVBoxLayout* US_PlotControl2D::mainLayout |
|
private |
double US_PlotControl2D::pksmooth |
|
private |
double US_PlotControl2D::pkwidth |
|
private |
QPointer< US_Plot3D > US_PlotControl2D::plot3d_w |
|
private |
QVector< QCheckBox* > US_PlotControl2D::xCheck |
|
private |
QVector< QCheckBox* > US_PlotControl2D::yCheck |
|
private |
double US_PlotControl2D::zscale |
|
private |
The documentation for this class was generated from the following files: