java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QShowEvent
- All Implemented Interfaces:
QtObjectInterface
public class QShowEvent extends QEvent
Event that is sent when a widget is shown
Java wrapper for Qt class QShowEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QShowEvent()
protected
QShowEvent(QShowEvent arg__1)
protected
QShowEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description protected void
set(QShowEvent other)
String
toString()
Methods inherited from class io.qt.core.QEvent
accept, clone, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QShowEvent
public QShowEvent() -
QShowEvent
-
QShowEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details