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

Method showPluginSelectorWindow

src/jsplugin/JSPluginManager.cpp:199–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void JSPluginManager::showPluginSelectorWindow(JSPluginModule *moduleData, const QPoint &pt)
200{
201 QString guid = moduleData->spec()->guid();
202 JSPluginSelectorWindow *selectorWindow = new JSPluginSelectorWindow(*m_mainWindow, moduleData, nullptr);
203 selectorWindow->setAttribute(Qt::WA_DeleteOnClose);
204 moduleData->emitShowEvent();
205 selectorWindow->showAtPoint(pt);
206}
207
208void JSPluginManager::showPluginMainTabView(JSPluginModule *moduleData)
209{

Callers

nothing calls this directly

Calls 4

emitShowEventMethod · 0.80
showAtPointMethod · 0.80
guidMethod · 0.45
specMethod · 0.45

Tested by

no test coverage detected