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

Method get_view_rect

DSView/pv/view/spectrumtrace.cpp:505–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505QRect SpectrumTrace::get_view_rect()
506{
507 assert(_viewport);
508 return QRect(0, UpMargin,
509 _viewport->width() - RightMargin,
510 _viewport->height() - UpMargin - DownMargin);
511}
512
513const std::vector<QString> SpectrumTrace::get_windows_support()
514{

Callers

nothing calls this directly

Calls 1

QRectClass · 0.70

Tested by

no test coverage detected