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

Method modelDataChanged

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

Source from the content-addressed store, hash-verified

83}
84
85void PlotViewWidget::modelDataChanged()
86{
87 if (this->model)
88 {
89 this->initViewFromModel();
90 this->update();
91 }
92}
93
94void PlotViewWidget::modelNrStreamsChanged()
95{

Callers

nothing calls this directly

Calls 2

initViewFromModelMethod · 0.95
updateMethod · 0.45

Tested by

no test coverage detected