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

Method enableNumericColumnsOnly

src/backend/core/AspectTreeModel.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void AspectTreeModel::enableNumericColumnsOnly(bool value) {
101 m_numericColumnsOnly = value;
102}
103
104void AspectTreeModel::enableNonEmptyNumericColumnsOnly(bool value) {
105 m_nonEmptyNumericColumnsOnly = value;

Callers 2

setSpreadsheetsMethod · 0.80
FunctionValuesDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected