Uses of Class
io.qt.core.QMetaMethod
-
Uses of QMetaMethod in io.qt.core
Modifier and TypeMethodDescriptionQMetaMethod.clone()
QMetaObject.constructor
(Class<?>... parameterTypes) static <R> QMetaMethod
QMetaMethod.fromMethod
(QMetaObject.Method0<R> method) static <A,
R> QMetaMethod QMetaMethod.fromMethod
(QMetaObject.Method1<A, R> method) static <A,
B, R> QMetaMethod QMetaMethod.fromMethod
(QMetaObject.Method2<A, B, R> method) static <A,
B, C, R> QMetaMethod QMetaMethod.fromMethod
(QMetaObject.Method3<A, B, C, R> method) static <A,
B, C, D, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method4<A, B, C, D, R> method) static <A,
B, C, D, E, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method5<A, B, C, D, E, R> method) static <A,
B, C, D, E, F, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method6<A, B, C, D, E, F, R> method) static <A,
B, C, D, E, F, G, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method7<A, B, C, D, E, F, G, R> method) static <A,
B, C, D, E, F, G, H, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method8<A, B, C, D, E, F, G, H, R> method) static <A,
B, C, D, E, F, G, H, I, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method9<A, B, C, D, E, F, G, H, I, R> method) static QMetaMethod
QMetaMethod.fromMethod
(QMetaObject.Slot0 method) static <A> QMetaMethod
QMetaMethod.fromMethod
(QMetaObject.Slot1<A> method) static <A,
B> QMetaMethod QMetaMethod.fromMethod
(QMetaObject.Slot2<A, B> method) static <A,
B, C> QMetaMethod QMetaMethod.fromMethod
(QMetaObject.Slot3<A, B, C> method) static <A,
B, C, D> QMetaMethod QMetaMethod.fromMethod
(QMetaObject.Slot4<A, B, C, D> method) static <A,
B, C, D, E>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Slot5<A, B, C, D, E> method) static <A,
B, C, D, E, F>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Slot6<A, B, C, D, E, F> method) static <A,
B, C, D, E, F, G>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Slot7<A, B, C, D, E, F, G> method) static <A,
B, C, D, E, F, G, H>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Slot8<A, B, C, D, E, F, G, H> method) static <A,
B, C, D, E, F, G, H, I>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Slot9<A, B, C, D, E, F, G, H, I> method) static QMetaMethod
QMetaMethod.fromReflectedConstructor
(Constructor<?> constructor) static QMetaMethod
QMetaMethod.fromReflectedMethod
(Method method) static QMetaMethod
QMetaMethod.fromSignal
(QMetaObject.Signal signal) final QMetaMethod
QMetaProperty.notifySignal()
Modifier and TypeMethodDescriptionfinal QList<QMetaMethod>
QMetaObject.constructors()
QMetaObject.methods()
Modifier and TypeMethodDescriptionstatic boolean
QMetaObject.checkConnectArgs
(QMetaMethod signal, QMetaMethod method) static QMetaObject.Connection
QObject.connect
(QObject sender, QMetaMethod signal, QObject receiver, QMetaMethod slot, Qt.ConnectionType... connectionType) Creates a connection of the giventype
from thesignal
in thesender
object to themethod
in thereceiver
object.protected void
QBuffer.connectNotify
(QMetaMethod arg__1) protected void
QFutureWatcherBase.connectNotify
(QMetaMethod signal) protected void
QObject.connectNotify
(QMetaMethod signal) static boolean
QObject.disconnect
(QObject sender, QMetaMethod signal, QObject receiver, QMetaMethod slot) Disconnects signal in object sender from method in object receiver receiver.protected void
QBuffer.disconnectNotify
(QMetaMethod arg__1) protected void
QFutureWatcherBase.disconnectNotify
(QMetaMethod signal) protected void
QObject.disconnectNotify
(QMetaMethod signal) protected final boolean
QObject.isSignalConnected
(QMetaMethod signal) -
Uses of QMetaMethod in io.qt.dbus
Modifier and TypeMethodDescriptionprotected void
QDBusAbstractInterface.connectNotify
(QMetaMethod signal) protected void
QDBusAbstractInterface.disconnectNotify
(QMetaMethod signal) -
Uses of QMetaMethod in io.qt.internal
Modifier and TypeMethodDescriptionstatic QMetaMethod
QtJambiSignals.method
(QMetaObject.Connection connection) static QMetaMethod
QtJambiSignals.signal
(QMetaObject.Connection connection) -
Uses of QMetaMethod in io.qt.network
Modifier and TypeMethodDescriptionprotected void
QNetworkSession.connectNotify
(QMetaMethod signal) Deprecated.protected void
QNetworkSession.disconnectNotify
(QMetaMethod signal) Deprecated. -
Uses of QMetaMethod in io.qt.qml
-
Uses of QMetaMethod in io.qt.test