Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ createContextMenu
Method
createContextMenu
src/backend/worksheet/InfoElement.cpp:215–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
QMenu* InfoElement::createContextMenu() {
216
if (!m_menusInitialized)
217
initMenus();
218
219
return WorksheetElement::createContextMenu();
220
}
221
222
/*!
223
* @brief InfoElement::addCurve
Callers
1
contextMenuEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected