Uses of Class
io.qt.core.Qt.WindowState
Package | Description |
---|---|
io.qt.core | |
io.qt.gui | |
io.qt.widgets |
-
Uses of Qt.WindowState in io.qt.core
Methods in io.qt.core that return Qt.WindowState Modifier and Type Method Description Qt.WindowState[]
Qt.WindowStates. flags()
Returns an array of flag objects represented by this WindowStates.static Qt.WindowState
Qt.WindowState. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.WindowState
Qt.WindowState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.WindowState[]
Qt.WindowState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type Qt.WindowState Modifier and Type Method Description Qt.WindowStates
Qt.WindowState. combined(Qt.WindowState e)
Combines this entry with other enum entry.Qt.WindowStates
Qt.WindowStates. combined(Qt.WindowState e)
Combines this flags with enum entry.static Qt.WindowStates
Qt.WindowState. flags(Qt.WindowState... values)
Creates a newQt.WindowStates
from the entries.Qt.WindowStates
Qt.WindowStates. setFlag(Qt.WindowState e)
Sets the flage
Qt.WindowStates
Qt.WindowStates. setFlag(Qt.WindowState e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.core with parameters of type Qt.WindowState Constructor Description WindowStates(Qt.WindowState... args)
Creates a new WindowStates where the flags inargs
are set. -
Uses of Qt.WindowState in io.qt.gui
Fields in io.qt.gui with type parameters of type Qt.WindowState Modifier and Type Field Description QObject.Signal1<Qt.WindowState>
QWindow. windowStateChanged
Methods in io.qt.gui that return Qt.WindowState Modifier and Type Method Description Qt.WindowState
QWindow. windowState()
The screen-occupation state of the windowMethods in io.qt.gui with parameters of type Qt.WindowState Modifier and Type Method Description void
QWindow. setWindowState(Qt.WindowState state)
Set the screen-occupation state of the windowvoid
QWindow. setWindowStates(Qt.WindowState... states)
Overloaded function forQWindow.setWindowStates(io.qt.core.Qt.WindowStates)
. -
Uses of Qt.WindowState in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.WindowState Modifier and Type Method Description void
QWidget. overrideWindowState(Qt.WindowState... state)
Overloaded function forQWidget.overrideWindowState(io.qt.core.Qt.WindowStates)
.void
QWidget. setWindowState(Qt.WindowState... state)
Overloaded function forQWidget.setWindowState(io.qt.core.Qt.WindowStates)
.