Uses of Interface
io.qt.core.QScope.Factory8

Packages that use QScope.Factory8
Package
Description
 
  • Uses of QScope.Factory8 in io.qt.core

    Methods in io.qt.core with parameters of type QScope.Factory8
    Modifier and Type
    Method
    Description
    <O extends QtObjectInterface, A, B, C, D, E, F, G, H>
    O
    QScope.create(QScope.Factory8<A,B,C,D,E,F,G,H,O> factory, A arg0, B arg1, C arg2, D arg3, E arg4, F arg5, G arg6, H arg7)
    Creates a new object being managed by this scope.
    <O, A, B, C, D, E, F, G, H>
    O
    QScope.create(Consumer<O> cleanup, QScope.Factory8<A,B,C,D,E,F,G,H,O> factory, A arg0, B arg1, C arg2, D arg3, E arg4, F arg5, G arg6, H arg7)
    Creates a new object being managed by this scope with cleanup function.