Searched refs:HistoryModel (Results 1 – 2 of 2) sorted by relevance
78 m_historyModel = new HistoryModel(this, this); in HistoryManager()129 HistoryModel *HistoryManager::historyModel() const in historyModel()357 HistoryModel::HistoryModel(HistoryManager *history, QObject *parent) in HistoryModel() function in HistoryModel373 void HistoryModel::historyReset() in historyReset()379 void HistoryModel::entryAdded() in entryAdded()385 void HistoryModel::entryUpdated(int offset) in entryUpdated()391 QVariant HistoryModel::headerData(int section, Qt::Orientation orientation, int role) const in headerData()403 QVariant HistoryModel::data(const QModelIndex &index, int role) const in data()443 int HistoryModel::columnCount(const QModelIndex &parent) const in columnCount()448 int HistoryModel::rowCount(const QModelIndex &parent) const in rowCount()[all …]
71 class HistoryModel; variable101 HistoryModel *historyModel() const;125 HistoryModel *m_historyModel;130 class HistoryModel : public QAbstractTableModel147 HistoryModel(HistoryManager *history, QObject *parent = 0);