Uses of Interface
io.qt.core.QMetaObject.Method1
Package
Description
-
Uses of QMetaObject.Method1 in io.qt.core
Modifier and TypeMethodDescriptionstatic <A,
R> QMetaMethod QMetaMethod.fromMethod
(QMetaObject.Method1<A, R> method) Returns corresponding meta method for given method handle.static <Target,
R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method1<Target, R> method) CallinginvokeMethod(method, AutoConnection)
.static <Target extends QObject,
R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method1<Target, R> method) CallinginvokeMethod(method, AutoConnection)
.static <Target,
R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method1<Target, R> method, Qt.ConnectionType type) Invokes the method and returns it's result value.static <Target extends QObject,
R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method1<Target, R> method, Qt.ConnectionType type) Invokes the method and returns it's result value.static <A,
R> R QMetaObject.invokeMethod
(QObject context, QMetaObject.Method1<A, R> method, A arg1) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
R> R QMetaObject.invokeMethod
(QObject context, QMetaObject.Method1<A, R> method, Qt.ConnectionType type, A arg1) 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. -
Uses of QMetaObject.Method1 in io.qt.core.internal
Modifier and TypeMethodDescriptionfinal <P extends QtObjectInterface,
R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method1<P, R> create, String key) -
Uses of QMetaObject.Method1 in io.qt.designer.util
ModifierConstructorDescriptionCustomWidgetInterface
(String group, QMetaObject.Method1<QWidget, ? extends QWidget> constructor) CustomWidgetInterface
(String group, QMetaObject.Method1<QWidget, ? extends QWidget> constructor, String name) CustomWidgetInterface
(String group, QMetaObject.Method1<QWidget, ? extends QWidget> constructor, String whatsThis, String name, String toolTip, boolean isContainer, String includeFile, QIcon icon) -
Uses of QMetaObject.Method1 in io.qt.httpserver
Modifier and TypeMethodDescriptionfinal void
QAbstractHttpServer.addWebSocketUpgradeVerifier
(QObject context, QMetaObject.Method1<QHttpServerRequest, QHttpServerWebSocketUpgradeResponse> func) final void
QAbstractHttpServer.addWebSocketUpgradeVerifier
(QMetaObject.Method1<QHttpServerRequest, QHttpServerWebSocketUpgradeResponse> func) Overloaded function forQAbstractHttpServer.addWebSocketUpgradeVerifier(io.qt.core.QObject, io.qt.core.QMetaObject.Method1)
. -
Uses of QMetaObject.Method1 in io.qt.internal
Modifier and TypeMethodDescriptionstatic <T> Class<T>
ClassAnalyzerUtility.getFactoryClass
(QMetaObject.Method1<T, ?> method) static <R> Class<R>
ClassAnalyzerUtility.getReturnType
(QMetaObject.Method1<?, R> method)