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

Method copy

src/web/UBWebController.cpp:727–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725
726
727void UBWebController::copy()
728{
729 if (mCurrentWebBrowser && mCurrentWebBrowser->currentTab())
730 {
731 WebView* webView = mCurrentWebBrowser->currentTab();
732 QAction *act = webView->pageAction(QWebEnginePage::Copy);
733 if(act)
734 act->trigger();
735 }
736}
737
738
739void UBWebController::paste()

Callers 14

tex-base.jsFile · 0.45
tex-full.jsFile · 0.45
tex.jsFile · 0.45
ext.jsFile · 0.45
ext.jsFile · 0.45
ext.jsFile · 0.45
copyDirMethod · 0.45
persistMethod · 0.45
copyPageMethod · 0.45
addFileToDocumentMethod · 0.45
actionCopyMethod · 0.45

Calls 1

currentTabMethod · 0.80

Tested by

no test coverage detected