java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QHideEvent
- All Implemented Interfaces:
QtObjectInterface
public class QHideEvent extends QEvent
Event which is sent after a widget is hidden
Java wrapper for Qt class QHideEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QHideEvent()
protected
QHideEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QHideEvent
public QHideEvent() -
QHideEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details