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