KNewStuff
staticxmlprovider.cpp
Go to the documentation of this file.
148 // TODO first get the entries, then filter with searchString, finally emit the finished signal...
215 ((cacheEntry.version() != entry.version()) || (cacheEntry.releaseDate() != entry.releaseDate()))) {
QString summary() const
Retrieve a short description about the object.
Definition: entryinternal.cpp:194
void payloadLinkLoaded(const KNS3::EntryInternal &)
void loadingFinished(const KNS3::Provider::SearchRequest &, const KNS3::EntryInternal::List &) const
void providerInitialized(KNS3::Provider *)
void loadingFailed(const KNS3::Provider::SearchRequest &)
virtual QString id() const
A unique Id for this provider (the url in most cases)
Definition: staticxmlprovider.cpp:39
virtual bool isInitialized() const
Definition: staticxmlprovider.cpp:119
virtual void loadPayloadLink(const KNS3::EntryInternal &entry, int)
Definition: staticxmlprovider.cpp:261
virtual void setCachedEntries(const KNS3::EntryInternal::List &cachedEntries)
Definition: staticxmlprovider.cpp:124
virtual bool setProviderXML(const QDomElement &xmldata)
set the provider data xml, to initialize the provider
Definition: staticxmlprovider.cpp:44
virtual void loadEntries(const KNS3::Provider::SearchRequest &request)
load the given search and return given page
Definition: staticxmlprovider.cpp:130
void load(const KUrl &url)
Starts asynchronously loading the xml document from the specified URL.
Definition: xmlloader.cpp:39
void setPath(const QString &path)
#define kDebug
#define kWarning
Definition: atticaprovider.cpp:36
used to keep track of a search
Definition: knewstuff3/core/provider.h:64
QString searchTerm
Definition: knewstuff3/core/provider.h:66
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.