java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QScreenOrientationChangeEvent
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class QScreenOrientationChangeEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
QScreenOrientationChangeEvent
(QScreen screen, Qt.ScreenOrientation orientation) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final Qt.ScreenOrientation
final QScreen
screen()
protected final void
set
(QScreenOrientationChangeEvent other) toString()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QScreenOrientationChangeEvent
-
QScreenOrientationChangeEvent
-
QScreenOrientationChangeEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details