KNewStuff
provider.cpp
63 return QString::number((int)sortMode) + QLatin1Char(',') + searchTerm + QLatin1Char(',') + categories.join(QLatin1Char('-')) + QLatin1Char(',')
virtual void loadBasics()
Request loading of the basic information for this provider.
Definition provider.h:244
QStringList tagFilter() const
The tag filter used for downloads by this provider.
Definition provider.cpp:89
void basicsLoaded()
Fired when the provider's basic information has been fetched and updated.
void setTagFilter(const QStringList &tagFilter)
Set the tag filter used for entries by this provider.
Definition provider.cpp:84
void setContactEmail(const QString &contactEmail)
Sets the general contact email address for this provider.
Definition provider.cpp:166
QStringList downloadTagFilter() const
The tag filter used for downloads by this provider.
Definition provider.cpp:99
void setSupportsSsl(bool supportsSsl)
Set whether or not the provider supports SSL connections.
Definition provider.cpp:180
void setDownloadTagFilter(const QStringList &downloadTagFilter)
Set the tag filter used for download items by this provider.
Definition provider.cpp:94
QDebug & nospace()
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QString number(double n, char format, int precision)
QString join(QChar separator) const const
void setInterval(int msec)
singleShot
void start()
void timeout()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Sep 13 2024 11:51:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Sep 13 2024 11:51:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.