java.lang.Object
io.qt.core.QMetaObject.AbstractSignal
io.qt.core.QMetaObject.AbstractPrivateSignal6<A,B,C,D,E,F>
io.qt.core.QObject.PrivateSignal6<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
- Enclosing class:
QObject
public final class QObject.PrivateSignal6<A,B,C,D,E,F>
extends QMetaObject.AbstractPrivateSignal6<A,B,C,D,E,F>
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes six
parameters.
Private signals do not have an emit method, as they can only be
emitted from inside the declaring class.
-
Constructor Summary
ConstructorDescriptionDefault constructorPrivateSignal6
(QMetaObject.ArgChecker6<A, B, C, D, E, F> argumentTest) Constructor with argument checker -
Method Summary
Methods inherited from class io.qt.core.QMetaObject.AbstractPrivateSignal6
connect, connect, connect, connect, connect, connect, connect, connect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect
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, fullName, methodIndex, name
-
Constructor Details
-
PrivateSignal6
public PrivateSignal6()Default constructor -
PrivateSignal6
Constructor with argument checker
-
-
Method Details
-
containingObject
Returns the object containing this signal.- Specified by:
containingObject
in interfaceQMetaObject.Signal
- Returns:
- the signal containing object
-