java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QActionEvent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Event that is generated when a QAction is added, removed, or changed
Java wrapper for Qt class QActionEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ConstructorDescriptionQActionEvent
(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) -
Method Summary
Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QActionEvent
-
QActionEvent
Overloaded constructor for
QActionEvent(int, io.qt.widgets.QAction, io.qt.widgets.QAction)
withbefore = null
.
-
-
Method Details