KNS::ProviderLoader Class Reference
#include <provider.h>
Inherits TQObject.
Signals | |
void | providersLoaded (Provider::List *) |
void | percent (TDEIO::Job *job, unsigned long percent) |
void | error () |
Public Member Functions | |
ProviderLoader (TQWidget *parentWidget) | |
void | load (const TQString &type, const TQString &providerList=TQString::null) |
Protected Slots | |
void | slotJobData (TDEIO::Job *, const TQByteArray &) |
void | slotJobResult (TDEIO::Job *) |
void | providerLoaded () |
Detailed Description
TDENewStuff 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 191 of file provider.h.
Constructor & Destructor Documentation
◆ ProviderLoader()
ProviderLoader::ProviderLoader | ( | TQWidget * | parentWidget | ) |
Member Function Documentation
◆ load()
void ProviderLoader::load | ( | const TQString & | type, |
const TQString & | providerList = TQString::null |
||
) |
Starts asynchronously loading the list of providers of the specified type.
- Parameters
-
type data type such as 'kdesktop/wallpaper'. providerList the URl to the list of providers; if empty we first try the ProvidersUrl from TDEGlobal::config, then we fall back to a hardcoded value.
Definition at line 343 of file provider.cpp.
◆ providersLoaded
|
signal |
Indicates that the list of providers has been successfully loaded.
The documentation for this class was generated from the following files: