java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QPaintEvent
- All Implemented Interfaces:
QtObjectInterface
public class QPaintEvent extends QEvent
Contains event parameters for paint events
Java wrapper for Qt class QPaintEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QPaintEvent(QRect paintRect)
QPaintEvent(QRegion paintRegion)
protected
QPaintEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QPaintEvent
-
QPaintEvent
-
QPaintEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details