Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp474 HistoryMenuModel::HistoryMenuModel(HistoryTreeModel *sourceModel, QObject *parent) in HistoryMenuModel() function in HistoryMenuModel
481 int HistoryMenuModel::bumpedRows() const in bumpedRows()
489 int HistoryMenuModel::columnCount(const QModelIndex &parent) const in columnCount()
494 int HistoryMenuModel::rowCount(const QModelIndex &parent) const in rowCount()
520 QModelIndex HistoryMenuModel::mapFromSource(const QModelIndex &sourceIndex) const in mapFromSource()
528 QModelIndex HistoryMenuModel::mapToSource(const QModelIndex &proxyIndex) const in mapToSource()
547 QModelIndex HistoryMenuModel::index(int row, int column, const QModelIndex &parent) const in index()
569 QModelIndex HistoryMenuModel::parent(const QModelIndex &index) const in parent()
605 m_historyMenuModel = new HistoryMenuModel(m_history->historyTreeModel(), this); in prePopulated()
H A Dhistory.h207 class HistoryMenuModel : public QAbstractProxyModel
212 HistoryMenuModel(HistoryTreeModel *sourceModel, QObject *parent = 0);
248 HistoryMenuModel *m_historyMenuModel;