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