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
ConstructorsModifierConstructorDescriptionQExposeEvent(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) protectedQExposeEvent(QExposeEvent arg__1) -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidassign(QExposeEvent other) SeeQExposeEvent::operator=(QExposeEvent) clone()final QRegionregion()Deprecated.Handle QPaintEvent insteadprotected final voidset(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, typeMethods 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
-
set
Deprecated.Useassign(io.qt.gui.QExposeEvent)instead.
-