MCPcopy Create free account
hub / github.com/IENT/YUView / drawWhiteBoxesInLabelArea

Method drawWhiteBoxesInLabelArea

YUViewLib/src/ui/views/PlotViewWidget.cpp:555–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555void PlotViewWidget::drawWhiteBoxesInLabelArea(QPainter &painter, const QRectF &widgetRect) const
556{
557 painter.setBrush(Qt::white);
558 painter.setPen(Qt::NoPen);
559
560 painter.drawRect(QRectF(this->plotRect.bottomRight(), widgetRect.bottomRight()));
561 painter.drawRect(QRectF(this->plotRect.topLeft(), widgetRect.topLeft()));
562 painter.drawRect(QRectF(this->plotRect.bottomLeft(), widgetRect.bottomLeft()));
563}
564
565void PlotViewWidget::drawLimits(QPainter &painter) const
566{

Callers 1

paintEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected