Inherits AzQtComponents::TableViewModel.
Public Member Functions | |
| LogTableModel (QObject *parent=nullptr) | |
| int | rowCount (const QModelIndex &parent={}) const override |
| int | columnCount (const QModelIndex &parent={}) const override |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
| void | AppendLine (const LogLine &logLine) |
| void | AppendLineAsync (const LogLine &logLine) |
| void | CommitLines () |
| void | Clear () |
| QString | toString (bool details) |