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

Method setReadOnly

src/backend/core/AspectTreeModel.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void AspectTreeModel::setReadOnly(bool readOnly) {
93 m_readOnly = readOnly;
94}
95
96void AspectTreeModel::enablePlottableColumnsOnly(bool value) {
97 m_plottableColumnsOnly = value;

Callers 5

modelTypeChangedMethod · 0.80
updatePlotRangeListMethod · 0.80
enableDatasetSettingsMethod · 0.80
modelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected