Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
338
QRect Trace::get_view_rect()
339
{
340
assert(_view);
341
return QRect(0, 0, _view->viewport()->width(), _view->viewport()->height());
342
}
343
344
QColor Trace::get_text_colour()
345
{
Callers
nothing calls this directly
Calls
1
QRect
Class · 0.70
Tested by
no test coverage detected