Uses of Class
io.qt.gui.QWindow.AncestorMode
Package | Description |
---|---|
io.qt.gui |
-
Uses of QWindow.AncestorMode in io.qt.gui
Methods in io.qt.gui that return QWindow.AncestorMode Modifier and Type Method Description static QWindow.AncestorMode
QWindow.AncestorMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QWindow.AncestorMode
QWindow.AncestorMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QWindow.AncestorMode[]
QWindow.AncestorMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QWindow.AncestorMode Modifier and Type Method Description boolean
QWindow. isAncestorOf(QWindow child, QWindow.AncestorMode mode)
QWindow
QWindow. parent(QWindow.AncestorMode mode)