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

Method AbstractPlotPrivate

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

################################################################ ################### Private implementation ##################### ################################################################

Source from the content-addressed store, hash-verified

132// ################### Private implementation #####################
133// ################################################################
134AbstractPlotPrivate::AbstractPlotPrivate(AbstractPlot* owner)
135 : WorksheetElementContainerPrivate(owner)
136 , q(owner) {
137}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected