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.WindowStateQt.WindowState.resolve(int value) Returns the corresponding enum entry for the given value.static Qt.WindowStateReturns 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.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.WindowStatesQt.WindowStates.combined(Qt.WindowState e) Combines this flags with enum entry.static Qt.WindowStatesQt.WindowState.flags(Qt.WindowState ... values) Creates a newQt.WindowStatesfrom the entries.final Qt.WindowStatesQt.WindowStates.setFlag(Qt.WindowState e) Sets the flagefinal Qt.WindowStatesQt.WindowStates.setFlag(Qt.WindowState e, boolean on) Sets or clears the flagflagConstructors in io.qt.core with parameters of type Qt.WindowStateModifierConstructorDescriptionWindowStates(Qt.WindowState ... args) Creates a new WindowStates where the flags inargsare 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.windowStateChangedMethods in io.qt.gui that return Qt.WindowStateModifier and TypeMethodDescriptionfinal Qt.WindowStateQWindow.windowState()The screen-occupation state of the windowMethods in io.qt.gui with parameters of type Qt.WindowStateModifier and TypeMethodDescriptionfinal voidQWindow.setWindowState(Qt.WindowState state) Set the screen-occupation state of the windowfinal voidQWindow.setWindowStates(Qt.WindowState ... states) Overloaded function forQWindow.setWindowStates(io.qt.core.Qt.WindowStates). -
Uses of Qt.WindowState in io.qt.gui.qpa
Methods in io.qt.gui.qpa that return Qt.WindowStateModifier and TypeMethodDescriptionQPlatformIntegration.defaultWindowState(Qt.WindowFlags arg__1) SeeQPlatformIntegration::defaultWindowState(Qt::WindowFlags)const final Qt.WindowStateQPlatformIntegration.defaultWindowState(Qt.WindowType ... arg__1) Overloaded function forQPlatformIntegration.defaultWindowState(io.qt.core.Qt.WindowFlags). -
Uses of Qt.WindowState in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.WindowStateModifier and TypeMethodDescriptionfinal voidQWidget.overrideWindowState(Qt.WindowState ... state) Overloaded function forQWidget.overrideWindowState(io.qt.core.Qt.WindowStates).final voidQWidget.setWindowState(Qt.WindowState ... state) Overloaded function forQWidget.setWindowState(io.qt.core.Qt.WindowStates).