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

Method plotArea

src/backend/worksheet/plots/AbstractPlot.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47PlotArea* AbstractPlot::plotArea() {
48 return m_plotArea;
49}
50
51AbstractCoordinateSystem* AbstractPlot::coordinateSystem(const int index) const {
52 // TODO: use default when not specified?

Callers 14

borderTypeChangedMethod · 0.80
loadMethod · 0.80
loadConfigMethod · 0.80
saveConfigAsTemplateMethod · 0.80
updateBackgroundMethod · 0.80
initConnectionsMethod · 0.80
showOverviewPlotMethod · 0.80
addPlotMethod · 0.80
initPreviewMethod · 0.80
loadGraphLayerMethod · 0.80
mapParentToPlotAreaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected