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

Method get_view_rect

DSView/pv/view/dsosignal.cpp:640–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640QRect DsoSignal::get_view_rect()
641{
642 assert(_viewport);
643 return QRect(0, UpMargin,
644 _viewport->width() - RightMargin,
645 _viewport->height() - UpMargin - DownMargin);
646}
647
648void DsoSignal::paint_prepare()
649{

Callers

nothing calls this directly

Calls 1

QRectClass · 0.70

Tested by

no test coverage detected