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

Method updateAutoScale

src/frontend/dockwidgets/AxisDock.cpp:535–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535void AxisDock::updateAutoScale() {
536 m_axis->setRangeType(static_cast<Axis::RangeType>(ui.cbRangeType->currentIndex()));
537}
538
539void AxisDock::updateLabelsPosition(Axis::LabelsPosition position) {
540 bool b = (position != Axis::LabelsPosition::NoLabels);

Callers 1

plotRangeChangedMethod · 0.80

Calls 2

setRangeTypeMethod · 0.45
currentIndexMethod · 0.45

Tested by

no test coverage detected