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

Method paint_prepare

DSView/pv/view/trace.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void Trace::paint_prepare()
151{
152 assert(_view);
153 _view->set_trig_hoff(0);
154}
155
156void Trace::paint_back(QPainter &p, int left, int right, QColor fore, QColor back)
157{

Callers 1

feed_in_dsoMethod · 0.45

Calls 1

set_trig_hoffMethod · 0.80

Tested by

no test coverage detected