java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QExposeEvent
- All Implemented Interfaces:
QtObjectInterface
Contains event parameters for expose events
Java wrapper for Qt class QExposeEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ModifierConstructorDescriptionQExposeEvent
(QRect m_region) Overloaded constructor forQExposeEvent(io.qt.gui.QRegion)
.QExposeEvent
(QBitmap m_region) Overloaded constructor forQExposeEvent(io.qt.gui.QRegion)
.QExposeEvent
(QPolygon m_region) Overloaded constructor forQExposeEvent(io.qt.gui.QRegion)
.QExposeEvent
(QRegion m_region) protected
QExposeEvent
(QExposeEvent arg__1) -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
assign
(QExposeEvent other) SeeQExposeEvent::
operator=(QExposeEvent) clone()
final QRegion
region()
Deprecated.Handle QPaintEvent insteadprotected final void
set
(QExposeEvent other) Deprecated.Useassign(io.qt.gui.QExposeEvent)
instead.Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QExposeEvent
-
QExposeEvent
-
QExposeEvent
Overloaded constructor for
QExposeEvent(io.qt.gui.QRegion)
. -
QExposeEvent
Overloaded constructor for
QExposeEvent(io.qt.gui.QRegion)
. -
QExposeEvent
Overloaded constructor for
QExposeEvent(io.qt.gui.QRegion)
.
-
-
Method Details
-
assign
See
QExposeEvent::
operator=(QExposeEvent) -
region
Deprecated.Handle QPaintEvent insteadSee
QExposeEvent::
region()const -
clone
This function was introduced in Qt 6.0.
-
set
Deprecated.Useassign(io.qt.gui.QExposeEvent)
instead.
-