java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QScreenOrientationChangeEvent
- All Implemented Interfaces:
QtObjectInterface
public class QScreenOrientationChangeEvent extends QEvent
Java wrapper for Qt class QScreenOrientationChangeEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QScreenOrientationChangeEvent(QScreenOrientationChangeEvent arg__1)
QScreenOrientationChangeEvent(QScreen screen, Qt.ScreenOrientation orientation)
protected
QScreenOrientationChangeEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QScreenOrientationChangeEvent
clone()
Qt.ScreenOrientation
orientation()
QScreen
screen()
protected void
set(QScreenOrientationChangeEvent other)
String
toString()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QScreenOrientationChangeEvent
-
QScreenOrientationChangeEvent
-
QScreenOrientationChangeEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details