Home
last modified time | relevance | path

Searched refs:HistoryModel (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp78 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 HistoryModel
373 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 …]
H A Dhistory.h71 class HistoryModel; variable
101 HistoryModel *historyModel() const;
125 HistoryModel *m_historyModel;
130 class HistoryModel : public QAbstractTableModel
147 HistoryModel(HistoryManager *history, QObject *parent = 0);