Uses of Class
io.qt.widgets.QMdiSubWindow.SubWindowOption
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QMdiSubWindow.SubWindowOption in io.qt.widgets
Methods in io.qt.widgets that return QMdiSubWindow.SubWindowOption Modifier and Type Method Description QMdiSubWindow.SubWindowOption[]
QMdiSubWindow.SubWindowOptions. flags()
Returns an array of flag objects represented by this SubWindowOptions.static QMdiSubWindow.SubWindowOption
QMdiSubWindow.SubWindowOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QMdiSubWindow.SubWindowOption
QMdiSubWindow.SubWindowOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static QMdiSubWindow.SubWindowOption[]
QMdiSubWindow.SubWindowOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.widgets with parameters of type QMdiSubWindow.SubWindowOption Constructor Description SubWindowOptions(QMdiSubWindow.SubWindowOption... args)
Creates a new SubWindowOptions where the flags inargs
are set.