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

Method coordinateSystemCount

src/backend/worksheet/WorksheetElement.cpp:716–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716int WorksheetElement::coordinateSystemCount() const {
717 Q_D(const WorksheetElement);
718 if (d->m_plot)
719 return d->m_plot->coordinateSystemCount();
720 DEBUG(Q_FUNC_INFO << ", WARNING: no plot set!")
721
722 return 0;
723}
724
725QString WorksheetElement::coordinateSystemInfo(const int index) const {
726 Q_D(const WorksheetElement);

Callers 15

updatePlotRangeListMethod · 0.45
updatePlotRangeListMethod · 0.45
plotRangeChangedMethod · 0.45
updatePlotRangeListMethod · 0.45
autoScaleRangeMethod · 0.45
removeRangeMethod · 0.45
removePlotRangeMethod · 0.45
showParetoPlotMethod · 0.45
curveRangeChangeMethod · 0.45
loadLegacyProjectMethod · 0.45

Calls

no outgoing calls