KNewStuff
knewstuff2/engine.cpp
Go to the documentation of this file.
static KNS::Entry::List download()
Recommended download workflow entry point.
Definition: knewstuff2/engine.cpp:176
void downloadDialog()
Asynchronous way of starting the download workflow.
Definition: knewstuff2/engine.cpp:224
KNS::Entry * uploadDialogModal(const QString &file)
Synchronous way of starting the upload workflow.
Definition: knewstuff2/engine.cpp:292
static void setOnDesktop(WId win, int desktop)
String class with multiple localized representations.
Definition: ktranslatable.h:41
Command
void addString(const QString &lang, const QString &string)
Adds a string to the contents of this object.
Definition: ktranslatable.cpp:59
const char * name(StandardAction id)
static QDebug kError(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
bool disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)
void uploadDialog(const QString &file)
Asynchronous way of starting the upload workflow.
Definition: knewstuff2/engine.cpp:305
KTranslatable name() const
Retrieve the name of the data object.
Definition: knewstuff2/core/entry.cpp:81
QList< T > fromSet(const QSet< T > &set)
static void activateWindow(WId win, long time=0)
static int currentDesktop()
int exec(QFlags< QEventLoop::ProcessEventsFlag > flags)
iterator begin()
KComponentData activeComponent()
typedef Iterator
WId winId() const
QString componentName() const
iterator erase(iterator pos)
const T value(const Key &key) const
QStringList languages() const
Returns the list of all languages for which strings are stored.
Definition: ktranslatable.cpp:96
KNS::Entry::List downloadDialogModal(QWidget *parent=0)
Synchronous way of starting the download workflow.
Definition: knewstuff2/engine.cpp:202
void setPayload(const KTranslatable &url)
Sets the object's file.
Definition: knewstuff2/core/entry.cpp:156
void show()
static KNS::Entry * upload(const QString &file)
Recommended upload workflow entry point.
Definition: knewstuff2/engine.cpp:278
iterator end()
const_iterator constEnd() const
const_iterator constBegin() const
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QObject * parent() const
The KNewStuff2 engine is the top-level class to handle GHNS and DXS workflows.
Definition: knewstuff2/engine.h:43
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.