java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.widgets.QToolBarChangeEvent
- All Implemented Interfaces:
QtObjectInterface
public class QToolBarChangeEvent extends QEvent
Java wrapper for Qt class QToolBarChangeEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QToolBarChangeEvent(boolean t)
protected
QToolBarChangeEvent(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
-
QToolBarChangeEvent
public QToolBarChangeEvent(boolean t) -
QToolBarChangeEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details