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)));
120 void KNS3::DownloadManager::Private::_k_slotEntryStatusChanged(const KNS3::EntryInternal& entry)
const char * name(StandardAction id)
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
void uninstallEntry(const KNS3::Entry &entry)
Uninstalls the given entry.
Definition: downloadmanager.cpp:133
void installEntry(const KNS3::Entry &entry)
Installs or updates an entry.
Definition: downloadmanager.cpp:125
DownloadManager(QObject *parent=0)
Create a DownloadManager It will try to find a appname.knsrc file (using KComponentData).
Definition: downloadmanager.cpp:61
void search(int page=0, int pageSize=100)
Search for a list of entries.
Definition: downloadmanager.cpp:141
KComponentData activeComponent()
QString componentName() const
void setSearchOrder(SortOrder order)
Set the sort order of the results.
Definition: downloadmanager.cpp:153
static KNS3::EntryInternal fromEntry(const KNS3::Entry &entry)
Definition: entryinternal.cpp:581
void setSearchTerm(const QString &searchTerm)
Sets the search term to filter the results on the server.
Definition: downloadmanager.cpp:171
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.