MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / attachAnalyzer

Method attachAnalyzer

Default/GenericInspector/GenericInspector.cpp:156–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void
157GenericInspector::attachAnalyzer(Suscan::Analyzer *analyzer)
158{
159 this->ui->setState(InspectorUI::ATTACHED);
160
161 connect(
162 analyzer,
163 SIGNAL(source_info_message(Suscan::SourceInfoMessage const &)),
164 this,
165 SLOT(onSourceInfoMessage(Suscan::SourceInfoMessage const &)));
166}
167
168void
169GenericInspector::detachAnalyzer()

Callers

nothing calls this directly

Calls 1

setStateMethod · 0.45

Tested by

no test coverage detected