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
ConstructorsModifierConstructorDescriptionQActionEvent(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) protectedQActionEvent(QActionEvent arg__1) -
Method Summary
Modifier and TypeMethodDescriptionfinal QActionaction()protected final voidassign(QActionEvent other) SeeQActionEvent::operator=(QActionEvent) final QActionbefore()clone()protected final voidset(QActionEvent other) Deprecated.Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, typeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QActionEvent
- Parameters:
arg__1-
-
QActionEvent
- Parameters:
type-action-before-
-
QActionEvent
Overloaded constructor for
QActionEvent(int, io.qt.gui.QAction, io.qt.gui.QAction)withbefore = null.
-
-
Method Details
-
action
- Returns:
-
before
- Returns:
-
assign
See
QActionEvent::operator=(QActionEvent) - Parameters:
other-
-
clone
-
set
Deprecated.Useassign(io.qt.gui.QActionEvent)instead.
-
assign(io.qt.gui.QActionEvent)instead.