Home
last modified time | relevance | path

Searched refs:addDataSet (Results 1 – 25 of 40) sorted by relevance

12

/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/stats/
H A DSpdTabPage.cc49 …pmDlChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on download chart", "Current speed"),… in setupUi()
50 …pmUlChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on upload chart", "Current speed"), Q… in setupUi()
52 …pmDlChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on download chart", "Average speed"),… in setupUi()
53 …pmUlChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on upload chart", "Average speed"), Q… in setupUi()
55 …pmDlChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on download chart", "Speed limit"), Q… in setupUi()
56 …pmUlChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on upload chart", "Speed limit"), QPe… in setupUi()
58 …pmPeersChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "Average from leechers"… in setupUi()
59 …pmPeersChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "Average to leechers"),… in setupUi()
60 …pmPeersChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "Average from seeds"), … in setupUi()
61 …pmPeersChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "From leechers"), QPen(… in setupUi()
[all …]
H A DConnsTabPage.cc42 …pmConnsChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "Leechers connected"), … in setupUi()
46 …pmConnsChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "Leechers in swarms"), … in setupUi()
50 …pmConnsChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "Seeds connected"), QPe… in setupUi()
54 …pmConnsChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "Seeds in swarms"), QPe… in setupUi()
58 …pmConnsChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "Average leechers conne… in setupUi()
61 …pmConnsChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "Average seeds connecte… in setupUi()
64 …pmConnsChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "Average leechers conne… in setupUi()
67 …pmConnsChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "Average seeds connecte… in setupUi()
72 …pmDhtChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "Nodes"), QPen(StatsPlugi… in setupUi()
73 …pmDhtChtWgt->addDataSet(ChartDrawerData(i18nc("Name of a line on chart", "Tasks"), QPen(StatsPlugi… in setupUi()
/dports/editors/calligra/calligra-3.2.1/plugins/chartshape/tests/
H A DTestKChartModel.cpp107 m_model->addDataSet(&dataSet1); in testDataSetInsertion()
108 m_model->addDataSet(&dataSet2); in testDataSetInsertion()
120 m_model->addDataSet(&dataSet1); in testDataSetInsertionAndRemoval()
121 m_model->addDataSet(&dataSet2); in testDataSetInsertionAndRemoval()
133 m_model->addDataSet(&dataSet1); in testDataSetInsertionAndRemoval()
134 m_model->addDataSet(&dataSet2); in testDataSetInsertionAndRemoval()
142 m_model->addDataSet(&dataSet3); in testDataSetInsertionAndRemoval()
157 m_model->addDataSet(&dataSet1); in testDataSetInsertionAndRemoval()
160 m_model->addDataSet(&dataSet2); in testDataSetInsertionAndRemoval()
163 m_model->addDataSet(&dataSet3); in testDataSetInsertionAndRemoval()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/TDDFPT/ColorCalculator/src/
H A DColorCalculator.java336 gf.addDataSet("Absorbption spectrum", color); in createAbsorbptionGraph()
349 gf.addDataSet("visible spectrum", result); in createResultLightGraph()
363 gf.addDataSet("Absorbption spectrum", color); in createGraph()
364 gf.addDataSet("Visible spectrum", result); in createGraph()
H A DGraphFactory.java27 public void addDataSet(String name, double[][] chartData){ in addDataSet() method in GraphFactory
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdatavis3d/examples/datavisualization/customproxy/
H A Drainfallgraph.cpp113 addDataSet(); in start()
126 void RainfallGraph::addDataSet() in addDataSet() function in RainfallGraph
H A Drainfallgraph.h45 void addDataSet();
/dports/biology/py-libsedml/libSEDML-2.0.26/src/sedml/
H A DSedReport.cpp206 SedReport::addDataSet(const SedDataSet* sds) in addDataSet() function in SedReport
657 return addDataSet((const SedDataSet*)(element)); in addChildObject()
980 return (sr != NULL) ? sr->addDataSet(sds) : LIBSEDML_INVALID_OBJECT; in SedReport_addDataSet()
H A DSedListOfDataSets.h274 int addDataSet(const SedDataSet* sds);
H A DSedListOfDataSets.cpp195 SedListOfDataSets::addDataSet(const SedDataSet* sds) in addDataSet() function in SedListOfDataSets
H A DSedReport.h302 int addDataSet(const SedDataSet* sds);
/dports/biology/libsedml/libSEDML-2.0.26/src/sedml/
H A DSedReport.cpp206 SedReport::addDataSet(const SedDataSet* sds) in addDataSet() function in SedReport
657 return addDataSet((const SedDataSet*)(element)); in addChildObject()
980 return (sr != NULL) ? sr->addDataSet(sds) : LIBSEDML_INVALID_OBJECT; in SedReport_addDataSet()
H A DSedListOfDataSets.h274 int addDataSet(const SedDataSet* sds);
H A DSedListOfDataSets.cpp195 SedListOfDataSets::addDataSet(const SedDataSet* sds) in addDataSet() function in SedListOfDataSets
/dports/editors/calligra/calligra-3.2.1/plugins/chartshape/
H A DKChartModel.h130 void addDataSet(DataSet *dataSet);
H A DChartProxyModel.h243 void addDataSet(int pos);
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/stats/drawer/
H A DChartDrawer.h97 virtual void addDataSet(ChartDrawerData Cdd) = 0;
H A DKPlotWgtDrawer.h81 void addDataSet(ChartDrawerData Cdd) override;
H A DPlainChartDrawer.h111 void addDataSet(ChartDrawerData Cdd) override;
/dports/security/afterglow/afterglow/src/perl/charts/
H A Dbubble.pl71 $layer->addDataSet(\@$var, $color, $label1)->setDataSymbol($perlchartdir::SquareSymbol, 5);
H A Dtrendline.pl73 $layer->addDataSet(\@series, 0xcccccc, $label1)->setDataSymbol($perlchartdir::SquareSymbol, 7);
H A Dtrendline2.pl72 $layer->addDataSet(\@$var, $color, $label1)->setDataSymbol($symbol, 7);
/dports/devel/p5-Algorithm-SVM/Algorithm-SVM-0.13/
H A Dbindings.h40 void addDataSet(DataSet *ds);
/dports/science/dynare/dynare-4.6.4/dynare++/kord/
H A Ddecision_rule.cc98 SimResults::addDataSet(const TwoDMatrix &d, const ExplicitShockRealization &sr, const ConstVector &… in addDataSet() function in SimResults
439 res.addDataSet(m, esr, st); in operator ()()
455 res.addDataSet(m, esr, res.control.getStart(idata)); in operator ()()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A Dsystemstats.php186 $Chart->addDataSet(array_values($months));

12