libkonq
KonqHistoryLoader Class Reference
#include <konq_historyloader.h>
Inheritance diagram for KonqHistoryLoader:
Public Member Functions | |
KonqHistoryLoader (QObject *parent=0) | |
virtual | ~KonqHistoryLoader () |
const KonqHistoryList & | entries () const |
bool | loadHistory () |
Static Public Member Functions | |
static int | historyVersion () |
Detailed Description
This class loads the Konqueror history file.
- Since
- 4.3
Definition at line 35 of file konq_historyloader.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 34 of file konq_historyloader.cpp.
|
virtual |
Definition at line 40 of file konq_historyloader.cpp.
Member Function Documentation
const KonqHistoryList & KonqHistoryLoader::entries | ( | ) | const |
- Returns
- the list of all history entries, sorted by date (oldest entries first)
Definition at line 138 of file konq_historyloader.cpp.
|
static |
Definition at line 143 of file konq_historyloader.cpp.
bool KonqHistoryLoader::loadHistory | ( | ) |
Load the history.
No need to call this more than once...
Definition at line 53 of file konq_historyloader.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.