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