Uses of Enum
io.qt.core.Qt.SplitBehaviorFlags
-
Uses of Qt.SplitBehaviorFlags in io.qt.core
Modifier and TypeMethodDescriptionfinal Qt.SplitBehaviorFlags[]
Qt.SplitBehavior.flags()
Returns an array of flag objects represented by this SplitBehavior.static Qt.SplitBehaviorFlags
Qt.SplitBehaviorFlags.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.SplitBehaviorFlags
Returns the enum constant of this type with the specified name.static Qt.SplitBehaviorFlags[]
Qt.SplitBehaviorFlags.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal Qt.SplitBehavior
Qt.SplitBehavior.combined
(Qt.SplitBehaviorFlags e) Combines this flags with enum entry.Qt.SplitBehaviorFlags.combined
(Qt.SplitBehaviorFlags e) Combines this entry with other enum entry.static Qt.SplitBehavior
Qt.SplitBehaviorFlags.flags
(Qt.SplitBehaviorFlags... values) Creates a newQt.SplitBehavior
from the entries.final Qt.SplitBehavior
Qt.SplitBehavior.setFlag
(Qt.SplitBehaviorFlags e) Sets the flage
final Qt.SplitBehavior
Qt.SplitBehavior.setFlag
(Qt.SplitBehaviorFlags e, boolean on) Sets or clears the flagflag
static QStringList
QString.split
(String string, QRegExp sep, Qt.SplitBehaviorFlags... behavior) Overloaded function forQString.split(java.lang.String, io.qt.core.QRegExp, io.qt.core.Qt.SplitBehavior)
.static QStringList
QString.split
(String string, QRegularExpression sep, Qt.SplitBehaviorFlags... behavior) Overloaded function forQString.split(java.lang.String, io.qt.core.QRegularExpression, io.qt.core.Qt.SplitBehavior)
.ModifierConstructorDescriptionSplitBehavior
(Qt.SplitBehaviorFlags... args) Creates a new SplitBehavior where the flags inargs
are set.