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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQPlatformSurfaceEvent::SurfaceEventTypeNested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type -
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQPlatformSurfaceEvent(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType) -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidassign(QPlatformSurfaceEvent other) SeeQPlatformSurfaceEvent::operator=(QPlatformSurfaceEvent) clone()protected final voidset(QPlatformSurfaceEvent other) Deprecated.protected final voidsetSurfaceEventType(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, typeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QPlatformSurfaceEvent
-
QPlatformSurfaceEvent
-
-
Method Details
-
assign
See
QPlatformSurfaceEvent::operator=(QPlatformSurfaceEvent) -
surfaceEventType
-
clone
-
setSurfaceEventType
@QtUninvokable protected final void setSurfaceEventType(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType) See
QPlatformSurfaceEvent::m_surfaceEventType -
set
Deprecated.Useassign(io.qt.gui.QPlatformSurfaceEvent)instead.
-
assign(io.qt.gui.QPlatformSurfaceEvent)instead.