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
-
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) QActionEvent
(QActionEvent other) -
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
- Parameters:
other
-
-
QActionEvent
- Parameters:
type
-action
-before
-
-
QActionEvent
Overloaded constructor for
QActionEvent(int, io.qt.widgets.QAction, io.qt.widgets.QAction)
withbefore = null
.
-
-
Method Details
-
action
- Returns:
-
before
- Returns:
-
clone
Creates and returns a copy of this object.
-