KNewStuff
#include <providerloader.h>
Signals | |
void | signalProvidersFailed () |
void | signalProvidersLoaded (KNS::Provider::List) |
Public Member Functions | |
ProviderLoader (QObject *parent) | |
void | load (const QString &providersurl) |
Protected Slots | |
void | slotJobData (KIO::Job *, const QByteArray &) |
void | slotJobResult (KJob *) |
Detailed Description
KNewStuff provider loader.
This class sets up a list of all possible providers by querying the main provider database for this specific application. It should probably not be used directly by the application.
Definition at line 48 of file providerloader.h.
Constructor & Destructor Documentation
ProviderLoader::ProviderLoader | ( | QObject * | parent | ) |
Constructor.
Definition at line 33 of file providerloader.cpp.
Member Function Documentation
void ProviderLoader::load | ( | const QString & | providersurl | ) |
Starts asynchronously loading the list of providers from the specified URL.
- Parameters
-
providersurl location of the XML file containing the providers
Definition at line 38 of file providerloader.cpp.
|
signal |
|
signal |
Indicates that the list of providers has been successfully loaded.
|
protectedslot |
Definition at line 54 of file providerloader.cpp.
|
protectedslot |
Definition at line 61 of file providerloader.cpp.
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:50:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.