Uses of Enum
io.qt.core.QMetaObject.Call
Packages that use QMetaObject.Call
-
Uses of QMetaObject.Call in io.qt.core
Methods in io.qt.core that return QMetaObject.CallModifier and TypeMethodDescriptionstatic QMetaObject.Call
QMetaObject.Call.resolve
(int value) static QMetaObject.Call
Returns the enum constant of this type with the specified name.static QMetaObject.Call[]
QMetaObject.Call.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QMetaObject.Call in io.qt.remoteobjects
Methods in io.qt.remoteobjects with parameters of type QMetaObject.CallModifier and TypeMethodDescriptionprotected final void
QRemoteObjectReplica.send
(QMetaObject.Call call, int index, Collection<? extends Object> args) SeeQRemoteObjectReplica::
send(QMetaObject::Call, int, QVariantList) protected final QRemoteObjectPendingCall
QRemoteObjectReplica.sendWithReply
(QMetaObject.Call call, int index, Collection<? extends Object> args) SeeQRemoteObjectReplica::
sendWithReply(QMetaObject::Call, int, QVariantList)