Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.h73 class HistoryTreeModel; variable
103 HistoryTreeModel *historyTreeModel() const;
127 HistoryTreeModel *m_historyTreeModel;
212 HistoryMenuModel(HistoryTreeModel *sourceModel, QObject *parent = 0);
223 HistoryTreeModel *m_treeModel;
277 class HistoryTreeModel : public QAbstractProxyModel
282 HistoryTreeModel(QAbstractItemModel *sourceModel, QObject *parent = 0);
H A Dhistory.cpp80 m_historyTreeModel = new HistoryTreeModel(m_historyFilterModel, this); in HistoryManager()
139 HistoryTreeModel *HistoryManager::historyTreeModel() const in historyTreeModel()
474 HistoryMenuModel::HistoryMenuModel(HistoryTreeModel *sourceModel, QObject *parent) in HistoryMenuModel()
1015 HistoryTreeModel::HistoryTreeModel(QAbstractItemModel *sourceModel, QObject *parent) in HistoryTreeModel() function in HistoryTreeModel
1021 QVariant HistoryTreeModel::headerData(int section, Qt::Orientation orientation, int role) const in headerData()
1026 QVariant HistoryTreeModel::data(const QModelIndex &index, int role) const in data()
1055 int HistoryTreeModel::columnCount(const QModelIndex &parent) const in columnCount()
1060 int HistoryTreeModel::rowCount(const QModelIndex &parent) const in rowCount()
1094 int HistoryTreeModel::sourceDateRow(int row) const in sourceDateRow()
1110 QModelIndex HistoryTreeModel::mapToSource(const QModelIndex &proxyIndex) const in mapToSource()
[all …]