The qt model that bind the logs to the view.
More...
#include <MemoryBusDebug.hpp>
The qt model that bind the logs to the view.
◆ BusLogModel() [1/2]
| ComSquare::Debugger::BusLogModel::BusLogModel |
( |
| ) |
|
|
default |
◆ BusLogModel() [2/2]
| ComSquare::Debugger::BusLogModel::BusLogModel |
( |
const BusLogModel & |
| ) |
|
|
delete |
◆ ~BusLogModel()
| ComSquare::Debugger::BusLogModel::~BusLogModel |
( |
| ) |
|
|
overridedefault |
◆ clearLogs()
| void ComSquare::Debugger::BusLogModel::clearLogs |
( |
| ) |
|
◆ columnCount()
| int ComSquare::Debugger::BusLogModel::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
|
override |
The number of column the table has.
◆ data()
| QVariant ComSquare::Debugger::BusLogModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
Return a data representing the table cell.
◆ getLogAt()
| BusLog ComSquare::Debugger::BusLogModel::getLogAt |
( |
int |
index | ) |
|
◆ headerData()
| QVariant ComSquare::Debugger::BusLogModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
override |
Override the headers to use hex values.
◆ log()
◆ operator=()
◆ rowCount()
| int ComSquare::Debugger::BusLogModel::rowCount |
( |
const QModelIndex & |
parent | ) |
const |
|
override |
The number of row the table has.
◆ _logs
◆ column
| const int ComSquare::Debugger::BusLogModel::column = 6 |
The documentation for this class was generated from the following files: