kget
XmlStore Class Reference
#include <transferhistorystore_xml_p.h>
Inheritance diagram for XmlStore:

Classes | |
class | DeleteThread |
class | LoadThread |
class | SaveThread |
Public Slots | |
void | clear () |
void | deleteItem (const TransferHistoryItem &item) |
void | load () |
void | saveItem (const TransferHistoryItem &item) |
void | slotLoadElement (int number, int total, const TransferHistoryItem &item) |
![]() | |
virtual void | clear () |
virtual void | deleteItem (const TransferHistoryItem &item) |
virtual void | load () |
virtual void | saveItem (const TransferHistoryItem &item) |
virtual void | saveItems (const QList< TransferHistoryItem > &items) |
Public Member Functions | |
XmlStore (const QString &url) | |
~XmlStore () | |
![]() | |
TransferHistoryStore () | |
~TransferHistoryStore () | |
QList< TransferHistoryItem > | items () const |
Additional Inherited Members | |
![]() | |
enum | Backend { Xml = 0, SQLite = 1, Nepomuk = 2 } |
![]() | |
void | deleteFinished () |
void | elementLoaded (int number, int total, const TransferHistoryItem &item) |
void | loadFinished () |
void | saveFinished () |
![]() | |
static TransferHistoryStore * | getStore () |
![]() | |
QList< TransferHistoryItem > | m_items |
Detailed Description
Definition at line 20 of file transferhistorystore_xml_p.h.
Constructor & Destructor Documentation
XmlStore::XmlStore | ( | const QString & | url | ) |
Definition at line 323 of file transferhistorystore.cpp.
XmlStore::~XmlStore | ( | ) |
Definition at line 331 of file transferhistorystore.cpp.
Member Function Documentation
|
slot |
Definition at line 364 of file transferhistorystore.cpp.
|
slot |
Definition at line 379 of file transferhistorystore.cpp.
|
slot |
Definition at line 350 of file transferhistorystore.cpp.
|
slot |
Definition at line 369 of file transferhistorystore.cpp.
|
slot |
Definition at line 390 of file transferhistorystore.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:53: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:53:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.