MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / gengrateWorkspace

Method gengrateWorkspace

src/plugins/filebrowser/transceiver/sendevents.cpp:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void SendEvents::gengrateWorkspace(const QString &projectPath)
26{
27 dpf::Event event;
28 event.setTopic(T_FILEBROWSER);
29 event.setData(D_ITEM_MENU_BUILD);
30 event.setProperty(P_PROJECTPATH, projectPath);
31 qInfo() << __FUNCTION__ << event;
32 dpf::EventCallProxy::instance().pubEvent(event);
33}

Callers

nothing calls this directly

Calls 4

setTopicMethod · 0.80
pubEventMethod · 0.80
setDataMethod · 0.45
setPropertyMethod · 0.45

Tested by

no test coverage detected