Purpose
configuration.h
76 Configuration(const QJsonObject &inputData, const QString &pluginTypeName, const KPluginMetaData &pluginInformation, QObject *parent = nullptr);
bool useSeparateProcess() const
Definition configuration.cpp:175
QJsonArray neededArguments
Specifies the arguments the config file and the job will be sharing.
Definition configuration.h:52
QUrl configSourceCode
Specifies the qml source code to be used, to configure the current job.
Definition configuration.h:59
QJsonObject data
Represents the data the job will have available to perform its task.
Definition configuration.h:47
bool isReady
Tells whether there's still information to be provided, to be able to run the job.
Definition configuration.h:42
void setUseSeparateProcess(bool separate)
separate will specify whether the process will be forced to execute in-process or in a separate proce...
Definition configuration.cpp:181
Q_SCRIPTABLE Purpose::Job * createJob()
Definition configuration.cpp:136
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:49 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:49 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.