Uses of Class
io.qt.core.Qt.WindowStates
Package | Description |
---|---|
io.qt.core | |
io.qt.gui | |
io.qt.widgets |
-
Uses of Qt.WindowStates in io.qt.core
Methods in io.qt.core that return Qt.WindowStates Modifier and Type Method Description Qt.WindowStates
Qt.WindowState. asFlags()
Create a QFlags of the enum entry.Qt.WindowStates
Qt.WindowStates. clone()
Clones the flagsQt.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
Methods in io.qt.core with parameters of type Qt.WindowStates Modifier and Type Method Description int
Qt.WindowStates. compareTo(Qt.WindowStates other)
-
Uses of Qt.WindowStates in io.qt.gui
Methods in io.qt.gui that return Qt.WindowStates Modifier and Type Method Description Qt.WindowStates
QWindowStateChangeEvent. oldState()
Qt.WindowStates
QWindow. windowStates()
The screen-occupation state of the windowMethods in io.qt.gui with parameters of type Qt.WindowStates Modifier and Type Method Description void
QWindow. setWindowStates(Qt.WindowStates states)
Set the screen-occupation state of the windowConstructors in io.qt.gui with parameters of type Qt.WindowStates Constructor Description QWindowStateChangeEvent(Qt.WindowStates aOldState)
Overloaded constructor forQWindowStateChangeEvent(io.qt.core.Qt.WindowStates, boolean)
withisOverride = false
.QWindowStateChangeEvent(Qt.WindowStates aOldState, boolean isOverride)
-
Uses of Qt.WindowStates in io.qt.widgets
Fields in io.qt.widgets with type parameters of type Qt.WindowStates Modifier and Type Field Description QObject.Signal2<Qt.WindowStates,Qt.WindowStates>
QMdiSubWindow. windowStateChanged
QObject.Signal2<Qt.WindowStates,Qt.WindowStates>
QMdiSubWindow. windowStateChanged
Methods in io.qt.widgets that return Qt.WindowStates Modifier and Type Method Description Qt.WindowStates
QWidget. windowState()
Methods in io.qt.widgets with parameters of type Qt.WindowStates Modifier and Type Method Description void
QWidget. overrideWindowState(Qt.WindowStates state)
void
QWidget. setWindowState(Qt.WindowStates state)