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

Method setHeatmapFormat

src/backend/core/AbstractColumn.cpp:510–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510void AbstractColumn::setHeatmapFormat(const AbstractColumn::HeatmapFormat& format) {
511 exec(new AbstractColumnSetHeatmapFormatCmd(d, format));
512}
513
514void AbstractColumn::removeFormat() {
515 exec(new AbstractColumnRemoveHeatmapFormatCmd(d));

Callers 1

formatHeatmapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected