Uses of Enum
io.qt.QNativePointer.AutoDeleteMode
Packages that use QNativePointer.AutoDeleteMode
-
Uses of QNativePointer.AutoDeleteMode in io.qt
Methods in io.qt that return QNativePointer.AutoDeleteModeModifier and TypeMethodDescriptionQNativePointer.autoDeleteMode()
Returns the auto-delete mode of the pointer.QNativePointer.AutoDeleteMode.resolve
(int type) Returns the enum constant of this type with the specified name.static QNativePointer.AutoDeleteMode[]
QNativePointer.AutoDeleteMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt with parameters of type QNativePointer.AutoDeleteModeModifier and TypeMethodDescriptionvoid
QNativePointer.setAutoDeleteMode
(QNativePointer.AutoDeleteMode autodelete) This function sets the auto delete mode of the QNativePointer.