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

Method get_view_rect

DSView/pv/view/trace.cpp:338–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338QRect Trace::get_view_rect()
339{
340 assert(_view);
341 return QRect(0, 0, _view->viewport()->width(), _view->viewport()->height());
342}
343
344QColor Trace::get_text_colour()
345{

Callers

nothing calls this directly

Calls 1

QRectClass · 0.70

Tested by

no test coverage detected