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

Method setPlotsInteractive

src/backend/worksheet/Worksheet.cpp:632–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void Worksheet::setPlotsInteractive(bool interactive) {
633 Q_D(Worksheet);
634 if (d->plotsInteractive == interactive)
635 return;
636
637 d->plotsInteractive = interactive;
638
639 for (auto* plot : children<CartesianPlot>())
640 plot->setInteractive(interactive);
641
642 setProjectChanged(true);
643}
644
645void Worksheet::registerShortcuts() {
646 m_view->registerShortcuts();

Callers 1

Calls 1

setInteractiveMethod · 0.80

Tested by

no test coverage detected