|
ComSquare
|
The qt model that show the stack. More...
#include <CPUDebug.hpp>
Public Member Functions | |
| StackModel (Memory::IMemoryBus &bus, CPUDebug &cpu) | |
| StackModel (const StackModel &)=delete | |
| const StackModel & | operator= (const StackModel &)=delete |
| ~StackModel () 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 | |
| Memory::IMemoryBus & | _bus |
| CPUDebug & | _cpu |
The qt model that show the stack.
|
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 |
|
private |
1.8.17