Uses of Class
io.qt.core.QScopedArrayPointer
-
Uses of QScopedArrayPointer in io.qt.core
Modifier and TypeMethodDescriptionstatic <O> QScopedArrayPointer<O>
Creates a scoped array pointer for the given objects performing the given operation on each object at cleanup.static <O extends QtObjectInterface>
QScopedArrayPointer<O>QScopedArrayPointer.disposing
(O ... data) Creates a scoped pointer for the given objects performingQtObjectInterface.dispose()
on each object at cleanup.static <O extends QObject>
QScopedArrayPointer<O>QScopedArrayPointer.disposingLater
(O ... data) Creates a scoped pointer for the given objects performingQObject.disposeLater()
on each object at cleanup.