java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QResizeEvent
- All Implemented Interfaces:
QtObjectInterface
public class QResizeEvent extends QEvent
Contains event parameters for resize events
Java wrapper for Qt class QResizeEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QResizeEvent(QSize size, QSize oldSize)
protected
QResizeEvent(QResizeEvent arg__1)
protected
QResizeEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QResizeEvent
clone()
QSize
oldSize()
protected void
set(QResizeEvent other)
QSize
size()
String
toString()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QResizeEvent
-
QResizeEvent
-
QResizeEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details