MCPcopy Create free account
hub / github.com/KDE/labplot / fillColumnContextMenu

Method fillColumnContextMenu

src/backend/notebook/Notebook.cpp:325–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void Notebook::fillColumnContextMenu(QMenu* menu, Column* column) {
326#ifndef SDK
327 if (m_view)
328 m_view->fillColumnContextMenu(menu, column);
329#else
330 Q_UNUSED(menu)
331 Q_UNUSED(column)
332#endif
333}
334
335QString Notebook::backendName() {
336 return this->m_backendName;

Callers 1

createContextMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected