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