27 QVariant data(
const QModelIndex &index,
int role = Qt::DisplayRole)
const;
28 QVariant headerData(
int section, Qt::Orientation orientation,
29 int role = Qt::DisplayRole)
const;
30 int rowCount(
const QModelIndex &parent = QModelIndex())
const;
31 int columnCount(
const QModelIndex &parent = QModelIndex())
const;
32 void setTimeOfDay(
bool timeOfDay);
33 bool timeOfDay()
const;
34 void updateCalls(GQueue *callsinfos);
35 void removeAllCalls();
55 QList<void *> callinfos_;