java.lang.Object
io.qt.core.QMetaObject.AbstractSignal
io.qt.core.QMetaObject.AbstractPrivateSignal6<A,B,C,D,E,F>
- Type Parameters:
A
- The type of the first parameter of the signal.B
- The type of the second parameter of the signal.C
- The type of the third parameter of the signal.D
- The type of the fourth parameter of the signal.E
- The type of the fifth parameter of the signal.F
- The type of the sixth parameter of the signal.
- All Implemented Interfaces:
QMetaObject.Signal
- Direct Known Subclasses:
QInstanceMemberSignals.PrivateSignal6
,QMetaObject.AbstractPublicSignal6
,QObject.PrivateSignal6
,QStaticMemberSignals.PrivateSignal6
- Enclosing class:
QMetaObject
public abstract static class QMetaObject.AbstractPrivateSignal6<A,B,C,D,E,F>
extends QMetaObject.AbstractSignal
Supertype for all signals with six parameters.
-
Method Summary
Modifier and TypeMethodDescriptionfinal <Receiver> QMetaObject.Connection
connect
(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.Connection
connect
(Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.Connection
connect
(Receiver receiver, QMetaObject.Slot3<Receiver, ? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.Connection
connect
(Receiver receiver, QMetaObject.Slot4<Receiver, ? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.Connection
connect
(Receiver receiver, QMetaObject.Slot5<Receiver, ? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.Connection
connect
(Receiver receiver, QMetaObject.Slot6<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.Connection
connect
(Receiver receiver, QMetaObject.Slot7<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final QMetaObject.Connection
connect
(QMetaObject.Connectable6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> signal, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
connect
(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
connect
(QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
connect
(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
connect
(QMetaObject.Slot3<? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
connect
(QMetaObject.Slot4<? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
connect
(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
connect
(QMetaObject.Slot6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver> boolean
disconnect
(Receiver receiver, QMetaObject.Slot1<Receiver> slot) Removes the connection to the given slot of receiver.final <Receiver> boolean
disconnect
(Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot) Removes the connection to the given slot of receiver.final <Receiver> boolean
disconnect
(Receiver receiver, QMetaObject.Slot3<Receiver, ? super A, ? super B> slot) Removes the connection to the given slot of receiver.final <Receiver> boolean
disconnect
(Receiver receiver, QMetaObject.Slot4<Receiver, ? super A, ? super B, ? super C> slot) Removes the connection to the given slot of receiver.final <Receiver> boolean
disconnect
(Receiver receiver, QMetaObject.Slot5<Receiver, ? super A, ? super B, ? super C, ? super D> slot) Removes the connection to the given slot of receiver.final <Receiver> boolean
disconnect
(Receiver receiver, QMetaObject.Slot6<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E> slot) Removes the connection to the given slot of receiver.final <Receiver> boolean
disconnect
(Receiver receiver, QMetaObject.Slot7<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot) Removes the connection to the given slot of receiver.final boolean
disconnect
(QMetaObject.Connectable6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> signal) Removes the connection to the given signal.final boolean
disconnect
(QMetaObject.Slot0 slot) Removes the connection to the given slot.final boolean
disconnect
(QMetaObject.Slot1<? super A> slot) Removes the connection to the given slot.final boolean
disconnect
(QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection to the given slot.final boolean
disconnect
(QMetaObject.Slot3<? super A, ? super B, ? super C> slot) Removes the connection to the given slot.final boolean
disconnect
(QMetaObject.Slot4<? super A, ? super B, ? super C, ? super D> slot) Removes the connection to the given slot.final boolean
disconnect
(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot) Removes the connection to the given slot.final boolean
disconnect
(QMetaObject.Slot6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot) Removes the connection to the given slot.Methods inherited from class io.qt.core.QMetaObject.AbstractSignal
connect, disconnect, disconnect, disconnect, disconnect
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.qt.core.QMetaObject.Signal
argumentTypes, containingObject, fullName, methodIndex, name
-
Method Details
-
connect
public final QMetaObject.Connection connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.- Parameters:
slot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
connect
public final QMetaObject.Connection connect(QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.- Parameters:
slot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
connect
public final QMetaObject.Connection connect(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.- Parameters:
slot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
connect
public final QMetaObject.Connection connect(QMetaObject.Slot3<? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.- Parameters:
slot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
connect
public final QMetaObject.Connection connect(QMetaObject.Slot4<? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.- Parameters:
slot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
connect
public final QMetaObject.Connection connect(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.- Parameters:
slot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
connect
public final QMetaObject.Connection connect(QMetaObject.Slot6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.- Parameters:
slot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
disconnect
Removes the connection to the given slot.- Parameters:
slot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
disconnect
Removes the connection to the given slot.- Parameters:
slot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
disconnect
Removes the connection to the given slot.- Parameters:
slot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
disconnect
Removes the connection to the given slot.- Parameters:
slot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
disconnect
Removes the connection to the given slot.- Parameters:
slot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
disconnect
public final boolean disconnect(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot) Removes the connection to the given slot.- Parameters:
slot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
disconnect
public final boolean disconnect(QMetaObject.Slot6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot) Removes the connection to the given slot.- Parameters:
slot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
connect
public final QMetaObject.Connection connect(QMetaObject.Connectable6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> signal, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.- Parameters:
signal
- the signal to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
disconnect
public final boolean disconnect(QMetaObject.Connectable6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> signal) Removes the connection to the given signal.- Parameters:
signal
- the signal to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
connect
public final <Receiver> QMetaObject.Connection connect(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
disconnect
Removes the connection to the given slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
connect
public final <Receiver> QMetaObject.Connection connect(Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
disconnect
public final <Receiver> boolean disconnect(Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot) Removes the connection to the given slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
connect
public final <Receiver> QMetaObject.Connection connect(Receiver receiver, QMetaObject.Slot3<Receiver, ? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
disconnect
public final <Receiver> boolean disconnect(Receiver receiver, QMetaObject.Slot3<Receiver, ? super A, ? super B> slot) Removes the connection to the given slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
connect
public final <Receiver> QMetaObject.Connection connect(Receiver receiver, QMetaObject.Slot4<Receiver, ? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
disconnect
public final <Receiver> boolean disconnect(Receiver receiver, QMetaObject.Slot4<Receiver, ? super A, ? super B, ? super C> slot) Removes the connection to the given slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
connect
public final <Receiver> QMetaObject.Connection connect(Receiver receiver, QMetaObject.Slot5<Receiver, ? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
disconnect
public final <Receiver> boolean disconnect(Receiver receiver, QMetaObject.Slot5<Receiver, ? super A, ? super B, ? super C, ? super D> slot) Removes the connection to the given slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
connect
public final <Receiver> QMetaObject.Connection connect(Receiver receiver, QMetaObject.Slot6<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
disconnect
public final <Receiver> boolean disconnect(Receiver receiver, QMetaObject.Slot6<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E> slot) Removes the connection to the given slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-
connect
public final <Receiver> QMetaObject.Connection connect(Receiver receiver, QMetaObject.Slot7<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be connectedconnectionType
- type of connection- Returns:
- connection if successful or
null
otherwise - Throws:
QMisfittingSignatureException
- Raised if their signatures are incompatible.
-
disconnect
public final <Receiver> boolean disconnect(Receiver receiver, QMetaObject.Slot7<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot) Removes the connection to the given slot of receiver.- Type Parameters:
Receiver
- The type of the receiver- Parameters:
receiver
- the target receiverslot
- the slot to be disconnected- Returns:
true
if successfully disconnected, orfalse
otherwise.
-