Uses of Enum
io.qt.core.QEventLoop.ProcessEventsFlag
-
Uses of QEventLoop.ProcessEventsFlag in io.qt.core
Modifier and TypeMethodDescriptionfinal QEventLoop.ProcessEventsFlag[]
QEventLoop.ProcessEventsFlags.flags()
Returns an array of flag objects represented by this ProcessEventsFlags.static QEventLoop.ProcessEventsFlag
QEventLoop.ProcessEventsFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QEventLoop.ProcessEventsFlag
Returns the enum constant of this type with the specified name.static QEventLoop.ProcessEventsFlag[]
QEventLoop.ProcessEventsFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQEventLoop.ProcessEventsFlag.combined
(QEventLoop.ProcessEventsFlag e) Combines this entry with other enum entry.QEventLoop.ProcessEventsFlags.combined
(QEventLoop.ProcessEventsFlag e) Combines this flags with enum entry.final int
QEventLoop.exec
(QEventLoop.ProcessEventsFlag ... flags) Overloaded function forQEventLoop.exec(io.qt.core.QEventLoop.ProcessEventsFlags)
.QEventLoop.ProcessEventsFlag.flags
(QEventLoop.ProcessEventsFlag... values) Creates a newQEventLoop.ProcessEventsFlags
from the entries.static void
QCoreApplication.processEvents
(QEventLoop.ProcessEventsFlag ... flags) Overloaded function forQCoreApplication.processEvents(io.qt.core.QEventLoop.ProcessEventsFlags)
.final boolean
QEventLoop.processEvents
(QEventLoop.ProcessEventsFlag ... flags) Overloaded function forQEventLoop.processEvents(io.qt.core.QEventLoop.ProcessEventsFlags)
.QEventLoop.ProcessEventsFlags.setFlag
(QEventLoop.ProcessEventsFlag e) Sets the flage
QEventLoop.ProcessEventsFlags.setFlag
(QEventLoop.ProcessEventsFlag e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionCreates a new ProcessEventsFlags where the flags inargs
are set.