MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / descriptionUpdated_

Method descriptionUpdated_

src/openms_gui/source/VISUAL/APPLICATIONS/TOPPASBase.cpp:274–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 }
273
274 void TOPPASBase::descriptionUpdated_()
275 {
276 if (!activeSubWindow_() || !activeSubWindow_()->getScene())
277 {
278 return;
279 }
280 //std::cerr << "changed to '" << String(desc_->toHtml()) << "'\n";
281 activeSubWindow_()->getScene()->setChanged(true);
282 activeSubWindow_()->getScene()->setDescription(desc_->toHtml());
283 }
284
285 void TOPPASBase::toppasFileDownloaded_(QNetworkReply* /* r */)
286 {

Callers

nothing calls this directly

Calls 3

getSceneMethod · 0.80
setChangedMethod · 0.80
setDescriptionMethod · 0.45

Tested by

no test coverage detected