Home
last modified time | relevance | path

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

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DApplicationWindow.h1141 QAction *actionPlot3DRibbon, *actionPlot3DBars, *actionPlot3DScatter, *actionPlot3DTrajectory; variable
H A DApplicationWindow.cpp643 plot_tools->addAction(actionPlot3DScatter); in initToolBars()
677 matrix_plot_tools->addAction(actionPlot3DScatter); in initToolBars()
899 plot3DMenu->addAction(actionPlot3DScatter); in initMainMenu()
1087 plot3D->addAction(actionPlot3DScatter); in initPlotMenu()
1316 actionPlot3DScatter->setEnabled(false); in customToolBars()
1344 actionPlot3DScatter->setEnabled(true); in customToolBars()
10548 actionPlot3DScatter = new QAction(QIcon(QPixmap(":/scatter.xpm")), tr("&Scatter"), this); in createActions()
10549 connect(actionPlot3DScatter, SIGNAL(triggered()), this, SLOT(plot3DScatter())); in createActions()
11081 actionPlot3DScatter->setText(tr("&Scatter")); in translateActionsStrings()
11082 actionPlot3DScatter->setToolTip(tr("Plot 3D scatter")); in translateActionsStrings()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DApplicationWindow.h1504 QAction *actionPlot3DRibbon, *actionPlot3DBars, *actionPlot3DScatter, *actionPlot3DTrajectory;
H A DApplicationWindow.cpp1135 menu3DPlots->addAction(actionPlot3DScatter);
1218 actionPlot3DScatter->addTo(plotMatrixBar);
1434 plot3DMenu->addAction(actionPlot3DScatter);
1684 plot3D->addAction(actionPlot3DScatter);
7624 plot.addAction(actionPlot3DScatter);
14263 actionPlot3DScatter = new QAction(QIcon(":/scatter.png"), tr("&Scatter"), this);
14264 connect(actionPlot3DScatter, SIGNAL(activated()), this, SLOT(plot3DScatter()));
15247 actionPlot3DScatter->setMenuText(tr("&Scatter"));
15248 actionPlot3DScatter->setToolTip(tr("Plot 3D scatter"));