KNewStuff
kpackagejob.h
35 static KPackageJob *install(const QString &sourcePackage, const QString &packageRoot, const QString &serviceType);
45 static KPackageJob *update(const QString &sourcePackage, const QString &packageRoot, const QString &serviceType);
54 static KPackageJob *uninstall(const QString &packageName, const QString &packageRoot, const QString &serviceType);
static KPackageJob * uninstall(const QString &packageName, const QString &packageRoot, const QString &serviceType)
Create a job for removing the given installed package.
Definition: kpackagejob.cpp:177
Contains the core functionality for handling interaction with NewStuff providers. ...
Definition: atticaprovider.cpp:27
static KPackageJob * update(const QString &sourcePackage, const QString &packageRoot, const QString &serviceType)
Create a job for updating the given package, or installing it if it is not already, the given package into the package root, and treat it as the given service type.
Definition: kpackagejob.cpp:166
A job for performing basic actions on KPackage packages asynchronously.
Definition: kpackagejob.h:23
Q_OBJECTQ_OBJECT
Q_SLOTQ_SLOT
static KPackageJob * install(const QString &sourcePackage, const QString &packageRoot, const QString &serviceType)
Create a job for installing the given package into the package root, and treat it as the given servic...
Definition: kpackagejob.cpp:155
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Jan 18 2021 22:43:50 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Jan 18 2021 22:43:50 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.