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

Method borderLine

src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:177–180  ·  view source on GitHub ↗

Border

Source from the content-addressed store, hash-verified

175
176// Border
177Line* CartesianPlotLegend::borderLine() const {
178 Q_D(const CartesianPlotLegend);
179 return d->borderLine;
180}
181
182BASIC_SHARED_D_READER_IMPL(CartesianPlotLegend, qreal, borderCornerRadius, borderCornerRadius)
183

Callers 5

setTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected