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