-
Methods in io.qt.core with parameters of type QMetaObject.Method1
Modifier and Type |
Method |
Description |
static <A,
R> QMetaMethod |
QMetaMethod.fromMethod(QMetaObject.Method1<A,R> method) |
|
static <A,
R> R |
QMetaObject.invokeMethod(QMetaObject.Method1<A,R> method,
A arg1) |
Calling invokeMethod(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.
|
-
-
Constructors in io.qt.designer.util with parameters of type QMetaObject.Method1
Constructor |
Description |
CustomWidgetInterface(String group,
QMetaObject.Method1<QWidget,QWidget> constructor) |
|
CustomWidgetInterface(String group,
QMetaObject.Method1<QWidget,QWidget> constructor,
String name) |
|
CustomWidgetInterface(String group,
QMetaObject.Method1<QWidget,QWidget> constructor,
String whatsThis,
String name,
String toolTip,
boolean isContainer,
String includeFile,
QIcon icon) |
|
-