Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
void AspectTreeModel::setReadOnly(bool readOnly) {
93
m_readOnly = readOnly;
94
}
95
96
void AspectTreeModel::enablePlottableColumnsOnly(bool value) {
97
m_plottableColumnsOnly = value;
Callers
5
modelTypeChanged
Method · 0.80
updatePlotRangeList
Method · 0.80
enableDatasetSettings
Method · 0.80
StatisticsColumnWidget
Method · 0.80
model
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected