MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / cut

Method cut

src/web/UBWebController.cpp:751–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749
750
751void UBWebController::cut()
752{
753 if (mCurrentWebBrowser && mCurrentWebBrowser->currentTab())
754 {
755 WebView* webView = mCurrentWebBrowser->currentTab();
756 QAction *act = webView->pageAction(QWebEnginePage::Cut);
757 if(act)
758 act->trigger();
759 }
760}
761
762void UBWebController::aboutToShowBackMenu()
763{

Callers 1

actionCutMethod · 0.45

Calls 1

currentTabMethod · 0.80

Tested by

no test coverage detected