java.lang.Object
io.qt.internal.QtJambiObject
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 enum QPlatformSurfaceEvent::SurfaceEventTypeNested 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
ModifierConstructorDescriptionQPlatformSurfaceEvent
(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
setSurfaceEventType
(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType) toString()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QPlatformSurfaceEvent
-
QPlatformSurfaceEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
surfaceEventType
-
setSurfaceEventType
@QtUninvokable protected final void setSurfaceEventType(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType) -
toString
-