Uses of Class
io.qt.core.Qt.ApplicationState
Package | Description |
---|---|
io.qt.core | |
io.qt.gui |
-
Uses of Qt.ApplicationState in io.qt.core
Methods in io.qt.core that return Qt.ApplicationState Modifier and Type Method Description Qt.ApplicationState[]
Qt.ApplicationStates. flags()
Returns an array of flag objects represented by this ApplicationStates.static Qt.ApplicationState
Qt.ApplicationState. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.ApplicationState
Qt.ApplicationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.ApplicationState[]
Qt.ApplicationState. 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.ApplicationState Modifier and Type Method Description Qt.ApplicationStates
Qt.ApplicationState. combined(Qt.ApplicationState e)
Combines this entry with other enum entry.Qt.ApplicationStates
Qt.ApplicationStates. combined(Qt.ApplicationState e)
Combines this flags with enum entry.static Qt.ApplicationStates
Qt.ApplicationState. flags(Qt.ApplicationState... values)
Creates a newQt.ApplicationStates
from the entries.Qt.ApplicationStates
Qt.ApplicationStates. setFlag(Qt.ApplicationState e)
Sets the flage
Qt.ApplicationStates
Qt.ApplicationStates. setFlag(Qt.ApplicationState e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.core with parameters of type Qt.ApplicationState Constructor Description ApplicationStates(Qt.ApplicationState... args)
Creates a new ApplicationStates where the flags inargs
are set. -
Uses of Qt.ApplicationState in io.qt.gui
Fields in io.qt.gui with type parameters of type Qt.ApplicationState Modifier and Type Field Description QObject.Signal1<Qt.ApplicationState>
QGuiApplication. applicationStateChanged
Methods in io.qt.gui that return Qt.ApplicationState Modifier and Type Method Description Qt.ApplicationState
QApplicationStateChangeEvent. applicationState()
static Qt.ApplicationState
QGuiApplication. applicationState()
Constructors in io.qt.gui with parameters of type Qt.ApplicationState Constructor Description QApplicationStateChangeEvent(Qt.ApplicationState state)