Uses of Enum
io.qt.core.Qt.ScreenOrientation
-
Uses of Qt.ScreenOrientation in io.qt.core
Modifier 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.Modifier and TypeMethodDescriptionQt.ScreenOrientation.cleared
(Qt.ScreenOrientation e) Excludes other enum entry from a flag of this entry.Qt.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
ModifierConstructorDescriptionScreenOrientations
(Qt.ScreenOrientation ... args) Creates a new ScreenOrientations where the flags inargs
are set. -
Uses of Qt.ScreenOrientation in io.qt.gui
Modifier and TypeFieldDescriptionQWindow.contentOrientationChanged
QScreen.orientationChanged
QScreen.primaryOrientationChanged
Modifier and TypeMethodDescriptionfinal Qt.ScreenOrientation
QWindow.contentOrientation()
final Qt.ScreenOrientation
QScreen.nativeOrientation()
final Qt.ScreenOrientation
QScreen.orientation()
final Qt.ScreenOrientation
QScreenOrientationChangeEvent.orientation()
SeeQScreenOrientationChangeEvent::
orientation()const final Qt.ScreenOrientation
QScreen.primaryOrientation()
Modifier 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) ModifierConstructorDescriptionQScreenOrientationChangeEvent
(QScreen screen, Qt.ScreenOrientation orientation) SeeQScreenOrientationChangeEvent::
QScreenOrientationChangeEvent(QScreen*, Qt::ScreenOrientation)