java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QCloseEvent
- All Implemented Interfaces:
QtObjectInterface
public class QCloseEvent extends QEvent
Contains parameters that describe a close event
Java wrapper for Qt class QCloseEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QCloseEvent()
protected
QCloseEvent(QCloseEvent arg__1)
protected
QCloseEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description protected void
set(QCloseEvent 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
-
QCloseEvent
public QCloseEvent() -
QCloseEvent
-
QCloseEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details