MCPcopy 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
803QMenu* CartesianPlot::analysisMenu() {
804 if (!m_menusInitialized)
805 initMenus();
806
807 return dataAnalysisMenu;
808}
809
810int CartesianPlot::cSystemIndex(WorksheetElement* e) {
811 if (!e)

Callers 1

createContextMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected