Uses of Class
io.qt.QUnsuccessfulInvocationException
Packages that use QUnsuccessfulInvocationException
-
Uses of QUnsuccessfulInvocationException in io.qt.core
Methods in io.qt.core that throw QUnsuccessfulInvocationExceptionModifier and TypeMethodDescription<R> R
QFunctionPointer.invoke
(QGenericReturnType<R> returnType, Object... arguments) Invokes the underlying function pointer with given arguments.<R> R
Overloaded function forinvoke(QGenericReturnType.of(returnType), arguments)
.void
Overloaded function forinvoke(void.class, arguments)
.final Object
QMetaMethod.invoke
(QObject object, Qt.ConnectionType connection, Object... args) final Object
static void
QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal0 signal) CallinginvokeMethod(signal, AutoConnection)
.static void
QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal0 signal, Qt.ConnectionType type) Invokes the signal.static <A> void
QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal1<A> signal, A arg1) CallinginvokeMethod(signal, AutoConnection, ...)
.static <A> void
QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal1<A> signal, Qt.ConnectionType type, A arg1) Invokes the signal.static <A,
B> void QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal2<A, B> signal, A arg1, B arg2) CallinginvokeMethod(signal, AutoConnection, ...)
.static <A,
B> void QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal2<A, B> signal, Qt.ConnectionType type, A arg1, B arg2) Invokes the signal.static <A,
B, C> void QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal3<A, B, C> signal, A arg1, B arg2, C arg3) CallinginvokeMethod(signal, AutoConnection, ...)
.static <A,
B, C> void QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal3<A, B, C> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the signal.static <A,
B, C, D> void QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal4<A, B, C, D> signal, A arg1, B arg2, C arg3, D arg4) CallinginvokeMethod(signal, AutoConnection, ...)
.static <A,
B, C, D> void QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal4<A, B, C, D> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the signal.static <A,
B, C, D, E>
voidQMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal5<A, B, C, D, E> signal, A arg1, B arg2, C arg3, D arg4, E arg5) CallinginvokeMethod(signal, AutoConnection, ...)
.static <A,
B, C, D, E>
voidQMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal5<A, B, C, D, E> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the signal.static <A,
B, C, D, E, F>
voidQMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal6<A, B, C, D, E, F> signal, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) CallinginvokeMethod(signal, AutoConnection, ...)
.static <A,
B, C, D, E, F>
voidQMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal6<A, B, C, D, E, F> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) Invokes the signal.static <A,
B, C, D, E, F, G>
voidQMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal7<A, B, C, D, E, F, G> signal, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) CallinginvokeMethod(signal, AutoConnection, ...)
.static <A,
B, C, D, E, F, G>
voidQMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal7<A, B, C, D, E, F, G> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) Invokes the signal.static <A,
B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, F, G, H> signal, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8) CallinginvokeMethod(signal, AutoConnection, ...)
.static <A,
B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, F, G, H> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8) Invokes the signal.static <A,
B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, G, H, I> signal, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) CallinginvokeMethod(signal, AutoConnection, ...)
.static <A,
B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, G, H, I> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) Invokes the signal.static <R> R
QMetaObject.invokeMethod
(QMetaObject.Method0<R> method) CallinginvokeMethod(method, AutoConnection)
.static <R> R
QMetaObject.invokeMethod
(QMetaObject.Method0<R> method, Qt.ConnectionType type) Invokes the method and returns it's result value.static <A,
R> R QMetaObject.invokeMethod
(QMetaObject.Method1<A, R> method, A arg1) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
R> R QMetaObject.invokeMethod
(QMetaObject.Method1<A, R> method, Qt.ConnectionType type, A arg1) Invokes the method and returns it's result value.static <A,
B, R> R QMetaObject.invokeMethod
(QMetaObject.Method2<A, B, R> method, A arg1, B arg2) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, R> R QMetaObject.invokeMethod
(QMetaObject.Method2<A, B, R> method, Qt.ConnectionType type, A arg1, B arg2) Invokes the method and returns it's result value.static <A,
B, C, R> R QMetaObject.invokeMethod
(QMetaObject.Method3<A, B, C, R> method, A arg1, B arg2, C arg3) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, R> R QMetaObject.invokeMethod
(QMetaObject.Method3<A, B, C, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the method and returns it's result value.static <A,
B, C, D, R>
RQMetaObject.invokeMethod
(QMetaObject.Method4<A, B, C, D, R> method, A arg1, B arg2, C arg3, D arg4) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, R>
RQMetaObject.invokeMethod
(QMetaObject.Method4<A, B, C, D, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the method and returns it's result value.static <A,
B, C, D, E, R>
RQMetaObject.invokeMethod
(QMetaObject.Method5<A, B, C, D, E, R> method, A arg1, B arg2, C arg3, D arg4, E arg5) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, R>
RQMetaObject.invokeMethod
(QMetaObject.Method5<A, B, C, D, E, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the method and returns it's result value.static <A,
B, C, D, E, F, R>
RQMetaObject.invokeMethod
(QMetaObject.Method6<A, B, C, D, E, F, R> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, R>
RQMetaObject.invokeMethod
(QMetaObject.Method6<A, B, C, D, E, F, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) Invokes the method and returns it's result value.static <A,
B, C, D, E, F, G, R>
RQMetaObject.invokeMethod
(QMetaObject.Method7<A, B, C, D, E, F, G, R> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, G, R>
RQMetaObject.invokeMethod
(QMetaObject.Method7<A, B, C, D, E, F, G, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) Invokes the method and returns it's result value.static <A,
B, C, D, E, F, G, H, R>
RQMetaObject.invokeMethod
(QMetaObject.Method8<A, B, C, D, E, F, G, H, R> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, G, H, R>
RQMetaObject.invokeMethod
(QMetaObject.Method8<A, B, C, D, E, F, G, H, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8) Invokes the method and returns it's result value.static <A,
B, C, D, E, F, G, H, I, R>
RQMetaObject.invokeMethod
(QMetaObject.Method9<A, B, C, D, E, F, G, H, I, R> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, G, H, I, R>
RQMetaObject.invokeMethod
(QMetaObject.Method9<A, B, C, D, E, F, G, H, I, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) Invokes the method and returns it's result value.static void
QMetaObject.invokeMethod
(QMetaObject.Slot0 method) CallinginvokeMethod(method, AutoConnection)
.static void
QMetaObject.invokeMethod
(QMetaObject.Slot0 method, Qt.ConnectionType type) Invokes the slot.static <A> void
QMetaObject.invokeMethod
(QMetaObject.Slot1<A> method, A arg1) CallinginvokeMethod(method, AutoConnection, ...)
.static <A> void
QMetaObject.invokeMethod
(QMetaObject.Slot1<A> method, Qt.ConnectionType type, A arg1) Invokes the slot.static <A,
B> void QMetaObject.invokeMethod
(QMetaObject.Slot2<A, B> method, A arg1, B arg2) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B> void QMetaObject.invokeMethod
(QMetaObject.Slot2<A, B> method, Qt.ConnectionType type, A arg1, B arg2) Invokes the slot.static <A,
B, C> void QMetaObject.invokeMethod
(QMetaObject.Slot3<A, B, C> method, A arg1, B arg2, C arg3) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C> void QMetaObject.invokeMethod
(QMetaObject.Slot3<A, B, C> method, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the slot.static <A,
B, C, D> void QMetaObject.invokeMethod
(QMetaObject.Slot4<A, B, C, D> method, A arg1, B arg2, C arg3, D arg4) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D> void QMetaObject.invokeMethod
(QMetaObject.Slot4<A, B, C, D> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the slot.static <A,
B, C, D, E>
voidQMetaObject.invokeMethod
(QMetaObject.Slot5<A, B, C, D, E> method, A arg1, B arg2, C arg3, D arg4, E arg5) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E>
voidQMetaObject.invokeMethod
(QMetaObject.Slot5<A, B, C, D, E> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the slot.static <A,
B, C, D, E, F>
voidQMetaObject.invokeMethod
(QMetaObject.Slot6<A, B, C, D, E, F> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F>
voidQMetaObject.invokeMethod
(QMetaObject.Slot6<A, B, C, D, E, F> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) Invokes the slot.static <A,
B, C, D, E, F, G>
voidQMetaObject.invokeMethod
(QMetaObject.Slot7<A, B, C, D, E, F, G> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, G>
voidQMetaObject.invokeMethod
(QMetaObject.Slot7<A, B, C, D, E, F, G> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) Invokes the slot.static <A,
B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod
(QMetaObject.Slot8<A, B, C, D, E, F, G, H> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod
(QMetaObject.Slot8<A, B, C, D, E, F, G, H> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8) Invokes the slot.static <A,
B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod
(QMetaObject.Slot9<A, B, C, D, E, F, G, H, I> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod
(QMetaObject.Slot9<A, B, C, D, E, F, G, H, I> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) Invokes the slot.static Object
QMetaObject.invokeMethod
(QObject obj, String member, Qt.ConnectionType type, Object... args) Invokes the given method on the given object and returns it's result value.static Object
QMetaObject.invokeMethod
(QObject obj, String member, Object... args) CallinginvokeMethod(obj, AutoConnection, args)
.final Object
QMetaMethod.invokeOnGadget
(Object object, Object... args)