KAuth
action.cpp
void addArgument(const QString &key, const QVariant &value)
Convenience method to add an argument.
Definition action.cpp:144
AuthStatus status() const
Gets information about the authorization status of an action.
Definition action.cpp:175
QWindow * parentWindow() const
Returns the parent widget for the authentication dialog for this action.
Definition action.cpp:170
QVariantMap arguments() const
Returns map object used to pass arguments to the helper.
Definition action.cpp:149
void setHelperId(const QString &id)
Sets the default helper ID used for actions execution.
Definition action.cpp:160
void setArguments(const QVariantMap &arguments)
Sets the map object used to pass arguments to the helper.
Definition action.cpp:139
ExecuteJob * execute(ExecutionMode mode=ExecuteMode)
Get the job object used to execute the action.
Definition action.cpp:184
void setParentWindow(QWindow *parent)
Sets a parent window for the authentication dialog.
Definition action.cpp:165
QString helperId() const
Gets the default helper ID used for actions execution.
Definition action.cpp:154
Definition action.cpp:19
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:57 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:07:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.