Uses of Enum
io.qt.core.Qt.ScreenOrientation
Packages that use Qt.ScreenOrientation
-
Uses of Qt.ScreenOrientation in io.qt.core
Methods in io.qt.core that return Qt.ScreenOrientationModifier and TypeMethodDescriptionfinal 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
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.ScreenOrientationModifier and TypeMethodDescriptionQt.ScreenOrientation.combined
(Qt.ScreenOrientation e) Combines this entry with other enum entry.final 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.final Qt.ScreenOrientations
Qt.ScreenOrientations.setFlag
(Qt.ScreenOrientation e) Sets the flage
final 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.ScreenOrientationModifierConstructorDescriptionScreenOrientations
(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.ScreenOrientationModifier and TypeFieldDescriptionQWindow.contentOrientationChanged
QScreen.orientationChanged
QScreen.primaryOrientationChanged
Methods in io.qt.gui that return Qt.ScreenOrientationModifier and TypeMethodDescriptionfinal Qt.ScreenOrientation
QWindow.contentOrientation()
final Qt.ScreenOrientation
QWindow.getContentOrientation()
Kotlin property getter.final Qt.ScreenOrientation
QScreen.getNativeOrientation()
Kotlin property getter.final Qt.ScreenOrientation
QScreen.getOrientation()
Kotlin property getter.final Qt.ScreenOrientation
QScreen.getPrimaryOrientation()
Kotlin property getter.final Qt.ScreenOrientation
QScreen.nativeOrientation()
final Qt.ScreenOrientation
QScreen.orientation()
final Qt.ScreenOrientation
QScreenOrientationChangeEvent.orientation()
final Qt.ScreenOrientation
QScreen.primaryOrientation()
Methods in io.qt.gui with parameters of type Qt.ScreenOrientationModifier and TypeMethodDescriptionfinal int
QScreen.angleBetween
(Qt.ScreenOrientation a, Qt.ScreenOrientation b) final boolean
QScreen.isLandscape
(Qt.ScreenOrientation orientation) final boolean
QScreen.isPortrait
(Qt.ScreenOrientation orientation) final QRect
QScreen.mapBetween
(Qt.ScreenOrientation a, Qt.ScreenOrientation b, QRect rect) final void
QWindow.reportContentOrientationChange
(Qt.ScreenOrientation orientation) final QTransform
QScreen.transformBetween
(Qt.ScreenOrientation a, Qt.ScreenOrientation b, QRect target) Constructors in io.qt.gui with parameters of type Qt.ScreenOrientationModifierConstructorDescriptionQScreenOrientationChangeEvent
(QScreen screen, Qt.ScreenOrientation orientation)