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

Method format

src/frontend/spreadsheet/FormattingHeatmapDialog.cpp:147–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147AbstractColumn::HeatmapFormat FormattingHeatmapDialog::format() {
148 AbstractColumn::HeatmapFormat format;
149 format.min = ui.leMinimum->text().toDouble();
150 format.max = ui.leMaximum->text().toDouble();
151 format.colors = m_colors;
152 format.name = m_name;
153 format.type = static_cast<AbstractColumn::Formatting>(ui.cbHightlight->currentIndex());
154 return format;
155}
156
157void FormattingHeatmapDialog::autoRangeChanged(bool state) {
158 ui.leMinimum->setEnabled(!state);

Callers 11

updateRangeListMethod · 0.45
updateTypeWidgetsMethod · 0.45
columnFormatChangedMethod · 0.45
showOverviewMethod · 0.45
setColumnsMethod · 0.45
formatHeatmapMethod · 0.45
exportViewMethod · 0.45
setColumnsMethod · 0.45
setColumnsMethod · 0.45
saveMethod · 0.45
initValuesSpreadsheetMethod · 0.45

Calls 2

textMethod · 0.45
currentIndexMethod · 0.45

Tested by

no test coverage detected