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

Method triggerWebPageAction

src/web/simplebrowser/tabwidget.cpp:276–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void TabWidget::triggerWebPageAction(QWebEnginePage::WebAction action)
277{
278 if (WebView *webView = currentWebView()) {
279 webView->triggerPageAction(action);
280 webView->setFocus();
281 }
282}
283
284void TabWidget::nextTab()
285{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected