Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ plotsInteractive
Method
plotsInteractive
src/backend/worksheet/Worksheet.cpp:589–592 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
}
588
589
bool Worksheet::plotsInteractive() const {
590
Q_D(const Worksheet);
591
return d->plotsInteractive;
592
}
593
594
void Worksheet::setCartesianPlotActionMode(Worksheet::CartesianPlotActionMode mode) {
595
Q_D(Worksheet);
Callers
1
initActions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected