KNS::Button Class Reference

KHotNewStuff push button that makes using KHNS in an application more convenient by encapsulating most of the details involved in using KHotNewStuff in the button itself. More...

#include <knewstuffbutton.h>

Inherits KPushButton.

List of all members.

Signals

void aboutToShowDialog ()
void dialogFinished ()

Public Member Functions

 Button (const QString &what, const QString &providerList, const QString &resourceType, QWidget *parent, const char *name)
 Button (QWidget *parent, const char *name)
void setProviderList (const QString &providerList)
void setResourceType (const QString &resourceType)
void setButtonText (const QString &what)

Protected Slots

void showDialog ()

Detailed Description

KHotNewStuff push button that makes using KHNS in an application more convenient by encapsulating most of the details involved in using KHotNewStuff in the button itself.

Since:
3.4

Definition at line 37 of file knewstuffbutton.h.


Constructor & Destructor Documentation

usr src packages BUILD kdelibs knewstuff knewstuffbutton cpp KNS::Button::Button ( const QString what,
const QString providerList,
const QString resourceType,
QWidget parent,
const char *  name 
)

Constructor used when the details of the KHotNewStuff download is known when the button is created.

Parameters:
whattext describing what is being downloaded. will be shown on the button as "Download New <what>"
providerListthe URL to the list of providers; if empty we first try the ProvidersUrl from KGlobal::config, then we fall back to a hardcoded value
resourceTypethe Hotstuff data type for this downlaod such as "korganizer/calendar"
parentthe parent widget
namethe name to be used for this widget

Definition at line 31 of file knewstuffbutton.cpp.

KNS::Button::Button ( QWidget parent,
const char *  name 
)

Constructor used when the details of the KHotNewStuff download is not known in advance of the button being created.

Parameters:
parentthe parent widget
namethe name to be used for this widget

Definition at line 45 of file knewstuffbutton.cpp.


Member Function Documentation

void KNS::Button::aboutToShowDialog ( ) [signal]

emitted when the Hot New Stuff dialog is about to be shown, usually as a result of the user having click on the button

void KNS::Button::dialogFinished ( ) [signal]

emitted when the Hot New Stuff dialog has been closed

void KNS::Button::setButtonText ( const QString what)

set the text that should appear on the button.

will be prefaced with i18n("Download New")

Definition at line 60 of file knewstuffbutton.cpp.

void KNS::Button::setProviderList ( const QString providerList)

set the URL to the list of providers for this button to use

Definition at line 65 of file knewstuffbutton.cpp.

void KNS::Button::setResourceType ( const QString resourceType)

the Hotstuff data type for this downlaod such as "korganizer/calendar"

Definition at line 70 of file knewstuffbutton.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys