Uses of Enum
io.qt.core.QEventLoop.ProcessEventsFlag
Packages that use QEventLoop.ProcessEventsFlag
-
Uses of QEventLoop.ProcessEventsFlag in io.qt.core
Methods in io.qt.core that return QEventLoop.ProcessEventsFlagModifier 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.Methods in io.qt.core with parameters of type QEventLoop.ProcessEventsFlagModifier and TypeMethodDescriptionQEventLoop.ProcessEventsFlag.cleared
(QEventLoop.ProcessEventsFlag e) Excludes other enum entry from a flag of this entry.QEventLoop.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.final boolean
QAbstractEventDispatcher.processEvents
(QEventLoop.ProcessEventsFlag ... flags) Overloaded function forQAbstractEventDispatcher.processEvents(io.qt.core.QEventLoop.ProcessEventsFlags)
.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
Constructors in io.qt.core with parameters of type QEventLoop.ProcessEventsFlagModifierConstructorDescriptionCreates a new ProcessEventsFlags where the flags inargs
are set.