92 QModelIndex index(
int row,
int column,
93 const QModelIndex & = QModelIndex())
const;
94 QModelIndex parent(
const QModelIndex &)
const;
96 Qt::ItemFlags flags(
const QModelIndex &index)
const;
98 QVariant data(
const QModelIndex &index,
int role)
const;
100 int rowCount(
const QModelIndex &parent = QModelIndex())
const;
101 int columnCount(
const QModelIndex &parent = QModelIndex())
const;
103 int numEvents(
enum ExpertSeverity severity);
108 void setGroupBySummary(
bool group_by_summary);
114 static void tapReset(
void *eid_ptr);
116 static void tapDraw(
void *eid_ptr);
123 bool group_by_summary_;
126 QHash<enum ExpertSeverity, int> eventCounts_;