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

Method plotImageTypeChanged

src/frontend/widgets/DatapickerImageWidget.cpp:571–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571void DatapickerImageWidget::plotImageTypeChanged(int index) {
572 CONDITIONAL_LOCK_RETURN;
573
574 for (auto* image : m_imagesList)
575 image->setPlotImageType(DatapickerImage::PlotImageType(index));
576}
577
578void DatapickerImageWidget::rotationChanged(double value) {
579 CONDITIONAL_RETURN_NO_LOCK;

Callers

nothing calls this directly

Calls 2

PlotImageTypeEnum · 0.85
setPlotImageTypeMethod · 0.80

Tested by

no test coverage detected