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