Uses of Interface
io.qt.core.QScope.Factory4
-
Uses of QScope.Factory4 in io.qt.core
Modifier and TypeMethodDescription<O extends QtObjectInterface,
A, B, C, D>
OQScope.create
(QScope.Factory4<A, B, C, D, O> factory, A arg0, B arg1, C arg2, D arg3) Creates a new object being managed by this scope.<O,
A, B, C, D>
OQScope.create
(Consumer<O> cleanup, QScope.Factory4<A, B, C, D, O> factory, A arg0, B arg1, C arg2, D arg3) Creates a new object being managed by this scope with cleanup function.