MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / ~SequenceVisualizer

Method ~SequenceVisualizer

src/openms_gui/source/VISUAL/SequenceVisualizer.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 SequenceVisualizer::~SequenceVisualizer()
35 {
36 channel_->deleteLater();
37 view_->close();
38 view_->deleteLater();
39 delete ui_;
40 deleteLater();
41 }
42
43 // Get protein and peptide data from the protein table and store inside the m_json_data_obj_ object.
44 // Inside the HTML file, this QObject will be available and we'll access these protein and

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected