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

Method cartesianPlotCursorMode

src/backend/worksheet/Worksheet.cpp:584–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584Worksheet::CartesianPlotActionMode Worksheet::cartesianPlotCursorMode() const {
585 Q_D(const Worksheet);
586 return d->cartesianPlotCursorMode;
587}
588
589bool Worksheet::plotsInteractive() const {
590 Q_D(const Worksheet);

Callers 1

initActionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected