Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
void PlotViewWidget::modelDataChanged()
86
{
87
if (this->model)
88
{
89
this->initViewFromModel();
90
this->update();
91
}
92
}
93
94
void PlotViewWidget::modelNrStreamsChanged()
95
{
Callers
nothing calls this directly
Calls
2
initViewFromModel
Method · 0.95
update
Method · 0.45
Tested by
no test coverage detected