downloaddialog.h
191 static void open(TQString type) TDE_DEPRECATED; // ### KDE 4.0: remove and make caption/parent argument optional
void setType(TQString type)
Restricts the display of available data to a certain data type.
Definition downloaddialog.cpp:971
void addProvider(Provider *p)
Adds another provider to the download dialog.
Definition downloaddialog.cpp:231
TQPtrList< Entry > installedEntries()
Returns the list of installed data entries.
Definition downloaddialog.cpp:1003
void addEntry(Entry *entry)
Adds an additional entry to the current provider.
Definition downloaddialog.cpp:488
void setProviderList(const TQString &providerList)
Explicitly uses this provider list instead of the one read from the application configuration.
Definition downloaddialog.cpp:976
void slotProviders(Provider::List *list)
Availability of the provider list.
Definition downloaddialog.cpp:211
static void open(const TQString &type, const TQString &caption)
Opens the download dialog.
Definition downloaddialog.cpp:989
DownloadDialog(Engine *engine, TQWidget *parent, const TQString &caption)
Constructor.
Definition downloaddialog.cpp:129
void load()
Fetches descriptions of all available data, optionally considering a previously set type.
Definition downloaddialog.cpp:179
Trinity API Reference