|
ComSquare
|
The qt model that show the disassembly. More...
#include <CPUDebug.hpp>
Public Member Functions | |
| DisassemblyModel (CPUDebug &cpu) | |
| DisassemblyModel (const DisassemblyModel &)=delete | |
| const DisassemblyModel & | operator= (const DisassemblyModel &)=delete |
| ~DisassemblyModel () override=default | |
| int | rowCount (const QModelIndex &parent) const override |
| The number of row the table has. More... | |
| int | columnCount (const QModelIndex &parent) const override |
| The number of column the table has. More... | |
| QVariant | data (const QModelIndex &index, int role) const override |
| Return a data representing the table cell. More... | |
| QVariant | headerData (int section, Qt::Orientation orientation, int role) const override |
| Override the headers to use hex values. More... | |
Private Attributes | |
| CPUDebug & | _cpu |
The qt model that show the disassembly.
|
explicit |
|
delete |
|
overridedefault |
|
override |
The number of column the table has.
|
override |
Return a data representing the table cell.
|
override |
Override the headers to use hex values.
|
delete |
|
override |
The number of row the table has.
|
private |
1.8.17