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

Method hasHeatmapFormat

src/backend/core/AbstractColumn.cpp:499–501  ·  view source on GitHub ↗

conditional formatting

Source from the content-addressed store, hash-verified

497
498// conditional formatting
499bool AbstractColumn::hasHeatmapFormat() const {
500 return (d->m_heatmapFormat != nullptr);
501}
502
503AbstractColumn::HeatmapFormat& AbstractColumn::heatmapFormat() const {
504 if (!d->m_heatmapFormat)

Callers 4

checkSpreadsheetMenuMethod · 0.80
checkColumnMenusMethod · 0.80
setColumnsMethod · 0.80
colorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected