Uses of Class
io.qt.gui.QPlatformSurfaceEvent.SurfaceEventType
Package | Description |
---|---|
io.qt.gui |
-
Uses of QPlatformSurfaceEvent.SurfaceEventType in io.qt.gui
Methods in io.qt.gui that return QPlatformSurfaceEvent.SurfaceEventType Modifier and Type Method Description static QPlatformSurfaceEvent.SurfaceEventType
QPlatformSurfaceEvent.SurfaceEventType. resolve(int value)
Returns the corresponding enum entry for the given value.QPlatformSurfaceEvent.SurfaceEventType
QPlatformSurfaceEvent. surfaceEventType()
static QPlatformSurfaceEvent.SurfaceEventType
QPlatformSurfaceEvent.SurfaceEventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPlatformSurfaceEvent.SurfaceEventType[]
QPlatformSurfaceEvent.SurfaceEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QPlatformSurfaceEvent.SurfaceEventType Modifier and Type Method Description protected void
QPlatformSurfaceEvent. setSurfaceEventType(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType)
Constructors in io.qt.gui with parameters of type QPlatformSurfaceEvent.SurfaceEventType Constructor Description QPlatformSurfaceEvent(QPlatformSurfaceEvent.SurfaceEventType surfaceEventType)