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

Method createContextMenu

src/frontend/datapicker/DatapickerView.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void DatapickerView::createContextMenu(QMenu* menu) const {
92 Q_ASSERT(menu);
93 m_datapicker->image()->createContextMenu(menu);
94}
95
96int DatapickerView::currentIndex() const {
97 return m_tabWidget->currentIndex();

Callers 1

showTabContextMenuMethod · 0.45

Calls 1

imageMethod · 0.80

Tested by

no test coverage detected