|
QtiPlot
0.9.8.2
|
Curve range dialog. More...
#include <CurveRangeDialog.h>
Public Slots | |
| void | accept () |
| void | setCurvesToModify (Graph *g, const QList< int > &indexes) |
| void | setCurveToModify (Graph *g, int curve) |
Public Member Functions | |
| CurveRangeDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
Private Attributes | |
| QCheckBox * | boxApplyToAll |
| QSpinBox * | boxEnd |
| QLabel * | boxName |
| QSpinBox * | boxStart |
| QPushButton * | buttonCancel |
| QPushButton * | buttonOK |
| QList< DataCurve * > | d_curves |
| Graph * | d_graph |
Curve range dialog.
| CurveRangeDialog::CurveRangeDialog | ( | QWidget * | parent = 0, |
| Qt::WFlags | fl = 0 |
||
| ) |
References accept(), boxApplyToAll, boxEnd, boxName, boxStart, buttonCancel, and buttonOK.
|
slot |
References boxApplyToAll, boxEnd, boxStart, Graph::curveCount(), d_curves, d_graph, Graph::dataCurve(), Graph::notifyChanges(), DataCurve::setRowRange(), and Graph::updatePlot().
Referenced by CurveRangeDialog().
|
slot |
References boxEnd, boxName, boxStart, Graph::curve(), d_curves, d_graph, DataCurve::endRow(), Table::numRows(), DataCurve::startRow(), and DataCurve::table().
Referenced by CurvesDialog::showCurveRangeDialog().
|
slot |
References boxEnd, boxName, boxStart, Graph::curve(), d_curves, d_graph, Table::numRows(), and Table::table().
Referenced by PlotDialog::editCurveRange(), and ApplicationWindow::showCurveRangeDialog().
|
private |
Referenced by accept(), and CurveRangeDialog().
|
private |
Referenced by accept(), CurveRangeDialog(), setCurvesToModify(), and setCurveToModify().
|
private |
Referenced by CurveRangeDialog(), setCurvesToModify(), and setCurveToModify().
|
private |
Referenced by accept(), CurveRangeDialog(), setCurvesToModify(), and setCurveToModify().
|
private |
Referenced by CurveRangeDialog().
|
private |
Referenced by CurveRangeDialog().
|
private |
Referenced by accept(), setCurvesToModify(), and setCurveToModify().
|
private |
Referenced by accept(), setCurvesToModify(), and setCurveToModify().
1.8.6