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

Method fillToolBar

src/frontend/datapicker/DatapickerView.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void DatapickerView::fillToolBar(QToolBar* toolBar) {
87 auto* view = static_cast<DatapickerImageView*>(m_datapicker->image()->view());
88 view->fillToolBar(toolBar);
89}
90
91void DatapickerView::createContextMenu(QMenu* menu) const {
92 Q_ASSERT(menu);

Callers

nothing calls this directly

Calls 2

imageMethod · 0.80
viewMethod · 0.45

Tested by

no test coverage detected