KNewStuff
#include <entryloader.h>
Signals | |
| void | signalEntriesFailed () |
| void | signalEntriesLoaded (KNS::Entry::List list) |
| void | signalProgress (KJob *, unsigned long) |
Public Member Functions | |
| EntryLoader (QObject *parent) | |
| Feed * | feed () const |
| void | load (const Provider *provider, Feed *feed) |
| const Provider * | provider () const |
Protected Slots | |
| void | slotJobData (KIO::Job *, const QByteArray &) |
| void | slotJobResult (KJob *) |
Detailed Description
KNewStuff entry loader.
Loads any entries from a given file and notifies about when the loading has completed.
Definition at line 47 of file entryloader.h.
Constructor & Destructor Documentation
§ EntryLoader()
| EntryLoader::EntryLoader | ( | QObject * | parent | ) |
Constructor.
Definition at line 33 of file entryloader.cpp.
Member Function Documentation
§ feed()
| Feed * EntryLoader::feed | ( | ) | const |
Returns the feed which was used for download.
- Returns
- Feed used by this loader
Definition at line 62 of file entryloader.cpp.
§ load()
Starts asynchronously loading the list of entries from the given provider for the given feed.
Definition at line 40 of file entryloader.cpp.
§ provider()
| const Provider * EntryLoader::provider | ( | ) | const |
Returns the provider which was used for download.
- Returns
- Provider used by this loader
Definition at line 67 of file entryloader.cpp.
§ signalEntriesFailed
|
signal |
Indicates that the list of entries could not be loaded.
§ signalEntriesLoaded
|
signal |
Indicates that the list of entries has been successfully loaded.
§ signalProgress
|
signal |
report progress loading
§ slotJobData
|
protectedslot |
Definition at line 72 of file entryloader.cpp.
§ slotJobResult
|
protectedslot |
Definition at line 79 of file entryloader.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2016 The KDE developers.
Generated on Sun Oct 16 2016 15:25:41 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.