java.lang.Object
io.qt.internal.QtJambiSignals.MultiSignal
io.qt.core.QObject.MultiSignal
io.qt.widgets.QButtonGroup.MultiSignal_buttonToggled
- Enclosing class:
- QButtonGroup
Wrapper class for overloaded signals:
buttonToggled(QAbstractButton * arg__1, bool arg__2)
buttonToggled(int arg__1, bool arg__2)
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
emit
(int arg__1, boolean arg__2) Deprecated.Use QButtonGroup::idToggled(int, bool) insteadfinal void
emit
(QAbstractButton arg__1, boolean arg__2) final <A,
B> QObject.Signal2<A, B> Provides an overloaded signal by parameter types.Methods inherited from class io.qt.core.QObject.MultiSignal
containingObject, disconnect, disconnectAll
-
Method Details
-
overload
@QtAllowedTypeSet({QAbstractButton.class,boolean.class}) @QtAllowedTypeSet({int.class,boolean.class}) public final <A,B> QObject.Signal2<A,B> overload(Class<A> type1, Class<B> type2) throws QNoSuchSignalException Provides an overloaded signal by parameter types.
The only valid calls are:
buttonToggled.overload(io.qt.widgets.QAbstractButton.class, boolean.class)
buttonToggled.overload(int.class, boolean.class)
QNoSuchSignalException
is thrown otherwise.- Overrides:
overload
in classQtJambiSignals.MultiSignal
- Type Parameters:
A
- signal parameter typeB
- signal parameter type- Parameters:
type1
- value of type Atype2
- value of type B- Returns:
- overloaded signal
- Throws:
QNoSuchSignalException
- if signal is not available
-
emit
-
emit
Deprecated.Use QButtonGroup::idToggled(int, bool) instead
-