java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QActionEvent
- All Implemented Interfaces:
QtObjectInterface
public class QActionEvent extends QEvent
Event that is generated when a QAction is added, removed, or changed
Java wrapper for Qt class QActionEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QActionEvent(int type, QAction action)
Overloaded constructor forQActionEvent(int, io.qt.widgets.QAction, io.qt.widgets.QAction)
withbefore = null
.QActionEvent(int type, QAction action, QAction before)
protected
QActionEvent(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
-
QActionEvent
Overloaded constructor for
QActionEvent(int, io.qt.widgets.QAction, io.qt.widgets.QAction)
withbefore = null
. -
QActionEvent
-
QActionEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details