java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QPlatformSurfaceEvent
- All Implemented Interfaces:
QtObjectInterface
Used to notify about native platform surface events
Java wrapper for Qt class QPlatformSurfaceEvent
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQPlatformSurfaceEvent::SurfaceEventType
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
QPlatformSurfaceEvent
(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType) -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
assign
(QPlatformSurfaceEvent other) SeeQPlatformSurfaceEvent::
operator=(QPlatformSurfaceEvent) clone()
protected final void
set
(QPlatformSurfaceEvent other) Deprecated.protected final void
setSurfaceEventType
(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType) SeeQPlatformSurfaceEvent::
m_surfaceEventType Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QPlatformSurfaceEvent
- Parameters:
arg__1
-
-
QPlatformSurfaceEvent
- Parameters:
surfaceEventType
-
-
-
Method Details
-
assign
See
QPlatformSurfaceEvent::
operator=(QPlatformSurfaceEvent) - Parameters:
other
-
-
surfaceEventType
- Returns:
-
clone
-
setSurfaceEventType
@QtUninvokable protected final void setSurfaceEventType(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType) See
QPlatformSurfaceEvent::
m_surfaceEventType - Parameters:
surfaceEventType
-
-
set
Deprecated.Useassign(io.qt.gui.QPlatformSurfaceEvent)
instead.
-
assign(io.qt.gui.QPlatformSurfaceEvent)
instead.