MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / set_view

Method set_view

DSView/pv/view/trace.cpp:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void Trace::set_view(pv::view::View *view)
138{
139 assert(view);
140 _view = view;
141 connect(_view, SIGNAL(resize()), this, SLOT(resize()));
142}
143
144void Trace::set_viewport(pv::view::Viewport *viewport)
145{

Callers 3

add_decoderMethod · 0.45
setup_uiMethod · 0.45
signals_changedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected