java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.winextras.QWinEvent
io.qt.winextras.QWinColorizationChangeEvent
- All Implemented Interfaces:
QtObjectInterface
public class QWinColorizationChangeEvent extends QWinEvent
Java wrapper for Qt class QWinColorizationChangeEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QWinColorizationChangeEvent(int color, boolean opaque)
protected
QWinColorizationChangeEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description int
color()
boolean
opaqueBlend()
String
toString()
Methods inherited from class io.qt.winextras.QWinEvent
ColorizationChange, CompositionChange, TaskbarButtonCreated, ThemeChange
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QWinColorizationChangeEvent
public QWinColorizationChangeEvent(int color, boolean opaque) -
QWinColorizationChangeEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details