java.lang.Object
io.qt.QtObject
io.qt.core.QTextBoundaryFinder
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Way of finding Unicode text boundaries in a string
Java wrapper for Qt's class QTextBoundaryFinder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QTextBoundaryFinder::BoundaryReasonstatic final class
QFlags type for enumQTextBoundaryFinder.BoundaryReason
static enum
Java wrapper for Qt enum QTextBoundaryFinder::BoundaryTypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionQTextBoundaryFinder
(QTextBoundaryFinder.BoundaryType type, String string) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QTextBoundaryFinder other) clone()
Creates and returns a copy of this object.final boolean
final boolean
isValid()
final long
position()
final void
setPosition
(long position) final String
string()
final void
toEnd()
final long
final long
final void
toStart()
type()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QTextBoundaryFinder
public QTextBoundaryFinder() -
QTextBoundaryFinder
-
QTextBoundaryFinder
-
QTextBoundaryFinder
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details