Uses of Class
io.qt.core.QMetaMethod
Package | Description |
---|---|
io.qt.core | |
io.qt.dbus | |
io.qt.network | |
io.qt.qml | |
io.qt.test |
-
Uses of QMetaMethod in io.qt.core
Methods in io.qt.core that return QMetaMethod Modifier and Type Method Description QMetaMethod
QMetaMethod. clone()
QMetaMethod
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.AbstractSignal signal)
QMetaMethod
QMetaObject. method(String name, Class<?>... parameterTypes)
QMetaMethod
QMetaProperty. notifySignal()
Methods in io.qt.core that return types with arguments of type QMetaMethod Modifier and Type Method Description QList<QMetaMethod>
QMetaObject. constructors()
QList<QMetaMethod>
QMetaObject. methods()
Methods in io.qt.core with parameters of type QMetaMethod Modifier and Type Method Description static 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 boolean
QObject. isSignalConnected(QMetaMethod signal)
-
Uses of QMetaMethod in io.qt.dbus
Methods in io.qt.dbus with parameters of type QMetaMethod Modifier and Type Method Description protected void
QDBusAbstractInterface. connectNotify(QMetaMethod signal)
protected void
QDBusAbstractInterface. disconnectNotify(QMetaMethod signal)
-
Uses of QMetaMethod in io.qt.network
Methods in io.qt.network with parameters of type QMetaMethod Modifier and Type Method Description protected void
QNetworkSession. connectNotify(QMetaMethod signal)
Deprecated.protected void
QNetworkSession. disconnectNotify(QMetaMethod signal)
Deprecated. -
Uses of QMetaMethod in io.qt.qml
Methods in io.qt.qml that return QMetaMethod Modifier and Type Method Description QMetaMethod
QQmlProperty. method()
-
Uses of QMetaMethod in io.qt.test
Constructors in io.qt.test with parameters of type QMetaMethod Constructor Description QSignalSpy(QObject obj, QMetaMethod signal)