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

Method coordinateSystemInfo

src/backend/worksheet/WorksheetElement.cpp:725–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725QString WorksheetElement::coordinateSystemInfo(const int index) const {
726 Q_D(const WorksheetElement);
727 if (d->m_plot)
728 return d->m_plot->coordinateSystem(index)->info();
729
730 return {};
731}
732
733bool WorksheetElement::isHovered() const {
734 Q_D(const WorksheetElement);

Callers 1

updatePlotRangeListMethod · 0.80

Calls 2

infoMethod · 0.45
coordinateSystemMethod · 0.45

Tested by

no test coverage detected