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

Method handleDocumentChanged

src/jsplugin/JSPluginManager.cpp:283–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void JSPluginManager::handleDocumentChanged()
284{
285 for (auto data : m_pluginDataCollection) {
286 data->emitDocumentChanged();
287 }
288}
289
290void JSPluginManager::handlePluginEditorRequest(const WIZDOCUMENTDATA &doc, const QString &guid)
291{

Callers 1

onEditorLoadFinishedMethod · 0.80

Calls 1

emitDocumentChangedMethod · 0.80

Tested by

no test coverage detected