Uses of Class
io.qt.core.QMetaMethod
Package
Description
-
Uses of QMetaMethod in io.qt.activex
Modifier and TypeMethodDescriptionprotected void
QAxObject.connectNotify
(QMetaMethod signal) protected void
QAxWidget.connectNotify
(QMetaMethod signal) -
Uses of QMetaMethod in io.qt.core
Modifier and TypeMethodDescriptionQMetaMethod.clone()
Creates and returns a copy of this object.QMetaObject.constructor
(int index) QMetaObject.constructor
(Class<?>... parameterTypes) static <R> QMetaMethod
QMetaMethod.fromMethod
(QMetaObject.Method0<R> method) Returns corresponding meta method for given method handle.static <A,
R> QMetaMethod QMetaMethod.fromMethod
(QMetaObject.Method1<A, R> method) Returns corresponding meta method for given method handle.static <A,
B, R> QMetaMethod QMetaMethod.fromMethod
(QMetaObject.Method2<A, B, R> method) Returns corresponding meta method for given method handle.static <A,
B, C, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method3<A, B, C, R> method) Returns corresponding meta method for given method handle.static <A,
B, C, D, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method4<A, B, C, D, R> method) Returns corresponding meta method for given method handle.static <A,
B, C, D, E, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method5<A, B, C, D, E, R> method) Returns corresponding meta method for given method handle.static <A,
B, C, D, E, F, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method6<A, B, C, D, E, F, R> method) Returns corresponding meta method for given method handle.static <A,
B, C, D, E, F, G, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method7<A, B, C, D, E, F, G, R> method) Returns corresponding meta method for given method handle.static <A,
B, C, D, E, F, G, H, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method8<A, B, C, D, E, F, G, H, R> method) Returns corresponding meta method for given method handle.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) Returns corresponding meta method for given method handle.static QMetaMethod
QMetaMethod.fromMethod
(QMetaObject.Slot0 method) Returns corresponding meta method for given method handle.static <A> QMetaMethod
QMetaMethod.fromMethod
(QMetaObject.Slot1<A> method) Returns corresponding meta method for given method handle.static <A,
B> QMetaMethod QMetaMethod.fromMethod
(QMetaObject.Slot2<A, B> method) Returns corresponding meta method for given method handle.static <A,
B, C> QMetaMethod QMetaMethod.fromMethod
(QMetaObject.Slot3<A, B, C> method) Returns corresponding meta method for given method handle.static <A,
B, C, D>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Slot4<A, B, C, D> method) Returns corresponding meta method for given method handle.static <A,
B, C, D, E>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Slot5<A, B, C, D, E> method) Returns corresponding meta method for given method handle.static <A,
B, C, D, E, F>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Slot6<A, B, C, D, E, F> method) Returns corresponding meta method for given method handle.static <A,
B, C, D, E, F, G>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Slot7<A, B, C, D, E, F, G> method) Returns corresponding meta method for given method handle.static <A,
B, C, D, E, F, G, H>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Slot8<A, B, C, D, E, F, G, H> method) Returns corresponding meta method for given method handle.static <A,
B, C, D, E, F, G, H, I>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Slot9<A, B, C, D, E, F, G, H, I> method) Returns corresponding meta method for given method handle.static QMetaMethod
QMetaMethod.fromReflectedConstructor
(Constructor<?> constructor) Returns corresponding meta method for given reflection constructor.static QMetaMethod
QMetaMethod.fromReflectedMethod
(Method method) Returns corresponding meta method for given reflection method.static QMetaMethod
QMetaMethod.fromSignal
(QMetaObject.Signal signal) Returns corresponding meta method for given signal object.final QMetaMethod
QMetaObject.method
(int methodIndex) 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) SeeQObject::
connectNotify(QMetaMethod) 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) SeeQObject::
disconnectNotify(QMetaMethod) protected void
QObject.disconnectNotify
(QMetaMethod signal) final boolean
QMetaMethod.equals
(QMetaMethod m2) Seeoperator==(QMetaMethod,
QMetaMethod) 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
TestUtility.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
-
Uses of QMetaMethod in io.qt.uic
Modifier and TypeFieldDescriptionfinal QMetaMethod
CustomWidgetsInfo.MethodInfo.metaMethod
final QMetaMethod
SignalSlot.metaMethod
ModifierConstructorDescriptionSignalSlot
(String name, String signature, String className, QMetaMethod metaMethod, Method method, boolean isAmbiguous)