93 QModelIndex index(
int row,
int column,
94 const QModelIndex & = QModelIndex())
const;
95 QModelIndex parent(
const QModelIndex &)
const;
97 Qt::ItemFlags flags(
const QModelIndex &index)
const;
99 QVariant data(
const QModelIndex &index,
int role)
const;
101 int rowCount(
const QModelIndex &parent = QModelIndex())
const;
102 int columnCount(
const QModelIndex &parent = QModelIndex())
const;
104 int numEvents(
enum ExpertSeverity severity);
109 void setGroupBySummary(
bool group_by_summary);
115 static void tapReset(
void *eid_ptr);
117 static void tapDraw(
void *eid_ptr);
124 bool group_by_summary_;
127 QHash<enum ExpertSeverity, int> eventCounts_;