kalarm/lib
buttongroup.cpp
Go to the documentation of this file.
56 for (QMap<int, QAbstractButton*>::ConstIterator it = mIds.constBegin(); it != mIds.constEnd(); ++it)
void addButton(QAbstractButton *button)
void buttonClicked(QAbstractButton *button)
const_iterator constBegin() const
QAbstractButton * button(int id) const
int id(QAbstractButton *button) const
Returns the identifier of the specified button.
Definition: buttongroup.cpp:54
const_iterator constEnd() const
QAbstractButton * find(int id) const
Returns the button with the specified identifier id.
Definition: buttongroup.cpp:65
void setChecked(bool)
void buttonSet(QAbstractButton *button)
Signal emitted whenever whenever any button in the group changes state, for whatever reason...
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QAbstractButton * checkedButton() const
iterator find(const Key &key)
const T value(const Key &key) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:35:02 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:35:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.