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

Method plotsInteractive

src/backend/worksheet/Worksheet.cpp:589–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589bool Worksheet::plotsInteractive() const {
590 Q_D(const Worksheet);
591 return d->plotsInteractive;
592}
593
594void Worksheet::setCartesianPlotActionMode(Worksheet::CartesianPlotActionMode mode) {
595 Q_D(Worksheet);

Callers 1

initActionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected