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.gui.QAction, io.qt.gui.QAction)
withbefore = null
.QActionEvent(int type, QAction action, QAction before)
protected
QActionEvent(QActionEvent arg__1)
protected
QActionEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QAction
action()
QAction
before()
QActionEvent
clone()
protected void
set(QActionEvent other)
String
toString()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QActionEvent
-
QActionEvent
Overloaded constructor for
QActionEvent(int, io.qt.gui.QAction, io.qt.gui.QAction)
withbefore = null
. -
QActionEvent
-
QActionEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details