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