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

Method colorMapChanged

src/frontend/colormaps/ColorMapsWidget.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void ColorMapsWidget::colorMapChanged() {
179 const QString& name = ui.lwColorMaps->currentItem()->text();
180 m_manager->render(m_pixmap, name);
181 ui.lPreview->setPixmap(m_pixmap);
182}
183
184/*!
185 * called when the current selected color map in the list of maps in the Details view was changed.

Callers

nothing calls this directly

Calls 3

currentItemMethod · 0.80
renderMethod · 0.80
textMethod · 0.45

Tested by

no test coverage detected