knewstuffbutton.h
TDEHotNewStuff push button that makes using KHNS in an application more convenient by encapsulating m...
Definition: knewstuffbutton.h:38
void setProviderList(const TQString &providerList)
set the URL to the list of providers for this button to use
Definition: knewstuffbutton.cpp:64
void aboutToShowDialog()
emitted when the Hot New Stuff dialog is about to be shown, usually as a result of the user having cl...
void setResourceType(const TQString &resourceType)
the Hotstuff data type for this downlaod such as "korganizer/calendar"
Definition: knewstuffbutton.cpp:69
void dialogFinished()
emitted when the Hot New Stuff dialog has been closed
void setButtonText(const TQString &what)
set the text that should appear on the button.
Definition: knewstuffbutton.cpp:59
Button(const TQString &what, const TQString &providerList, const TQString &resourceType, TQWidget *parent, const char *name)
Constructor used when the details of the TDEHotNewStuff download is known when the button is created.
Definition: knewstuffbutton.cpp:30
Common download dialog for data browsing and installation.
Definition: downloaddialog.h:58