KNewStuff
enginebase.h
81 Q_PROPERTY(ContentWarningType contentWarningType READ contentWarningType NOTIFY contentWarningTypeChanged)
223 * TagFilter=ghns_excluded!=1,data##mimetype==application/cbr+zip,data##mimetype==application/cbr+rar
304 * @param rating A number from 0 to 100, 50 being neutral, 0 being most negative and 100 being most positive.
426 * @param metadata Any additional data which might be helpful to further work out the details of the error (see KNSCore::Entry::ErrorCode for the
431 void signalErrorCode(KNSCore::ErrorCode::ErrorCode errorCode, const QString &message, const QVariant &metadata);
465 void providersChanged();
void signalErrorCode(KNSCore::ErrorCode::ErrorCode errorCode, const QString &message, const QVariant &metadata)
Fires in the case of any critical or serious errors, such as network or API problems.
Q_SIGNAL void contentWarningTypeChanged()
Emitted after the initial config load.
void signalSearchPresetsLoaded(const QList< KNSCore::SearchPreset > &presets)
Fires when the engine has loaded search presets.
void signalMessage(const QString &message)
Indicates a message to be added to the ui's log, or sent to a messagebox.
The ResultsStream is returned by EngineBase::search.
Definition resultsstream.h:34
Describes a search request that may come from the provider.
Definition searchpreset.h:25
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:20:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:20:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.