Uses of Interface
io.qt.core.QScope.Factory7
Packages that use QScope.Factory7
-
Uses of QScope.Factory7 in io.qt.core
Methods in io.qt.core with parameters of type QScope.Factory7Modifier and TypeMethodDescription<O extends QtObjectInterface,
A, B, C, D, E, F, G>
OQScope.create
(QScope.Factory7<A, B, C, D, E, F, G, O> factory, A arg0, B arg1, C arg2, D arg3, E arg4, F arg5, G arg6) Creates a new object being managed by this scope.<O,
A, B, C, D, E, F, G>
OQScope.create
(Consumer<O> cleanup, QScope.Factory7<A, B, C, D, E, F, G, O> factory, A arg0, B arg1, C arg2, D arg3, E arg4, F arg5, G arg6) Creates a new object being managed by this scope with cleanup function.