KNewStuff
providerhandler.cpp
Go to the documentation of this file.
QString i18n(const char *text)
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
ProviderHandler(const QDomElement &providerxml)
Definition: providerhandler.cpp:40
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
Feed * downloadUrlFeed(const QString &feedtype) const
Feed to retrieve for the given feed type.
Definition: knewstuff2/core/provider.cpp:50
const char * name(StandardAction id)
void setWebService(const KUrl &)
Sets the URL of the DXS, if offered by the provider.
Definition: knewstuff2/core/provider.cpp:109
QString i18nc(const char *ctxt, const char *text)
void setPath(const QString &path)
void addDownloadUrlFeed(const QString &feedtype, Feed *feed)
Adds a feed URL.
Definition: knewstuff2/core/provider.cpp:44
KUrl webService() const
Retrieves the URL to the DXS Web Service.
Definition: knewstuff2/core/provider.cpp:114
KUrl icon() const
Retrieves the icon URL for this provider.
Definition: knewstuff2/core/provider.cpp:74
KTranslatable name() const
Retrieves the common name of the provider.
Definition: knewstuff2/core/provider.cpp:64
void setIcon(const KUrl &)
Sets the URL for an icon for this provider.
Definition: knewstuff2/core/provider.cpp:69
QString url(AdjustPathOption trailing=LeaveTrailingSlash) const
Definition: knewstuff2/core/author.h:26
KUrl noUploadUrl() const
Retrieves the URL where a user is led if the provider does not support uploads.
Definition: knewstuff2/core/provider.cpp:94
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Wed Apr 3 2019 20:30:14 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Wed Apr 3 2019 20:30:14 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.