Home
last modified time | relevance | path

Searched refs:fillHistoryPopup (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/khelpcenter/khelpcenter-21.12.3/
H A Dhistory.cpp245 fillHistoryPopup( menu, true, false, false ); in fillBackMenu()
252 fillHistoryPopup( menu, false, true, false ); in fillForwardMenu()
285 fillHistoryPopup( goMenu, false, false, true, m_goMenuHistoryStartPos ); in fillGoMenu()
307 void History::fillHistoryPopup( QMenu *popup, bool onlyBack, bool onlyForward, bool checkCurrentIte… in fillHistoryPopup() function in History
H A Dhistory.h77 void fillHistoryPopup( QMenu *, bool, bool, bool, uint = 0 );
/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A Dkonqactions.h20 void fillHistoryPopup(const QList<HistoryEntry *> &history, int historyIndex,
H A Dkonqactions.cpp28 void KonqActions::fillHistoryPopup(const QList<HistoryEntry *> &history, int historyIndex, in fillHistoryPopup() function in KonqActions
H A Dkonqmainwindow.cpp2844 …KonqActions::fillHistoryPopup(m_currentView->history(), m_currentView->historyIndex(), m_paBack->m… in slotBackAboutToShow()
2937 …KonqActions::fillHistoryPopup(m_currentView->history(), m_currentView->historyIndex(), m_paForward… in slotForwardAboutToShow()
/dports/sysutils/magicrescue/magicrescue-1.1.10/tests/samples/
H A Dgpl82 void fillHistoryPopup( QPopupMenu *, bool, bool, bool, uint = 0 );
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/contextbrowser/
H A Dcontextbrowser.h187 void fillHistoryPopup(QMenu* menu, const QList<int>& historyIndices);
H A Dcontextbrowser.cpp1374 fillHistoryPopup(m_nextMenu, indices); in nextMenuAboutToShow()
1385 fillHistoryPopup(m_previousMenu, indices); in previousMenuAboutToShow()
1388 void ContextBrowserPlugin::fillHistoryPopup(QMenu* menu, const QList<int>& historyIndices) in fillHistoryPopup() function in ContextBrowserPlugin
/dports/x11-fm/konqueror/konqueror-21.12.3/
H A DChangeLog85 * konq_actions.cc (fillHistoryPopup),