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

Method cursorLine

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

Source from the content-addressed store, hash-verified

1070BASIC_SHARED_D_READER_IMPL(CartesianPlot, QString, theme, theme)
1071
1072Line* CartesianPlot::cursorLine() const {
1073 Q_D(const CartesianPlot);
1074 return d->cursorLine;
1075}
1076
1077/*!
1078 returns the actual bounding rectangular of the plot area showing data (plot's rectangular minus padding)

Callers 1

loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected