Uses of Class
io.qt.QNativePointer.AutoDeleteMode
Package | Description |
---|---|
io.qt |
-
Uses of QNativePointer.AutoDeleteMode in io.qt
Methods in io.qt that return QNativePointer.AutoDeleteMode Modifier and Type Method Description QNativePointer.AutoDeleteMode
QNativePointer. autoDeleteMode()
Returns the auto-delete mode of the pointer.static QNativePointer.AutoDeleteMode
QNativePointer.AutoDeleteMode. resolve(int type)
static QNativePointer.AutoDeleteMode
QNativePointer.AutoDeleteMode. valueOf(String name)
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.AutoDeleteMode Modifier and Type Method Description void
QNativePointer. setAutoDeleteMode(QNativePointer.AutoDeleteMode autodelete)
This function sets the auto delete mode of the QNativePointer.