KNewStuff
downloadmanager.cpp
Go to the documentation of this file.
80 q->connect(engine, SIGNAL(signalUpdateableEntriesLoaded(KNS3::EntryInternal::List)), q, SLOT(_k_slotEntriesLoaded(KNS3::EntryInternal::List)));
81 q->connect(engine, SIGNAL(signalEntriesLoaded(KNS3::EntryInternal::List)), q, SLOT(_k_slotEntriesLoaded(KNS3::EntryInternal::List)));
82 q->connect(engine, SIGNAL(signalEntryChanged(KNS3::EntryInternal)), q, SLOT(_k_slotEntryStatusChanged(KNS3::EntryInternal)));
QString componentName() const
void search(int page=0, int pageSize=100)
Search for a list of entries.
Definition downloadmanager.cpp:141
DownloadManager(QObject *parent=0)
Create a DownloadManager It will try to find a appname.knsrc file (using KComponentData).
Definition downloadmanager.cpp:61
void installEntry(const KNS3::Entry &entry)
Installs or updates an entry.
Definition downloadmanager.cpp:125
void setSearchTerm(const QString &searchTerm)
Sets the search term to filter the results on the server.
Definition downloadmanager.cpp:171
void setSearchOrder(SortOrder order)
Set the sort order of the results.
Definition downloadmanager.cpp:153
void uninstallEntry(const KNS3::Entry &entry)
Uninstalls the given entry.
Definition downloadmanager.cpp:133
static KNS3::EntryInternal fromEntry(const KNS3::Entry &entry)
Definition entryinternal.cpp:581
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
KComponentData activeComponent()
Definition atticaprovider.cpp:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.