java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QPlatformSurfaceEvent
- All Implemented Interfaces:
QtObjectInterface
public class QPlatformSurfaceEvent extends QEvent
Used to notify about native platform surface events
Java wrapper for Qt class QPlatformSurfaceEvent
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QPlatformSurfaceEvent.SurfaceEventType
Java wrapper for Qt enum QPlatformSurfaceEvent::SurfaceEventType -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QPlatformSurfaceEvent(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType)
protected
QPlatformSurfaceEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description protected void
setSurfaceEventType(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType)
QPlatformSurfaceEvent.SurfaceEventType
surfaceEventType()
String
toString()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
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
-