java.lang.Object
io.qt.internal.QtJambiSignals.MultiSignal
io.qt.core.QObject.MultiSignal
io.qt.widgets.QCompleter.MultiSignal_highlighted
- Enclosing class:
- QCompleter
Wrapper class for overloaded signals:
highlighted(const QModelIndex & index)
highlighted(const QString & text)
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
emit
(QModelIndex index) final void
final <A> QObject.Signal1<A>
Provides an overloaded signal by parameter type.Methods inherited from class io.qt.core.QObject.MultiSignal
containingObject, disconnect, disconnectAll
-
Method Details
-
overload
@QtAllowedTypeSet(QModelIndex.class) @QtAllowedTypeSet(java.lang.String.class) public final <A> QObject.Signal1<A> overload(Class<A> type1) throws QNoSuchSignalException Provides an overloaded signal by parameter type.
The only valid calls are:
highlighted.overload(io.qt.core.QModelIndex.class)
highlighted.overload(java.lang.String.class)
QNoSuchSignalException
is thrown otherwise.- Overrides:
overload
in classQtJambiSignals.MultiSignal
- Type Parameters:
A
- signal parameter type- Parameters:
type1
- value of type A- Returns:
- overloaded signal
- Throws:
QNoSuchSignalException
- if signal is not available
-
emit
-
emit
-