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

Method isPlottable

src/backend/core/AbstractColumn.cpp:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365bool AbstractColumn::isPlottable() const {
366 const auto mode = columnMode();
367 return (isNumeric() || mode == ColumnMode::DateTime);
368}
369
370/**
371 * \brief Clear the whole column

Callers 5

fillColumnContextMenuMethod · 0.80
setSelectedColumnsMethod · 0.80
runMethod · 0.80
dataMethod · 0.80
flagsMethod · 0.80

Calls

no outgoing calls

Tested by 2

dataMethod · 0.64
flagsMethod · 0.64