Searched refs:HistoryMenuModel (Results 1 – 2 of 2) sorted by relevance
474 HistoryMenuModel::HistoryMenuModel(HistoryTreeModel *sourceModel, QObject *parent) in HistoryMenuModel() function in HistoryMenuModel481 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()
207 class HistoryMenuModel : public QAbstractProxyModel212 HistoryMenuModel(HistoryTreeModel *sourceModel, QObject *parent = 0);248 HistoryMenuModel *m_historyMenuModel;