Uses of Class
io.qt.widgets.QMdiArea.WindowOrder
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QMdiArea.WindowOrder in io.qt.widgets
Methods in io.qt.widgets that return QMdiArea.WindowOrder Modifier and Type Method Description QMdiArea.WindowOrder
QMdiArea. activationOrder()
static QMdiArea.WindowOrder
QMdiArea.WindowOrder. resolve(int value)
Returns the corresponding enum entry for the given value.static QMdiArea.WindowOrder
QMdiArea.WindowOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static QMdiArea.WindowOrder[]
QMdiArea.WindowOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.widgets with parameters of type QMdiArea.WindowOrder Modifier and Type Method Description void
QMdiArea. setActivationOrder(QMdiArea.WindowOrder order)
QList<QMdiSubWindow>
QMdiArea. subWindowList(QMdiArea.WindowOrder order)