KNewStuff
knewstuff3/core/engine.h
Go to the documentation of this file.
170 void slotPreviewLoaded(const KNS3::EntryInternal& entry, KNS3::EntryInternal::PreviewType type);
void message(KMessage::MessageType messageType, const QString &text, const QString &caption=QString())
void signalUpdateableEntriesLoaded(const KNS3::EntryInternal::List &entries)
void becomeFan(const EntryInternal &entry)
Definition: knewstuff3/core/engine.cpp:520
void signalEntryUploadFinished()
void requestData(int page, int pageSize)
Definition: knewstuff3/core/engine.cpp:372
void signalBusy(const QString &)
void signalEntryUploadFailed()
void loadDetails(const KNS3::EntryInternal &entry)
Definition: knewstuff3/core/engine.cpp:463
void setSearchTerm(const QString &searchString)
Definition: knewstuff3/core/engine.cpp:343
void contactAuthor(const EntryInternal &entry)
Try to contact the author of the entry by email or showing their homepage.
Definition: knewstuff3/core/engine.cpp:487
void signalEntryPreviewLoaded(const KNS3::EntryInternal &, KNS3::EntryInternal::PreviewType)
void signalPreviewFailed()
void signalError(const QString &)
void signalEntryDetailsLoaded(const KNS3::EntryInternal &entry)
used to keep track of a search
Definition: knewstuff3/core/provider.h:64
void signalMessage(const QString &message)
Indicates a message to be added to the ui's log, or sent to a messagebox.
bool userCanVote(const EntryInternal &entry)
Definition: knewstuff3/core/engine.cpp:502
QStringList categoriesFilter() const
Definition: knewstuff3/core/engine.cpp:161
void signalProvidersLoaded()
void signalEntriesLoaded(const KNS3::EntryInternal::List &entries)
bool userCanBecomeFan(const EntryInternal &entry)
Definition: knewstuff3/core/engine.cpp:514
void setSortMode(Provider::SortMode mode)
Definition: knewstuff3/core/engine.cpp:334
void jobStarted(KJob *, const QString &)
bool init(const QString &configfile)
Initializes the engine.
Definition: knewstuff3/core/engine.cpp:96
void install(KNS3::EntryInternal entry, int linkId=1)
Installs an entry's payload file.
Definition: knewstuff3/core/engine.cpp:390
void vote(const EntryInternal &entry, uint rating)
Definition: knewstuff3/core/engine.cpp:508
void signalDownloadDialogDone(KNS3::EntryInternal::List)
void setCategoriesFilter(const QStringList &categories)
Set the categories that will be included in searches.
Definition: knewstuff3/core/engine.cpp:328
void signalIdle(const QString &)
void signalResetView()
void loadPreview(const KNS3::EntryInternal &entry, EntryInternal::PreviewType type)
Definition: knewstuff3/core/engine.cpp:469
void uninstall(KNS3::EntryInternal entry)
Uninstalls an entry.
Definition: knewstuff3/core/engine.cpp:432
void signalEntryChanged(const KNS3::EntryInternal &entry)
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.