Uses of Class
io.qt.core.QScopedPointer
Packages that use QScopedPointer
-
Uses of QScopedPointer in io.qt.core
Methods in io.qt.core that return QScopedPointerModifier and TypeMethodDescriptionstatic <O> QScopedPointer<O>
Creates a scoped pointer for the given object performing the given operation at cleanup.static <O> QScopedPointer<O>
Deprecated, for removal: This API element is subject to removal in a future version.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.Methods in io.qt.core with parameters of type QScopedPointer