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

Method drawAxis

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

Source from the content-addressed store, hash-verified

378}
379
380void PlotViewWidget::drawAxis(QPainter &painter) const
381{
382 painter.setPen(QPen(Qt::black, 1));
383 painter.drawLine(this->plotRect.bottomLeft(), this->plotRect.topLeft());
384 painter.drawLine(this->plotRect.bottomLeft(), this->plotRect.bottomRight());
385}
386
387void PlotViewWidget::drawAxisTicks(QPainter & painter,
388 const PlotViewWidget::AxisProperties & properties,

Callers 1

paintEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected