|
ComSquare
|
The qt class that highlight breakpoints and the PC's position. More...
#include <CPUDebug.hpp>
Public Member Functions | |
| RowPainter (CPUDebug &cpu, QObject *parent=nullptr) | |
| RowPainter & | operator= (const RowPainter &)=delete |
| ~RowPainter () override=default | |
Protected Member Functions | |
| QSize | sizeHint (const QStyleOptionViewItem &options, const QModelIndex &index) const override |
| void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
Private Attributes | |
| CPUDebug & | _cpu |
| The CPU to get PC and breakpoints from. More... | |
The qt class that highlight breakpoints and the PC's position.
|
explicit |
|
overridedefault |
|
delete |
|
overrideprotected |
|
overrideprotected |
|
private |
The CPU to get PC and breakpoints from.
1.8.17