Uses of Class
io.qt.core.Qt.ScreenOrientation
Package | Description |
---|---|
io.qt.core | |
io.qt.gui |
-
Uses of Qt.ScreenOrientation in io.qt.core
Methods in io.qt.core that return Qt.ScreenOrientation Modifier and Type Method Description Qt.ScreenOrientation[]
Qt.ScreenOrientations. flags()
Returns an array of flag objects represented by this ScreenOrientations.static Qt.ScreenOrientation
Qt.ScreenOrientation. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.ScreenOrientation
Qt.ScreenOrientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.ScreenOrientation[]
Qt.ScreenOrientation. 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.ScreenOrientation Modifier and Type Method Description Qt.ScreenOrientations
Qt.ScreenOrientation. combined(Qt.ScreenOrientation e)
Combines this entry with other enum entry.Qt.ScreenOrientations
Qt.ScreenOrientations. combined(Qt.ScreenOrientation e)
Combines this flags with enum entry.static Qt.ScreenOrientations
Qt.ScreenOrientation. flags(Qt.ScreenOrientation... values)
Creates a newQt.ScreenOrientations
from the entries.Qt.ScreenOrientations
Qt.ScreenOrientations. setFlag(Qt.ScreenOrientation e)
Sets the flage
Qt.ScreenOrientations
Qt.ScreenOrientations. setFlag(Qt.ScreenOrientation e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.core with parameters of type Qt.ScreenOrientation Constructor Description ScreenOrientations(Qt.ScreenOrientation... args)
Creates a new ScreenOrientations where the flags inargs
are set. -
Uses of Qt.ScreenOrientation in io.qt.gui
Fields in io.qt.gui with type parameters of type Qt.ScreenOrientation Modifier and Type Field Description QObject.Signal1<Qt.ScreenOrientation>
QWindow. contentOrientationChanged
QObject.Signal1<Qt.ScreenOrientation>
QScreen. orientationChanged
QObject.Signal1<Qt.ScreenOrientation>
QScreen. primaryOrientationChanged
Methods in io.qt.gui that return Qt.ScreenOrientation Modifier and Type Method Description Qt.ScreenOrientation
QWindow. contentOrientation()
Qt.ScreenOrientation
QScreen. nativeOrientation()
Qt.ScreenOrientation
QScreen. orientation()
Qt.ScreenOrientation
QScreenOrientationChangeEvent. orientation()
Qt.ScreenOrientation
QScreen. primaryOrientation()
Methods in io.qt.gui with parameters of type Qt.ScreenOrientation Modifier and Type Method Description int
QScreen. angleBetween(Qt.ScreenOrientation a, Qt.ScreenOrientation b)
boolean
QScreen. isLandscape(Qt.ScreenOrientation orientation)
boolean
QScreen. isPortrait(Qt.ScreenOrientation orientation)
QRect
QScreen. mapBetween(Qt.ScreenOrientation a, Qt.ScreenOrientation b, QRect rect)
void
QWindow. reportContentOrientationChange(Qt.ScreenOrientation orientation)
void
QScreen. setOrientationUpdateMask(Qt.ScreenOrientation... mask)
Overloaded function forQScreen.setOrientationUpdateMask(io.qt.core.Qt.ScreenOrientations)
.QTransform
QScreen. transformBetween(Qt.ScreenOrientation a, Qt.ScreenOrientation b, QRect target)
Constructors in io.qt.gui with parameters of type Qt.ScreenOrientation Constructor Description QScreenOrientationChangeEvent(QScreen screen, Qt.ScreenOrientation orientation)