Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ analysisMenu
Method
analysisMenu
src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:803–808 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
801
}
802
803
QMenu* CartesianPlot::analysisMenu() {
804
if (!m_menusInitialized)
805
initMenus();
806
807
return dataAnalysisMenu;
808
}
809
810
int CartesianPlot::cSystemIndex(WorksheetElement* e) {
811
if (!e)
Callers
1
createContextMenu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected