MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / triggerAction

Method triggerAction

src/share/WizWebEngineView.cpp:178–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void WizWebEnginePage::triggerAction(WizWebEnginePage::WebAction action, bool checked /*= false*/)
179{
180 QWebEnginePage::triggerAction(action, checked);
181 //
182 if (action == Copy)
183 {
184#ifdef Q_OS_MAC
185 //fix
186 processCopiedData();
187#endif
188 }
189}
190
191void WizWebEnginePage::processCopiedData()
192{

Callers 6

openDevToolsMethod · 0.45
selectAllMethod · 0.45
undoMethod · 0.45
copyMethod · 0.45
cutMethod · 0.45
pasteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected