KNewStuff
knewstuff2/core/provider.cpp
Go to the documentation of this file.
KUrl noUploadUrl() const
Retrieves the URL where a user is led if the provider does not support uploads.
Definition: knewstuff2/core/provider.cpp:94
void setWebAccess(const KUrl &)
Sets the URL of a web frontend for the provider.
Definition: knewstuff2/core/provider.cpp:99
void setNoUploadUrl(const KUrl &)
Sets the URL where a user is led if the provider does not support uploads.
Definition: knewstuff2/core/provider.cpp:89
KTranslatable name() const
Retrieves the common name of the provider.
Definition: knewstuff2/core/provider.cpp:64
String class with multiple localized representations.
Definition: ktranslatable.h:41
void setName(const KTranslatable &name)
Sets the common name of the provider.
Definition: knewstuff2/core/provider.cpp:59
void setWebService(const KUrl &)
Sets the URL of the DXS, if offered by the provider.
Definition: knewstuff2/core/provider.cpp:109
KUrl icon() const
Retrieves the icon URL for this provider.
Definition: knewstuff2/core/provider.cpp:74
void addDownloadUrlFeed(const QString &feedtype, Feed *feed)
Adds a feed URL.
Definition: knewstuff2/core/provider.cpp:44
Feed * downloadUrlFeed(const QString &feedtype) const
Feed to retrieve for the given feed type.
Definition: knewstuff2/core/provider.cpp:50
void setIcon(const KUrl &)
Sets the URL for an icon for this provider.
Definition: knewstuff2/core/provider.cpp:69
KUrl webService() const
Retrieves the URL to the DXS Web Service.
Definition: knewstuff2/core/provider.cpp:114
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.