Uses of Class
io.qt.core.QEventLoop.ProcessEventsFlag
Package | Description |
---|---|
io.qt.core |
-
Uses of QEventLoop.ProcessEventsFlag in io.qt.core
Methods in io.qt.core that return QEventLoop.ProcessEventsFlag Modifier and Type Method Description 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
QEventLoop.ProcessEventsFlag. valueOf(String name)
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.Constructors in io.qt.core with parameters of type QEventLoop.ProcessEventsFlag Constructor Description ProcessEventsFlags(QEventLoop.ProcessEventsFlag... args)
Creates a new ProcessEventsFlags where the flags inargs
are set.