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

Method plotsInteractiveActionChanged

src/frontend/worksheet/WorksheetView.cpp:2435–2437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2433}
2434
2435void WorksheetView::plotsInteractiveActionChanged(bool checked) {
2436 m_worksheet->setPlotsInteractive(checked);
2437}
2438
2439void WorksheetView::cartesianPlotMouseModeChanged(QAction* action) {
2440 if (m_suppressMouseModeChange)

Callers

nothing calls this directly

Calls 1

setPlotsInteractiveMethod · 0.80

Tested by

no test coverage detected