kget
SQLiteStore Class Reference
#include <transferhistorystore_sqlite_p.h>
Inheritance diagram for SQLiteStore:

Public Slots | |
| void | clear () |
| void | deleteItem (const TransferHistoryItem &item) |
| void | load () |
| void | saveItem (const TransferHistoryItem &item) |
| void | saveItems (const QList< TransferHistoryItem > &items) |
Public Slots inherited from TransferHistoryStore | |
| 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 | |
| SQLiteStore (const QString &database) | |
| ~SQLiteStore () | |
Public Member Functions inherited from TransferHistoryStore | |
| TransferHistoryStore () | |
| ~TransferHistoryStore () | |
| QList< TransferHistoryItem > | items () const |
Additional Inherited Members | |
Public Types inherited from TransferHistoryStore | |
| enum | Backend { Xml = 0, SQLite = 1, Nepomuk = 2 } |
Signals inherited from TransferHistoryStore | |
| void | deleteFinished () |
| void | elementLoaded (int number, int total, const TransferHistoryItem &item) |
| void | loadFinished () |
| void | saveFinished () |
Static Public Member Functions inherited from TransferHistoryStore | |
| static TransferHistoryStore * | getStore () |
Protected Attributes inherited from TransferHistoryStore | |
| QList< TransferHistoryItem > | m_items |
Detailed Description
Definition at line 20 of file transferhistorystore_sqlite_p.h.
Constructor & Destructor Documentation
| SQLiteStore::SQLiteStore | ( | const QString & | database | ) |
| SQLiteStore::~SQLiteStore | ( | ) |
Member Function Documentation
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
The documentation for this class was generated from the following file:
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.
KDE API Reference
Public Slots inherited from