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 <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 TypeMethodDescription<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
-
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)