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