|
ORE Studio 0.0.4
|
Table model for displaying event records. More...
#include <EventViewerDialog.hpp>
Inherits QAbstractTableModel.

Public Types | |
| enum | Column { Timestamp = 0 , EventType , Source , Summary , ColumnCount } |
Public Member Functions | |
| EventTableModel (QObject *parent=nullptr) | |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| int | columnCount (const QModelIndex &parent=QModelIndex()) 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 | addEvent (EventRecord event) |
| void | clear () |
| const EventRecord & | eventAt (int row) const |
| int | eventCount () const |
Table model for displaying event records.