Uses of Enum
io.qt.core.QTextBoundaryFinder.BoundaryReason
Packages that use QTextBoundaryFinder.BoundaryReason
-
Uses of QTextBoundaryFinder.BoundaryReason in io.qt.core
Methods in io.qt.core that return QTextBoundaryFinder.BoundaryReasonModifier and TypeMethodDescriptionfinal QTextBoundaryFinder.BoundaryReason []
QTextBoundaryFinder.BoundaryReasons.flags()
Returns an array of flag objects represented by this BoundaryReasons.QTextBoundaryFinder.BoundaryReason.resolve
(int value) Returns the corresponding enum entry for the given value.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.BoundaryReasonModifier and TypeMethodDescriptionQTextBoundaryFinder.BoundaryReason.cleared
(QTextBoundaryFinder.BoundaryReason e) Excludes other enum entry from a flag of this entry.QTextBoundaryFinder.BoundaryReason.combined
(QTextBoundaryFinder.BoundaryReason e) Combines this entry with other enum entry.QTextBoundaryFinder.BoundaryReasons.combined
(QTextBoundaryFinder.BoundaryReason e) Combines this flags with enum entry.QTextBoundaryFinder.BoundaryReason.flags
(QTextBoundaryFinder.BoundaryReason ... values) Creates a newQTextBoundaryFinder.BoundaryReasons
from the entries.QTextBoundaryFinder.BoundaryReasons.setFlag
(QTextBoundaryFinder.BoundaryReason e) Sets the flage
QTextBoundaryFinder.BoundaryReasons.setFlag
(QTextBoundaryFinder.BoundaryReason e, boolean on) Sets or clears the flagflag
Constructors in io.qt.core with parameters of type QTextBoundaryFinder.BoundaryReasonModifierConstructorDescriptionCreates a new BoundaryReasons where the flags inargs
are set.