Home
last modified time | relevance | path

Searched refs:rangeSelectorTool (Results 1 – 9 of 9) sorted by relevance

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/dialogs/
H A DPolynomFitDialog.cpp152 …boxName->setCurrentIndex(boxName->findText(g->curveRange(g->rangeSelectorTool()->selectedCurve()))…
H A DInterpolationDialog.cpp150 …boxName->setCurrentIndex(boxName->findText(g->curveRange(g->rangeSelectorTool()->selectedCurve()))… in setGraph()
H A DExpDecayDialog.cpp168 …boxName->setCurrentIndex(boxName->findText(g->curveRange(g->rangeSelectorTool()->selectedCurve()))… in setGraph()
H A DIntegrationDialog.cpp204 …boxName->setCurrentIndex(boxName->findText(g->curveRange(g->rangeSelectorTool()->selectedCurve()))… in setGraph()
H A DSubtractDataDialog.cpp335 …boxInputName->setCurrentIndex(boxInputName->findText(g->curveRange(g->rangeSelectorTool()->selecte… in setGraph()
H A DBaselineDialog.cpp410 …boxInputName->setCurrentIndex(boxInputName->findText(g->curveRange(g->rangeSelectorTool()->selecte… in setGraph()
H A DFitDialog.cpp839 …boxCurve->setCurrentIndex(boxCurve->findText(g->curveRange(g->rangeSelectorTool()->selectedCurve()… in setGraph()
1522 …boxCurve->setCurrentIndex(boxCurve->findText(d_graph->curveRange(d_graph->rangeSelectorTool()->sel… in changeDataRange()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DGraph.h666 QPointer<RangeSelectorTool> rangeSelectorTool(){return d_range_selector;}; in rangeSelectorTool() function
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DApplicationWindow.cpp8250 connect(act, SIGNAL(activated()), g->rangeSelectorTool(), SLOT(setCurveRange()));
9325 g->rangeSelectorTool()->clearSelection();
9377 g->rangeSelectorTool()->copySelection();
9408 g->rangeSelectorTool()->cutSelection();
9477 g->rangeSelectorTool()->pasteSelection();
13404 analyzeCurve(g, g->rangeSelectorTool()->selectedCurve(), operation);