java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QShowEvent
- All Implemented Interfaces:
QtObjectInterface
Event that is sent when a widget is shown
Java wrapper for Qt class QShowEvent
-
Nested Class Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionclone()
protected final void
set
(QShowEvent other) SeeQShowEvent::
operator=(QShowEvent) Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QShowEvent
public QShowEvent() -
QShowEvent
-
-
Method Details
-
set
See
QShowEvent::
operator=(QShowEvent) -
clone
This function was introduced in Qt 6.0.
-