java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QActionEvent
- All Implemented Interfaces:
QtObjectInterface
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
ModifierConstructorDescriptionQActionEvent
(int type, QAction action) Overloaded constructor forQActionEvent(int, io.qt.gui.QAction, io.qt.gui.QAction)
withbefore = null
.QActionEvent
(int type, QAction action, QAction before) protected
QActionEvent
(QActionEvent arg__1) -
Method Summary
Modifier and TypeMethodDescriptionfinal QAction
action()
protected final void
assign
(QActionEvent other) SeeQActionEvent::
operator=(QActionEvent) final QAction
before()
clone()
protected final void
set
(QActionEvent other) Deprecated.Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QActionEvent
-
QActionEvent
-
QActionEvent
Overloaded constructor for
QActionEvent(int, io.qt.gui.QAction, io.qt.gui.QAction)
withbefore = null
.
-
-
Method Details
-
action
-
before
-
assign
See
QActionEvent::
operator=(QActionEvent) -
clone
-
set
Deprecated.Useassign(io.qt.gui.QActionEvent)
instead.
-
assign(io.qt.gui.QActionEvent)
instead.