Uses of Enum
io.qt.core.Qt.WindowState
-
Uses of Qt.WindowState in io.qt.core
Modifier 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.Modifier and TypeMethodDescriptionQt.WindowState.cleared
(Qt.WindowState e) Excludes other enum entry from a flag of this entry.Qt.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
ModifierConstructorDescriptionWindowStates
(Qt.WindowState ... args) Creates a new WindowStates where the flags inargs
are set. -
Uses of Qt.WindowState in io.qt.gui
Modifier and TypeFieldDescriptionfinal QObject.Signal1
<Qt.WindowState> QWindow.windowStateChanged
Modifier and TypeMethodDescriptionfinal Qt.WindowState
QWindow.windowState()
The screen-occupation state of the windowModifier 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.gui.qpa
Modifier and TypeMethodDescriptionQPlatformIntegration.defaultWindowState
(Qt.WindowFlags arg__1) SeeQPlatformIntegration::
defaultWindowState(Qt::WindowFlags)const final Qt.WindowState
QPlatformIntegration.defaultWindowState
(Qt.WindowType ... arg__1) Overloaded function forQPlatformIntegration.defaultWindowState(io.qt.core.Qt.WindowFlags)
. -
Uses of Qt.WindowState in io.qt.widgets
Modifier 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)
.