MCPcopy Create free account
hub / github.com/IENT/YUView / modelNrStreamsChanged

Method modelNrStreamsChanged

YUViewLib/src/ui/views/PlotViewWidget.cpp:94–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void PlotViewWidget::modelNrStreamsChanged()
95{
96 this->showStreamList.clear();
97 if (this->model)
98 {
99 for (unsigned int i = 0; i < model->getNrStreams(); i++)
100 this->showStreamList.append(i);
101 }
102 DEBUG_PLOT("PlotViewWidget::updateStreamInfo showStreamList " << this->showStreamList);
103}
104
105void PlotViewWidget::zoomToFitInternal()
106{

Callers 1

setModelMethod · 0.95

Calls 3

appendMethod · 0.80
clearMethod · 0.45
getNrStreamsMethod · 0.45

Tested by

no test coverage detected