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

Method allocConfig

Default/Inspection/InspToolWidget.cpp:69–76  ·  view source on GitHub ↗

///////////////////// Inspector panel widget //////////////////////////////

Source from the content-addressed store, hash-verified

67
68////////////////////////// Inspector panel widget //////////////////////////////
69Suscan::Serializable *
70InspToolWidget::allocConfig(void)
71{
72 if (this->timeWindow == nullptr)
73 this->timeWindow = new TimeWindow(this);
74
75 return this->panelConfig = new InspToolWidgetConfig();
76}
77
78void
79InspToolWidget::refreshInspectorCombo()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected