PolkitQt-1
polkitqt1-gui-actionbuttons.cpp
18 ActionButtons::ActionButtons(const QList<QAbstractButton *> &buttons, const QString &actionId, QObject *parent)
QAbstractButton * button() const
Returns the current button.
Definition: polkitqt1-gui-actionbutton.cpp:135
QList< QAbstractButton * > buttons() const
Returns the current buttons list.
Definition: polkitqt1-gui-actionbuttons.cpp:35
Class used to hold and update a QAbstractButton.
Definition: polkitqt1-gui-actionbutton.h:39
Class used to hold and update a list of QAbstractButtons.
Definition: polkitqt1-gui-actionbuttons.h:33
void setButtons(const QList< QAbstractButton * > &buttons)
Sets a list of buttons associated to the underlying action.
Definition: polkitqt1-gui-actionbuttons.cpp:28
void removeButton(QAbstractButton *button)
Removes a button from the current list.
Definition: polkitqt1-gui-actionbuttons.cpp:49
ActionButtons(const QList< QAbstractButton * > &buttons, const QString &actionId=QString(), QObject *parent=nullptr)
Constructs a new ActionButton.
Definition: polkitqt1-gui-actionbuttons.cpp:18
void addButton(QAbstractButton *button)
Adds a button to the current button list.
Definition: polkitqt1-gui-actionbuttons.cpp:42
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sun Jun 26 2022 04:06:09 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sun Jun 26 2022 04:06:09 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.