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

Method fillTouchBar

src/frontend/worksheet/WorksheetView.cpp:637–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635
636#ifdef HAVE_TOUCHBAR
637void WorksheetView::fillTouchBar(KDMacTouchBar* touchBar) {
638 // touchBar->addAction(addCartesianPlot1Action);
639 touchBar->addAction(zoomInViewAction);
640 touchBar->addAction(zoomOutViewAction);
641 touchBar->addAction(showPresenterMode);
642}
643#endif
644
645void WorksheetView::fillCartesianPlotToolBar(QToolBar* toolBar) {

Callers 1

updateGUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected