Home
last modified time | relevance | path

Searched refs:actionHideCurve (Results 1 – 4 of 4) sorted by relevance

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DApplicationWindow.h1108 QAction *actionEditCurveRange, *actionCurveFullRange, *actionShowAllCurves, *actionHideCurve, variable
H A DApplicationWindow.cpp5832 curveMenu->addAction(actionHideCurve); in showCurveContextMenuImpl()
5833 actionHideCurve->setData(curveKey); in showCurveContextMenuImpl()
5919 int curveKey = actionHideCurve->data().toInt(); in hideCurve()
10834 actionHideCurve = new QAction(tr("&Hide"), this); in createActions()
10835 connect(actionHideCurve, SIGNAL(triggered()), this, SLOT(hideCurve())); in createActions()
10860 actionHideCurve->setText(tr("&Hide")); in translateActionsStrings()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DApplicationWindow.h1478 …QAction *actionEditCurveRange, *actionCurveFullRange, *actionShowAllCurves, *actionHideCurve, *act…
H A DApplicationWindow.cpp8206 curveMenu.addAction(actionHideCurve);
8207 actionHideCurve->setData(curveIndex);
8323 g->showCurve(actionHideCurve->data().toInt(), false);
14857 actionHideCurve = new QAction(tr("&Hide"), this);
14858 connect(actionHideCurve, SIGNAL(activated()), this, SLOT(hideCurve()));
14938 actionHideCurve->setMenuText(tr("&Hide"));