MCPcopy Create free account
hub / github.com/KDE/labplot / setDataColumnPath

Method setDataColumnPath

src/backend/worksheet/plots/cartesian/QQPlot.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void QQPlot::setDataColumnPath(const QString& path) {
268 Q_D(QQPlot);
269 d->dataColumnPath = path;
270}
271
272STD_SETTER_CMD_IMPL_F_S(QQPlot, SetDistribution, nsl_sf_stats_distribution, distribution, updateDistribution)
273void QQPlot::setDistribution(nsl_sf_stats_distribution distribution) {

Callers 2

restorePointersMethod · 0.45
loadCurvesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected