MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / paintEvent

Method paintEvent

pcsx2-qt/Debugger/Memory/MemoryView.cpp:749–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749void MemoryView::paintEvent(QPaintEvent* event)
750{
751 QPainter painter(this);
752
753 painter.fillRect(rect(), palette().window());
754
755 if (!cpu().isAlive())
756 return;
757
758 m_table.DrawTable(painter, this->palette(), this->height(), cpu());
759}
760
761void MemoryView::mousePressEvent(QMouseEvent* event)
762{

Callers

nothing calls this directly

Calls 3

windowMethod · 0.80
isAliveMethod · 0.80
DrawTableMethod · 0.80

Tested by

no test coverage detected