Uses of Class
io.qt.core.QTextBoundaryFinder.BoundaryReason
Package | Description |
---|---|
io.qt.core |
-
Uses of QTextBoundaryFinder.BoundaryReason in io.qt.core
Methods in io.qt.core that return QTextBoundaryFinder.BoundaryReason Modifier and Type Method Description QTextBoundaryFinder.BoundaryReason[]
QTextBoundaryFinder.BoundaryReasons. flags()
Returns an array of flag objects represented by this BoundaryReasons.static QTextBoundaryFinder.BoundaryReason
QTextBoundaryFinder.BoundaryReason. resolve(int value)
Returns the corresponding enum entry for the given value.static QTextBoundaryFinder.BoundaryReason
QTextBoundaryFinder.BoundaryReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTextBoundaryFinder.BoundaryReason[]
QTextBoundaryFinder.BoundaryReason. 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 QTextBoundaryFinder.BoundaryReason Modifier and Type Method Description QTextBoundaryFinder.BoundaryReasons
QTextBoundaryFinder.BoundaryReason. combined(QTextBoundaryFinder.BoundaryReason e)
Combines this entry with other enum entry.QTextBoundaryFinder.BoundaryReasons
QTextBoundaryFinder.BoundaryReasons. combined(QTextBoundaryFinder.BoundaryReason e)
Combines this flags with enum entry.static QTextBoundaryFinder.BoundaryReasons
QTextBoundaryFinder.BoundaryReason. flags(QTextBoundaryFinder.BoundaryReason... values)
Creates a newQTextBoundaryFinder.BoundaryReasons
from the entries.QTextBoundaryFinder.BoundaryReasons
QTextBoundaryFinder.BoundaryReasons. setFlag(QTextBoundaryFinder.BoundaryReason e)
Sets the flage
QTextBoundaryFinder.BoundaryReasons
QTextBoundaryFinder.BoundaryReasons. setFlag(QTextBoundaryFinder.BoundaryReason e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.core with parameters of type QTextBoundaryFinder.BoundaryReason Constructor Description BoundaryReasons(QTextBoundaryFinder.BoundaryReason... args)
Creates a new BoundaryReasons where the flags inargs
are set.