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

Method coordinateSystemCount

src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1627–1629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1625// coordinate systems
1626
1627int CartesianPlot::coordinateSystemCount() const {
1628 return m_coordinateSystems.size();
1629}
1630
1631CartesianCoordinateSystem* CartesianPlot::coordinateSystem(int index) const {
1632 // DEBUG(Q_FUNC_INFO << ", nr of cSystems = " << coordinateSystemCount() << ", index = " << index)

Callers 1

finalizeMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected