java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QPlatformSurfaceEvent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to notify about native platform surface events
Java wrapper for Qt class QPlatformSurfaceEvent
- Since:
- This class was introduced in Qt 5.5.
-
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
ConstructorDescriptionQPlatformSurfaceEvent
(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.protected final void
setSurfaceEventType
(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType) SeeQPlatformSurfaceEvent::
m_surfaceEventType Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QPlatformSurfaceEvent
- Parameters:
other
-
-
QPlatformSurfaceEvent
- Parameters:
surfaceEventType
-
-
-
Method Details
-
surfaceEventType
- Returns:
-
setSurfaceEventType
@QtUninvokable protected final void setSurfaceEventType(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType) See
QPlatformSurfaceEvent::
m_surfaceEventType - Parameters:
surfaceEventType
-
-
clone
Creates and returns a copy of this object.
See
QPlatformSurfaceEvent::
QPlatformSurfaceEvent(QPlatformSurfaceEvent)
-