Uses of Enum
io.qt.core.Qt.WindowState
Packages that use Qt.WindowState
-
Uses of Qt.WindowState in io.qt.core
Methods in io.qt.core that return Qt.WindowStateModifier and TypeMethodDescriptionfinal 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
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.WindowStateModifier and TypeMethodDescriptionQt.WindowState.combined
(Qt.WindowState e) Combines this entry with other enum entry.final 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.final Qt.WindowStates
Qt.WindowStates.setFlag
(Qt.WindowState e) Sets the flage
final 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.WindowStateModifierConstructorDescriptionWindowStates
(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.WindowStateModifier and TypeFieldDescriptionfinal QObject.Signal1<Qt.WindowState>
QWindow.windowStateChanged
Methods in io.qt.gui that return Qt.WindowStateModifier and TypeMethodDescriptionfinal Qt.WindowState
QWindow.windowState()
The screen-occupation state of the windowMethods in io.qt.gui with parameters of type Qt.WindowStateModifier and TypeMethodDescriptionfinal void
QWindow.setWindowState
(Qt.WindowState state) Set the screen-occupation state of the windowfinal void
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.WindowStateModifier and TypeMethodDescriptionfinal void
QWidget.overrideWindowState
(Qt.WindowState... state) Overloaded function forQWidget.overrideWindowState(io.qt.core.Qt.WindowStates)
.final void
QWidget.setWindowState
(Qt.WindowState... state) Overloaded function forQWidget.setWindowState(io.qt.core.Qt.WindowStates)
.