KNewStuff
7 #ifndef KNEWSTUFF3_UI_DownloadManager_H 8 #define KNEWSTUFF3_UI_DownloadManager_H 10 #include "knewstuff_export.h" 13 #if KNEWSTUFF_ENABLE_DEPRECATED_SINCE(5, 29) 17 class DownloadManagerPrivate;
46 KNEWSTUFF_DEPRECATED_VERSION(5, 29,
"Use KNSCore::DownloadManager")
56 KNEWSTUFF_DEPRECATED_VERSION(5, 29,
"Use KNSCore::DownloadManager")
67 void search(
int page = 0,
int pageSize = 100);
73 void checkForUpdates();
81 void checkForInstalled();
101 void setSearchTerm(
const QString &searchTerm);
109 void setSearchOrder(SortOrder order);
118 void fetchEntryById(
const QString &
id);
141 Q_PRIVATE_SLOT(d,
void _k_slotProvidersLoaded())
142 Q_PRIVATE_SLOT(d,
void _k_slotEngineError(
const QString &error))
145 KNS3::DownloadManagerPrivate *
const d;
151 #endif // KNEWSTUFF_ENABLE_DEPRECATED_SINCE(5, 29)
KNewStuff update checker.
KNewStuff information about changed entries.
KCALUTILS_EXPORT QString errorMessage(const KCalendarCore::Exception &exception)
KNewStuff data entry container.
The namespace for the KNewStuff classes.
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 22:44:09 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.