#include <Plot2d_FitDataDlg.h>
|
| Plot2d_FitDataDlg (QWidget *parent, bool secondAxisY) |
|
void | setRange (const double xMin, const double xMax, const double yMin, const double yMax, const double y2Min=0, const double y2Max=0) |
|
int | getRange (double &xMin, double &xMax, double &yMin, double &yMax, double &y2Min, double &y2Max) |
|
int | getMode () |
|
Plot2d_FitDataDlg::Plot2d_FitDataDlg |
( |
QWidget * |
parent, |
|
|
bool |
secondAxisY |
|
) |
| |
Constructor
References MARGIN_SIZE, MIN_EDIT_SIZE, myCancelBtn, myModeAllRB, myModeHorRB, myModeVerRB, myOkBtn, myRangeGrp, mySecondAxisY, myXMaxEdit, myXMinEdit, myY2MaxEdit, myY2MinEdit, myYMaxEdit, myYMinEdit, onModeChanged(), and SPACING_SIZE.
int Plot2d_FitDataDlg::getMode |
( |
| ) |
|
int Plot2d_FitDataDlg::getRange |
( |
double & |
xMin, |
|
|
double & |
xMax, |
|
|
double & |
yMin, |
|
|
double & |
yMax, |
|
|
double & |
y2Min, |
|
|
double & |
y2Max |
|
) |
| |
Gets range, returns mode (see getMode())
References myModeAllRB, myModeHorRB, myModeVerRB, mySecondAxisY, myXMaxEdit, myXMinEdit, myY2MaxEdit, myY2MinEdit, myYMaxEdit, and myYMinEdit.
void Plot2d_FitDataDlg::onModeChanged |
( |
int |
mode | ) |
|
|
protectedslot |
void Plot2d_FitDataDlg::setRange |
( |
const double |
xMin, |
|
|
const double |
xMax, |
|
|
const double |
yMin, |
|
|
const double |
yMax, |
|
|
const double |
y2Min = 0 , |
|
|
const double |
y2Max = 0 |
|
) |
| |
QPushButton* Plot2d_FitDataDlg::myCancelBtn |
|
private |
QRadioButton* Plot2d_FitDataDlg::myModeAllRB |
|
private |
QRadioButton* Plot2d_FitDataDlg::myModeHorRB |
|
private |
QRadioButton* Plot2d_FitDataDlg::myModeVerRB |
|
private |
QPushButton* Plot2d_FitDataDlg::myOkBtn |
|
private |
bool Plot2d_FitDataDlg::mySecondAxisY |
|
private |
The documentation for this class was generated from the following files: