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

Method setCartesianPlotCursorMode

src/frontend/worksheet/WorksheetView.cpp:697–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697void WorksheetView::setCartesianPlotCursorMode(Worksheet::CartesianPlotActionMode mode) {
698 if (mode == Worksheet::CartesianPlotActionMode::ApplyActionToAll)
699 cartesianPlotApplyToAllCursor->setChecked(true);
700 else
701 cartesianPlotApplyToSelectionCursor->setChecked(true);
702}
703
704void WorksheetView::setPlotInteractive(bool interactive) {
705 plotsInteractiveAction->setChecked(interactive);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected