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 TypeMethodDescriptionQt.SplitBehaviorFlags.cleared
(Qt.SplitBehaviorFlags e) Excludes other enum entry from a flag of this entry.final 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
final QStringList
QString.split
(QRegExp sep, Qt.SplitBehaviorFlags ... behavior) Overloaded function forQString.split(io.qt.core.QRegExp, io.qt.core.Qt.SplitBehavior)
.final QStringList
QString.split
(QRegularExpression sep, Qt.SplitBehaviorFlags ... behavior) Overloaded function forQString.split(io.qt.core.QRegularExpression, io.qt.core.Qt.SplitBehavior)
.ModifierConstructorDescriptionSplitBehavior
(Qt.SplitBehaviorFlags ... args) Creates a new SplitBehavior where the flags inargs
are set.