libkonq
KonqHistoryList Class Reference
#include <konq_historyentry.h>
Inheritance diagram for KonqHistoryList:
Public Member Functions | |
const_iterator | constFindEntry (const KUrl &url) const |
iterator | findEntry (const KUrl &url) |
void | removeEntry (const KUrl &url) |
Detailed Description
Definition at line 62 of file konq_historyentry.h.
Member Function Documentation
KonqHistoryList::const_iterator KonqHistoryList::constFindEntry | ( | const KUrl & | url | ) | const |
Finds an entry by URL and return an iterator to it.
If no matching entry is found, end() is returned.
Definition at line 98 of file konq_historyentry.cpp.
KonqHistoryList::iterator KonqHistoryList::findEntry | ( | const KUrl & | url | ) |
Finds an entry by URL and return an iterator to it.
If no matching entry is found, end() is returned.
Definition at line 86 of file konq_historyentry.cpp.
void KonqHistoryList::removeEntry | ( | const KUrl & | url | ) |
Finds an entry by URL and removes it.
Definition at line 110 of file konq_historyentry.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.