libkonq
#include <konq_historyentry.h>
Public Types | |
enum | Flags { NoFlags = 0, MarshalUrlAsStrings = 1 } |
Public Member Functions | |
KonqHistoryEntry () | |
KonqHistoryEntry (const KonqHistoryEntry &e) | |
~KonqHistoryEntry () | |
void | load (QDataStream &s, Flags flags) |
bool | operator== (const KonqHistoryEntry &entry) const |
void | save (QDataStream &s, Flags flags) const |
Public Attributes | |
QDateTime | firstVisited |
QDateTime | lastVisited |
quint32 | numberOfTimesVisited |
QString | title |
QString | typedUrl |
KUrl | url |
Detailed Description
Definition at line 29 of file konq_historyentry.h.
Member Enumeration Documentation
Enumerator | |
---|---|
NoFlags | |
MarshalUrlAsStrings |
Definition at line 47 of file konq_historyentry.h.
Constructor & Destructor Documentation
KonqHistoryEntry::KonqHistoryEntry | ( | ) |
Definition at line 24 of file konq_historyentry.cpp.
KonqHistoryEntry::~KonqHistoryEntry | ( | ) |
Definition at line 29 of file konq_historyentry.cpp.
KonqHistoryEntry::KonqHistoryEntry | ( | const KonqHistoryEntry & | e | ) |
Definition at line 73 of file konq_historyentry.cpp.
Member Function Documentation
void KonqHistoryEntry::load | ( | QDataStream & | s, |
Flags | flags | ||
) |
Definition at line 43 of file konq_historyentry.cpp.
bool KonqHistoryEntry::operator== | ( | const KonqHistoryEntry & | entry | ) | const |
Definition at line 33 of file konq_historyentry.cpp.
void KonqHistoryEntry::save | ( | QDataStream & | s, |
Flags | flags | ||
) | const |
Definition at line 59 of file konq_historyentry.cpp.
Member Data Documentation
QDateTime KonqHistoryEntry::firstVisited |
Definition at line 39 of file konq_historyentry.h.
QDateTime KonqHistoryEntry::lastVisited |
Definition at line 40 of file konq_historyentry.h.
quint32 KonqHistoryEntry::numberOfTimesVisited |
Definition at line 38 of file konq_historyentry.h.
QString KonqHistoryEntry::title |
Definition at line 37 of file konq_historyentry.h.
QString KonqHistoryEntry::typedUrl |
Definition at line 36 of file konq_historyentry.h.
KUrl KonqHistoryEntry::url |
Definition at line 35 of file konq_historyentry.h.
The documentation for this class was generated from the following files:
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.